Browse Source

Feature/upgrade envalid to version 8.1.0 (#5430)

* Upgrade envalid to version 8.1.0

* Update changelog
pull/5470/head
Thomas Kaul 2 weeks ago
committed by GitHub
parent
commit
df7de1bfcd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 18
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Refactored the create or update access dialog component to standalone
- Upgraded `envalid` from version `8.0.0` to `8.1.0`
### Fixed

18
package-lock.json

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

2
package.json

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

Loading…
Cancel
Save