From abfab643f86297256541fd6a8669480688c1b445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:08:36 +0000 Subject: [PATCH] Bump dotenv in /authentication/oauth2-certificate-flow/example_nodejs 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] --- .../example_nodejs/package-lock.json | 14 +++++++------- .../example_nodejs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/authentication/oauth2-certificate-flow/example_nodejs/package-lock.json b/authentication/oauth2-certificate-flow/example_nodejs/package-lock.json index a9faf03..d63f6f8 100644 --- a/authentication/oauth2-certificate-flow/example_nodejs/package-lock.json +++ b/authentication/oauth2-certificate-flow/example_nodejs/package-lock.json @@ -9,7 +9,7 @@ "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", "jsonwebtoken": "^9.0.2", "node-fetch": "^3.3.2" } @@ -28,9 +28,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" }, @@ -264,9 +264,9 @@ "integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==" }, "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==" }, "ecdsa-sig-formatter": { "version": "1.0.11", diff --git a/authentication/oauth2-certificate-flow/example_nodejs/package.json b/authentication/oauth2-certificate-flow/example_nodejs/package.json index 4dd88e4..f4d1b39 100644 --- a/authentication/oauth2-certificate-flow/example_nodejs/package.json +++ b/authentication/oauth2-certificate-flow/example_nodejs/package.json @@ -12,7 +12,7 @@ "name": "various" }, "dependencies": { - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "jsonwebtoken": "^9.0.2", "node-fetch": "^3.3.2" }