diff --git a/extension/package.json b/extension/package.json index e22543393..8484ac741 100644 --- a/extension/package.json +++ b/extension/package.json @@ -46,23 +46,23 @@ }, "homepage": "https://github.com/commercetools/commercetools-adyen-integration", "devDependencies": { - "chai": "4.4.1", + "chai": "5.1.0", "chai-as-promised": "7.1.1", "doctoc": "2.2.1", "eslint": "8.56.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", - "husky": "8.0.3", + "husky": "9.0.11", "lint-staged": "15.2.2", "localtunnel": "2.0.2", "mocha": "10.3.0", "nock": "13.5.3", "prettier": "3.2.5", "proxyquire": "2.1.3", - "puppeteer": "21.11.0", + "puppeteer": "22.2.0", "sinon": "17.0.1", - "c8": "8.0.1" + "c8": "9.1.0" }, "dependencies": { "@commercetools/api-request-builder": "6.0.0", diff --git a/notification/package.json b/notification/package.json index 587fbbd4d..52c203ead 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": "15.1.0", + "@adyen/api-library": "16.0.1", "@commercetools/api-request-builder": "6.0.0", "@commercetools/sdk-client": "3.0.0", "@commercetools/sdk-middleware-auth": "7.0.1", @@ -63,14 +63,14 @@ "verror": "1.10.1" }, "devDependencies": { - "chai": "4.4.1", + "chai": "5.1.0", "chai-as-promised": "7.1.1", "eslint": "8.56.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", - "husky": "8.0.3", - "ip": "1.1.9", + "husky": "9.0.11", + "ip": "2.0.1", "lint-staged": "15.2.2", "localtunnel": "2.0.2", "mocha": "10.3.0", @@ -78,7 +78,7 @@ "p-map": "7.0.1", "prettier": "3.2.5", "sinon": "17.0.1", - "c8": "8.0.1" + "c8": "9.1.0" }, "husky": { "hooks": {