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" }