diff --git a/node-api/package-lock.json b/node-api/package-lock.json index e9db8f7..76fdce3 100644 --- a/node-api/package-lock.json +++ b/node-api/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@adyen/api-library": "16.1.0", + "@adyen/api-library": "18.1.0", "dotenv": "^9.0.2", "express": "^4.17.3", "morgan": "^1.10.0", @@ -20,9 +20,9 @@ } }, "node_modules/@adyen/api-library": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-16.1.0.tgz", - "integrity": "sha512-LLjsOXGR6ZTGcuZLJ5N9YpszGqXX7lH+jGlrlZbVMYvogZ9aqbHiQRozzb7gnZi65USp00Z102HFFXf2sftDxw==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-18.1.0.tgz", + "integrity": "sha512-p9yVIQqq5ZO/1KxoR3YtIdxK5wYe5mN3ABe/8n0ZRL+5fW45EJTvUpUGkGo9Rp0fZ2tlTl+1vSVz/pVH6s7iDA==", "dependencies": { "https-proxy-agent": "5.0.1" }, @@ -917,9 +917,9 @@ }, "dependencies": { "@adyen/api-library": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-16.1.0.tgz", - "integrity": "sha512-LLjsOXGR6ZTGcuZLJ5N9YpszGqXX7lH+jGlrlZbVMYvogZ9aqbHiQRozzb7gnZi65USp00Z102HFFXf2sftDxw==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@adyen/api-library/-/api-library-18.1.0.tgz", + "integrity": "sha512-p9yVIQqq5ZO/1KxoR3YtIdxK5wYe5mN3ABe/8n0ZRL+5fW45EJTvUpUGkGo9Rp0fZ2tlTl+1vSVz/pVH6s7iDA==", "requires": { "@types/node": "14.18.63", "https-proxy-agent": "5.0.1" diff --git a/node-api/package.json b/node-api/package.json index 4272ac2..155f092 100644 --- a/node-api/package.json +++ b/node-api/package.json @@ -13,7 +13,7 @@ "author": "", "license": "MIT", "dependencies": { - "@adyen/api-library": "16.1.0", + "@adyen/api-library": "18.1.0", "dotenv": "^9.0.2", "express": "^4.17.3", "morgan": "^1.10.0",