Merge pull request #56 from CookieDasora/dependabot/npm_and_yarn/dotenv-16.3.2

Bump dotenv from 16.3.1 to 16.3.2
This commit is contained in:
Cookie 2024-01-23 16:35:56 +00:00 committed by GitHub
commit 628ab98a6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -14,7 +14,7 @@
"bcrypt": "^5.1.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"dotenv": "^16.3.2",
"express": "^4.18.2",
"express-rate-limit": "^7.1.1",
"ioredis": "^5.3.2",
@ -6012,9 +6012,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

@ -74,7 +74,7 @@
"bcrypt": "^5.1.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"dotenv": "^16.3.2",
"express": "^4.18.2",
"express-rate-limit": "^7.1.1",
"ioredis": "^5.3.2",