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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
8 additions and
13 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Refactored the create or update access dialog component to standalone |
|
|
- Refactored the create or update access dialog component to standalone |
|
|
|
|
|
- Upgraded `envalid` from version `8.0.0` to `8.1.0` |
|
|
|
|
|
|
|
|
### Fixed |
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
@ -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", |
|
|
|
@ -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", |
|
|