diff --git a/index.js b/index.js index ae0b52e77a5c7f1a28265eb12dcb3f67ec0044bf..cec782e2c088133ddb9bc4a19730ac3cc73c0c25 100644 --- a/index.js +++ b/index.js @@ -192190,7 +192190,7 @@ const saveIdentity = async (contactOrIdentity, accountIdentifier, options = {}) const isIdentity = contactOrIdentity.contact; if (!isIdentity) { - log('warn', 'passing a io.cozy.contacts object is deprected, please pass a full identity object'); + log('warn', 'passing a io.cozy.contacts object is deprecated, please pass a full identity object'); } const identity = isIdentity ? contactOrIdentity : { diff --git a/onDeleteAccount.js b/onDeleteAccount.js index 7ce3b5232ff69d2eef9787fbadee26a8d657c44f..61c59d054b62985a50df6b3fe36d89c7b8809268 100644 --- a/onDeleteAccount.js +++ b/onDeleteAccount.js @@ -191622,7 +191622,7 @@ const saveIdentity = async (contactOrIdentity, accountIdentifier, options = {}) const isIdentity = contactOrIdentity.contact; if (!isIdentity) { - log('warn', 'passing a io.cozy.contacts object is deprected, please pass a full identity object'); + log('warn', 'passing a io.cozy.contacts object is deprecated, please pass a full identity object'); } const identity = isIdentity ? contactOrIdentity : { diff --git a/package.json b/package.json index 67674ef3ca5d2656f07f6e0ecc7f8ec94b334409..d84c6754a1c3f52b3faac86918f8647fa4b37dfa 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "axios": "^0.27.2", - "cozy-konnector-libs": "4.56.3", + "cozy-konnector-libs": "4.56.4", "easy-soap-request": "^4.7.0", "jest": "^28.1.3", "moment": "^2.29.3", @@ -57,7 +57,7 @@ "xml2js": "^0.4.23" }, "devDependencies": { - "cozy-jobs-cli": "1.20.1", + "cozy-jobs-cli": "1.20.2", "cozy-konnector-build": "1.4.3", "eslint-config-cozy-app": "1.3.3", "eslint-plugin-prettier": "^4.0.0",