diff --git a/checkout-example/package-lock.json b/checkout-example/package-lock.json index a33ca72..dbdc182 100644 --- a/checkout-example/package-lock.json +++ b/checkout-example/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@adyen/api-library": "^17.1.0", - "ansi-regex": "^6.0.1", + "ansi-regex": "^6.1.0", "dot-prop": "^9.0.0", "dotenv": "^16.4.5", "express": "^4.19.2", @@ -220,9 +220,9 @@ } }, "node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "engines": { "node": ">=12" }, @@ -2739,9 +2739,9 @@ } }, "ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==" }, "ansi-styles": { "version": "6.2.1", diff --git a/checkout-example/package.json b/checkout-example/package.json index 61acf77..652c6d7 100644 --- a/checkout-example/package.json +++ b/checkout-example/package.json @@ -13,7 +13,7 @@ "license": "MIT", "dependencies": { "@adyen/api-library": "^17.1.0", - "ansi-regex": "^6.0.1", + "ansi-regex": "^6.1.0", "dot-prop": "^9.0.0", "dotenv": "^16.4.5", "express": "^4.19.2",