Browse Source

Upgrade envalid to version 8.1.0

pull/5430/head
Thomas Kaul 4 months ago
parent
commit
894f375e92
  1. 18
      package-lock.json
  2. 2
      package.json

18
package-lock.json

@ -66,7 +66,7 @@
"countries-list": "3.1.1", "countries-list": "3.1.1",
"countup.js": "2.8.2", "countup.js": "2.8.2",
"date-fns": "4.1.0", "date-fns": "4.1.0",
"envalid": "8.0.0", "envalid": "8.1.0",
"fuse.js": "7.1.0", "fuse.js": "7.1.0",
"google-spreadsheet": "3.2.0", "google-spreadsheet": "3.2.0",
"helmet": "7.0.0", "helmet": "7.0.0",
@ -19956,23 +19956,17 @@
} }
}, },
"node_modules/envalid": { "node_modules/envalid": {
"version": "8.0.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/envalid/-/envalid-8.0.0.tgz", "resolved": "https://registry.npmjs.org/envalid/-/envalid-8.1.0.tgz",
"integrity": "sha512-PGeYJnJB5naN0ME6SH8nFcDj9HVbLpYIfg1p5lAyM9T4cH2lwtu2fLbozC/bq+HUUOIFxhX/LP0/GmlqPHT4tQ==", "integrity": "sha512-OT6+qVhKVyCidaGoXflb2iK1tC8pd0OV2Q+v9n33wNhUJ+lus+rJobUj4vJaQBPxPZ0vYrPGuxdrenyCAIJcow==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tslib": "2.6.2" "tslib": "2.8.1"
}, },
"engines": { "engines": {
"node": ">=8.12" "node": ">=18"
} }
}, },
"node_modules/envalid/node_modules/tslib": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
"license": "0BSD"
},
"node_modules/environment": { "node_modules/environment": {
"version": "1.1.0", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz", "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz",

2
package.json

@ -112,7 +112,7 @@
"countries-list": "3.1.1", "countries-list": "3.1.1",
"countup.js": "2.8.2", "countup.js": "2.8.2",
"date-fns": "4.1.0", "date-fns": "4.1.0",
"envalid": "8.0.0", "envalid": "8.1.0",
"fuse.js": "7.1.0", "fuse.js": "7.1.0",
"google-spreadsheet": "3.2.0", "google-spreadsheet": "3.2.0",
"helmet": "7.0.0", "helmet": "7.0.0",

Loading…
Cancel
Save