From 48aaea32d000027af9d77f6e80c3fd52b3aa293d Mon Sep 17 00:00:00 2001
From: build-token <build-token>
Date: Tue, 29 Nov 2022 03:14:44 +0000
Subject: [PATCH] publish: fix(deps): update cozy konnector packages

generated from commit a89c9b073ded2b03986c6344dc7faa56f41b1320
---
 index.js           | 2 +-
 onDeleteAccount.js | 2 +-
 package.json       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.js b/index.js
index ae0b52e..cec782e 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 7ce3b52..61c59d0 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 67674ef..d84c675 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",
-- 
GitLab