diff --git a/extension/package.json b/extension/package.json index f55325886..0f8baf3ce 100644 --- a/extension/package.json +++ b/extension/package.json @@ -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", @@ -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", @@ -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": { diff --git a/notification/package.json b/notification/package.json index 754458a97..899676454 100644 --- a/notification/package.json +++ b/notification/package.json @@ -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", @@ -56,7 +56,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", "verror": "1.10.0" }, @@ -64,7 +64,7 @@ "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", @@ -78,7 +78,7 @@ "nyc": "15.1.0", "p-map": "5.2.0", "prettier": "2.4.1", - "sinon": "11.1.2" + "sinon": "12.0.1" }, "husky": { "hooks": {