fix: upgrade dotenv from 16.4.2 to 16.4.5

Snyk has created this PR to upgrade dotenv from 16.4.2 to 16.4.5.

See this package in npm:
https://www.npmjs.com/package/dotenv

See this project in Snyk:
https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/40b17bc5-1bd4-48b1-88f1-5b4dc1400e80?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2024-03-13 20:47:51 +00:00
parent 64e0d3e7fa
commit 0060965116
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.10.0",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"Model": "file:../Model",
@@ -1038,9 +1038,9 @@
}
},
"node_modules/dotenv": {
"version": "16.4.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.2.tgz",
"integrity": "sha512-rZSSFxke7d9nYQ5NeMIwp5PP+f8wXgKNljpOb7KtH6SKW1cEqcXAz9VSJYVLKe7Jhup/gUYOkaeSVyK8GJ+nBg==",
"version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"engines": {
"node": ">=12"
},

View File

@@ -30,7 +30,7 @@
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.10.0",
"dotenv": "^16.4.2",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"Model": "file:../Model",