Update dependency dotenv to v16.4.5 #182

Merged
Vylpes merged 1 commit from renovate/dotenv-16.x-lockfile into develop 2024-03-11 19:54:37 +00:00

8
package-lock.json generated
View file

@ -4189,14 +4189,14 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "16.3.2", "version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==", "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
"funding": { "funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1" "url": "https://dotenvx.com"
} }
}, },
"node_modules/eastasianwidth": { "node_modules/eastasianwidth": {