From 0e3f79e12274491e9e202e1bd6b2d522ea4f440a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 06:33:07 +0000 Subject: [PATCH] Bump dotenv from 16.4.5 to 16.4.7 in /checkout-example Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.5 to 16.4.7. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.4.5...v16.4.7) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- checkout-example/package-lock.json | 14 +++++++------- checkout-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/checkout-example/package-lock.json b/checkout-example/package-lock.json index 6e075d6..188a846 100644 --- a/checkout-example/package-lock.json +++ b/checkout-example/package-lock.json @@ -12,7 +12,7 @@ "@adyen/api-library": "^20.0.0", "ansi-regex": "^6.1.0", "dot-prop": "^9.0.0", - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "express": "^4.21.1", "express-handlebars": "^8.0.1", "minimist": "^1.2.8", @@ -613,9 +613,9 @@ } }, "node_modules/dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", "engines": { "node": ">=12" }, @@ -3126,9 +3126,9 @@ } }, "dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==" + "version": "16.4.7", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", + "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==" }, "eastasianwidth": { "version": "0.2.0", diff --git a/checkout-example/package.json b/checkout-example/package.json index 28de5e0..3669f4f 100644 --- a/checkout-example/package.json +++ b/checkout-example/package.json @@ -15,7 +15,7 @@ "@adyen/api-library": "^20.0.0", "ansi-regex": "^6.1.0", "dot-prop": "^9.0.0", - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "express": "^4.21.1", "express-handlebars": "^8.0.1", "minimist": "^1.2.8",