From d6dea7fecc4bb750da9ab2bf843a3ece70f0a3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:50:20 +0000 Subject: [PATCH] Bump dotenv in /authentication/oauth2-code-flow/redirect/backend-js 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] --- .../redirect/backend-js/package-lock.json | 14 +++++++------- .../redirect/backend-js/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/authentication/oauth2-code-flow/redirect/backend-js/package-lock.json b/authentication/oauth2-code-flow/redirect/backend-js/package-lock.json index dfc5a1d..e804857 100644 --- a/authentication/oauth2-code-flow/redirect/backend-js/package-lock.json +++ b/authentication/oauth2-code-flow/redirect/backend-js/package-lock.json @@ -9,13 +9,13 @@ "version": "1.0.0", "license": "SEE LICENSE IN https://github.com/SaxoBank/openapi-samples-js/blob/main/LICENSE", "dependencies": { - "dotenv": "^16.4.5" + "dotenv": "^16.4.7" } }, "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" }, @@ -26,9 +26,9 @@ }, "dependencies": { "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==" } } } diff --git a/authentication/oauth2-code-flow/redirect/backend-js/package.json b/authentication/oauth2-code-flow/redirect/backend-js/package.json index 4fd239c..8d7c5b7 100644 --- a/authentication/oauth2-code-flow/redirect/backend-js/package.json +++ b/authentication/oauth2-code-flow/redirect/backend-js/package.json @@ -12,6 +12,6 @@ "name": "bas" }, "dependencies": { - "dotenv": "^16.4.5" + "dotenv": "^16.4.7" } }