fix: upgrade dotenv from 16.4.1 to 16.4.2

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

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-04 16:17:42 +00:00
parent 2165db9d1f
commit 9384385f66
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@
"CommonServer": "file:../CommonServer",
"CommonUI": "file:../CommonUI",
"css-loader": "^6.10.0",
"dotenv": "^16.4.1",
"dotenv": "^16.4.2",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"Model": "file:../Model",
@ -1038,14 +1038,14 @@
}
},
"node_modules/dotenv": {
"version": "16.4.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz",
"integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==",
"version": "16.4.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.2.tgz",
"integrity": "sha512-rZSSFxke7d9nYQ5NeMIwp5PP+f8wXgKNljpOb7KtH6SKW1cEqcXAz9VSJYVLKe7Jhup/gUYOkaeSVyK8GJ+nBg==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
"url": "https://dotenvx.com"
}
},
"node_modules/ee-first": {

View File

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