Skip to content

Commit

Permalink
feat: upgrade cozy-client to 16.1.1 for security warnings
Browse files Browse the repository at this point in the history
+ jest, pdfjs and other minor upgrades
  • Loading branch information
doubleface committed Nov 5, 2020
1 parent 99ce62a commit e29c75e
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 599 deletions.
8 changes: 4 additions & 4 deletions packages/cozy-jobs-cli/package.json
Expand Up @@ -23,8 +23,8 @@
"babel-runtime": "6.26.0",
"cheerio": "1.0.0-rc.3",
"cli-highlight": "2.1.4",
"commander": "6.1.0",
"cozy-client": "15.6.0",
"commander": "6.2.0",
"cozy-client": "16.1.1",
"cozy-konnector-libs": "^4.35.0",
"cozy-logger": "1.6.0",
"open": "7.3.0",
Expand All @@ -37,8 +37,8 @@
},
"devDependencies": {
"eslint-config-cozy-app": "2.0.0",
"eslint-plugin-jsdoc": "30.7.3",
"jest": "26.6.1",
"eslint-plugin-jsdoc": "30.7.7",
"jest": "26.6.3",
"lerna": "3.22.1"
},
"eslintConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/cozy-konnector-libs/package.json
Expand Up @@ -24,12 +24,12 @@
"btoa": "1.2.1",
"cheerio": "^1.0.0-rc.3",
"classificator": "^0.3.3",
"cozy-client": "^15.4.2",
"cozy-client": "^16.1.1",
"cozy-client-js": "^0.17.4",
"cozy-doctypes": "^1.74.7",
"cozy-logger": "^1.6.0",
"date-fns": "^2.16.1",
"file-type": "^16.0.0",
"file-type": "^16.0.1",
"geco": "^0.11.1",
"lodash-id": "^0.14.0",
"lowdb": "^1.0.0",
Expand Down Expand Up @@ -72,13 +72,13 @@
"cross-env": "7.0.2",
"csv-writer": "1.6.0",
"eslint-config-cozy-app": "2.0.0",
"eslint-plugin-jsdoc": "30.7.3",
"eslint-plugin-jsdoc": "30.7.7",
"husky": "4.3.0",
"jest": "26.6.1",
"jest": "26.6.3",
"jsdoc-to-markdown": "6.0.1",
"lerna": "3.22.1",
"lerna-changelog": "1.0.1",
"pdfjs": "2.4.1",
"pdfjs": "2.4.2",
"pdfjs-dist": "2.5.207",
"zombie": "6.1.4"
}
Expand Down

0 comments on commit e29c75e

Please sign in to comment.