From d82ab1b18ba9995b2d0063729797c3dff6be484e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 00:42:17 +0000 Subject: [PATCH] fix(deps): update all (#1223) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- extension/package-lock.json | 14 +++++++------- extension/package.json | 2 +- notification/package-lock.json | 31 ++++++++++++++++--------------- notification/package.json | 6 +++--- 4 files changed, 27 insertions(+), 26 deletions(-) diff --git a/extension/package-lock.json b/extension/package-lock.json index 5d699c2d1..b56b4f446 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -38,7 +38,7 @@ "localtunnel": "2.0.2", "mocha": "10.8.2", "nock": "13.5.6", - "prettier": "3.3.3", + "prettier": "3.4.1", "proxyquire": "2.1.3", "puppeteer": "23.9.0", "sinon": "19.0.2" @@ -2855,9 +2855,9 @@ } }, "node_modules/globals": { - "version": "15.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", - "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", + "version": "15.13.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz", + "integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==", "license": "MIT", "engines": { "node": ">=18" @@ -5326,9 +5326,9 @@ } }, "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", + "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", "dev": true, "license": "MIT", "bin": { diff --git a/extension/package.json b/extension/package.json index 21bb036c2..26702d6cd 100644 --- a/extension/package.json +++ b/extension/package.json @@ -57,7 +57,7 @@ "localtunnel": "2.0.2", "mocha": "10.8.2", "nock": "13.5.6", - "prettier": "3.3.3", + "prettier": "3.4.1", "proxyquire": "2.1.3", "puppeteer": "23.9.0", "sinon": "19.0.2" diff --git a/notification/package-lock.json b/notification/package-lock.json index ea254d926..31c8ed09e 100644 --- a/notification/package-lock.json +++ b/notification/package-lock.json @@ -8,7 +8,7 @@ "name": "commercetools-adyen-integration-notification", "version": "11.5.8", "dependencies": { - "@adyen/api-library": "22.0.0", + "@adyen/api-library": "22.1.0", "@commercetools/api-request-builder": "6.0.0", "@commercetools/sdk-client": "3.0.0", "@commercetools/sdk-middleware-auth": "7.0.1", @@ -31,7 +31,7 @@ "@stylistic/eslint-plugin-js": "^2.1.0", "c8": "10.1.2", "chai": "5.1.2", - "chai-as-promised": "8.0.0", + "chai-as-promised": "8.0.1", "eslint": "9.15.0", "eslint-config-prettier": "9.1.0", "husky": "9.1.7", @@ -41,7 +41,7 @@ "mocha": "10.8.2", "nock": "13.5.6", "p-map": "7.0.2", - "prettier": "3.3.3", + "prettier": "3.4.1", "sinon": "19.0.2" }, "engines": { @@ -49,9 +49,9 @@ } }, "node_modules/@adyen/api-library": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-22.0.0.tgz", - "integrity": "sha512-RQ2qoT8lkdBO79LQHXQpl4cmaG+RACQFZt/3mqVOtg/iq+vSbb/JfR9QKENy8PFe7a1tD7aYVBjoXG6p00aubg==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-22.1.0.tgz", + "integrity": "sha512-7uupxdvi6xiI+d2DPygqHz2wmNE5xRaZMuPNv4w22KqxNk9M3byUcSm0UyFRmUEQtlgTD8xZh037qUYf3qOnXQ==", "license": "MIT", "dependencies": { "https-proxy-agent": "5.0.1" @@ -1036,10 +1036,11 @@ } }, "node_modules/chai-as-promised": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-8.0.0.tgz", - "integrity": "sha512-sMsGXTrS3FunP/wbqh/KxM8Kj/aLPXQGkNtvE5wPfSToq8wkkvBpTZo1LIiEVmC4BwkKpag+l5h/20lBMk6nUg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-8.0.1.tgz", + "integrity": "sha512-OIEJtOL8xxJSH8JJWbIoRjybbzR52iFuDHuF8eb+nTPD6tgXLjRqsgnUGqQfFODxYvq5QdirT0pN9dZ0+Gz6rA==", "dev": true, + "license": "MIT", "dependencies": { "check-error": "^2.0.0" }, @@ -1971,9 +1972,9 @@ } }, "node_modules/globals": { - "version": "15.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", - "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", + "version": "15.13.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz", + "integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==", "license": "MIT", "engines": { "node": ">=18" @@ -3505,9 +3506,9 @@ } }, "node_modules/prettier": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", - "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", + "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", "dev": true, "license": "MIT", "bin": { diff --git a/notification/package.json b/notification/package.json index 4219d9394..244197832 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": "22.0.0", + "@adyen/api-library": "22.1.0", "@commercetools/api-request-builder": "6.0.0", "@commercetools/sdk-client": "3.0.0", "@commercetools/sdk-middleware-auth": "7.0.1", @@ -68,7 +68,7 @@ "@stylistic/eslint-plugin-js": "^2.1.0", "c8": "10.1.2", "chai": "5.1.2", - "chai-as-promised": "8.0.0", + "chai-as-promised": "8.0.1", "eslint": "9.15.0", "eslint-config-prettier": "9.1.0", "husky": "9.1.7", @@ -78,7 +78,7 @@ "mocha": "10.8.2", "nock": "13.5.6", "p-map": "7.0.2", - "prettier": "3.3.3", + "prettier": "3.4.1", "sinon": "19.0.2" }, "husky": {