fix: upgrade dotenv from 16.3.1 to 16.3.2

Snyk has created this PR to upgrade dotenv from 16.3.1 to 16.3.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-02-13 00:25:59 +00:00
parent 0ecb344a5f
commit f0c08c14e8
No known key found for this signature in database
GPG Key ID: 5009E0832F4D3DD3
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.1",
"dotenv": "^16.3.2",
"express": "^4.18.2",
"file-loader": "^6.2.0",
"Model": "file:../Model",
@ -1010,9 +1010,9 @@
}
},
"node_modules/dotenv": {
"version": "16.3.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz",
"integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==",
"version": "16.3.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz",
"integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==",
"engines": {
"node": ">=12"
},

View File

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