Merge pull request #735 from shocknet/dependabot/npm_and_yarn/dotenv-16.4.5

Bump dotenv from 16.0.3 to 16.4.5
This commit is contained in:
Justin (shocknet) 2024-09-09 11:51:28 -04:00 committed by GitHub
commit 88075b5ec3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View file

@ -25,7 +25,7 @@
"copyfiles": "^2.4.1", "copyfiles": "^2.4.1",
"cors": "^2.8.5", "cors": "^2.8.5",
"csv": "^6.3.8", "csv": "^6.3.8",
"dotenv": "^16.0.0", "dotenv": "^16.4.5",
"eccrypto": "^1.1.6", "eccrypto": "^1.1.6",
"express": "^4.19.2", "express": "^4.19.2",
"globby": "^13.1.2", "globby": "^13.1.2",
@ -1841,11 +1841,14 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "16.0.3", "version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==", "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
} }
}, },
"node_modules/dprint-node": { "node_modules/dprint-node": {

View file

@ -41,7 +41,7 @@
"copyfiles": "^2.4.1", "copyfiles": "^2.4.1",
"cors": "^2.8.5", "cors": "^2.8.5",
"csv": "^6.3.8", "csv": "^6.3.8",
"dotenv": "^16.0.0", "dotenv": "^16.4.5",
"eccrypto": "^1.1.6", "eccrypto": "^1.1.6",
"express": "^4.19.2", "express": "^4.19.2",
"globby": "^13.1.2", "globby": "^13.1.2",