fix: upgrade dotenv from 16.3.2 to 16.4.1

Snyk has created this PR to upgrade dotenv from 16.3.2 to 16.4.1.

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-02-15 00:42:22 +00:00
parent 19979e99b8
commit af5a33e41f
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.9.1",
"dotenv": "^16.3.2",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"Model": "file:../Model",
@@ -1010,9 +1010,9 @@
}
},
"node_modules/dotenv": {
"version": "16.3.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz",
"integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==",
"version": "16.4.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz",
"integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==",
"engines": {
"node": ">=12"
},

View File

@@ -30,7 +30,7 @@
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.9.1",
"dotenv": "^16.3.2",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"Model": "file:../Model",