From ee606c56b1fdc41611d87e6d17720fef7d0d3b47 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Nov 2021 03:28:41 +0000 Subject: [PATCH] fix(deps): update all --- extension/package.json | 8 ++++---- notification/package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/extension/package.json b/extension/package.json index 3f7f5bf00..b4c4646f3 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 661736339..7197427a2 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.1" }, @@ -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.3.0", "prettier": "2.4.1", - "sinon": "11.1.2" + "sinon": "12.0.1" }, "husky": { "hooks": {