Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 6, 2021
1 parent 4a0f28e commit ee606c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions extension/package.json
Expand Up @@ -50,7 +50,7 @@
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"doctoc": "2.1.0",
"eslint": "7.32.0",
"eslint": "8.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-commercetools": "6.0.0",
"eslint-config-prettier": "8.3.0",
Expand All @@ -65,8 +65,8 @@
"nyc": "15.1.0",
"prettier": "2.4.1",
"proxyquire": "2.1.3",
"puppeteer": "10.4.0",
"sinon": "11.1.2"
"puppeteer": "11.0.0",
"sinon": "12.0.1"
},
"dependencies": {
"@commercetools/api-request-builder": "5.6.3",
Expand All @@ -79,7 +79,7 @@
"bunyan": "1.8.15",
"lockfile-lint": "4.6.2",
"lodash": "4.17.21",
"node-fetch": "2.6.6",
"node-fetch": "3.0.0",
"serialize-error": "8.1.0"
},
"mocha": {
Expand Down
8 changes: 4 additions & 4 deletions notification/package.json
Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/commercetools/commercetools-adyen-integration",
"dependencies": {
"@adyen/api-library": "9.1.0",
"@adyen/api-library": "10.0.0",
"@commercetools/api-request-builder": "5.6.3",
"@commercetools/sdk-client": "2.1.2",
"@commercetools/sdk-middleware-auth": "6.1.4",
Expand All @@ -56,15 +56,15 @@
"bunyan": "1.8.15",
"lockfile-lint": "4.6.2",
"lodash": "4.17.21",
"node-fetch": "2.6.6",
"node-fetch": "3.0.0",
"serialize-error": "8.1.0",
"verror": "1.10.1"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"eslint": "7.32.0",
"eslint": "8.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-commercetools": "6.0.0",
"eslint-config-prettier": "8.3.0",
Expand All @@ -78,7 +78,7 @@
"nyc": "15.1.0",
"p-map": "5.3.0",
"prettier": "2.4.1",
"sinon": "11.1.2"
"sinon": "12.0.1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit ee606c5

Please sign in to comment.