diff --git a/package-lock.json b/package-lock.json index 77cce64..4db6053 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "dependencies": { "@adyen/adyen-web": "^6.6.0", - "@adyen/api-library": "v19.2.0", + "@adyen/api-library": "v23.3.0", "nuxt": "^3.13.2", "uuid": "^10.0.0", "vue": "^3.5.13" @@ -35,9 +35,10 @@ } }, "node_modules/@adyen/api-library": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-19.2.0.tgz", - "integrity": "sha512-eIitVPBo+9ppquERgG8xCNne85mXDFQx28nS7SmSR7/xJDV1cg0XYHsZwi163ZGwxwqi7x9wVc933IuJUTq/Yg==", + "version": "23.3.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-23.3.0.tgz", + "integrity": "sha512-UqhZpzDvF6CmBz0BCtcji13Ahorzs/TcPdpypzFJa8WQQB6k5ZZsWbIjp3R8kdzcKRXT3hilOOToO8X4BADtWg==", + "license": "MIT", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -45,13 +46,24 @@ "node": ">=18" }, "optionalDependencies": { - "@types/node": "14.18.63" + "@types/node": "18.19.69" } }, "node_modules/@adyen/api-library/node_modules/@types/node": { - "version": "14.18.63", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.63.tgz", - "integrity": "sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==", + "version": "18.19.69", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.69.tgz", + "integrity": "sha512-ECPdY1nlaiO/Y6GUnwgtAAhLNaQ53AyIVz+eILxpEo5OvuqE6yWkqWBIb5dU0DqhKQtMeny+FBD3PK6lm7L5xQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@adyen/api-library/node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "license": "MIT", "optional": true }, "node_modules/@adyen/bento-design-tokens": { diff --git a/package.json b/package.json index f79d552..031df7e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@adyen/adyen-web": "^6.6.0", - "@adyen/api-library": "v19.2.0", + "@adyen/api-library": "v23.3.0", "nuxt": "^3.13.2", "uuid": "^10.0.0", "vue": "^3.5.13"