Browse Source
Task/upgrade envalid to version 8.2.0 (#7222)
* Upgrade envalid to version 8.2.0
* Update changelog
pull/7241/head
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
- Set the change detection strategy to `OnPush` in the confirmation dialog component |
|
|
- Set the change detection strategy to `OnPush` in the confirmation dialog component |
|
|
- Set the change detection strategy to `OnPush` in the prompt dialog component |
|
|
- Set the change detection strategy to `OnPush` in the prompt dialog component |
|
|
- Set the change detection strategy to `OnPush` in the overview of the admin control panel |
|
|
- Set the change detection strategy to `OnPush` in the overview of the admin control panel |
|
|
|
|
|
- Upgraded `envalid` from version `8.1.1` to `8.2.0` |
|
|
- Upgraded `stripe` from version `21.0.1` to `22.2.3` |
|
|
- Upgraded `stripe` from version `21.0.1` to `22.2.3` |
|
|
|
|
|
|
|
|
### Fixed |
|
|
### Fixed |
|
|
|
|
|
@ -66,7 +66,7 @@ |
|
|
"date-fns": "4.4.0", |
|
|
"date-fns": "4.4.0", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv-expand": "12.0.3", |
|
|
"dotenv-expand": "12.0.3", |
|
|
"envalid": "8.1.1", |
|
|
"envalid": "8.2.0", |
|
|
"fast-redact": "3.5.0", |
|
|
"fast-redact": "3.5.0", |
|
|
"fuse.js": "7.3.0", |
|
|
"fuse.js": "7.3.0", |
|
|
"google-spreadsheet": "3.2.0", |
|
|
"google-spreadsheet": "3.2.0", |
|
|
@ -19367,9 +19367,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/envalid": { |
|
|
"node_modules/envalid": { |
|
|
"version": "8.1.1", |
|
|
"version": "8.2.0", |
|
|
"resolved": "https://registry.npmjs.org/envalid/-/envalid-8.1.1.tgz", |
|
|
"resolved": "https://registry.npmjs.org/envalid/-/envalid-8.2.0.tgz", |
|
|
"integrity": "sha512-vOUfHxAFFvkBjbVQbBfgnCO9d3GcNfMMTtVfgqSU2rQGMFEVqWy9GBuoSfHnwGu7EqR0/GeukQcL3KjFBaga9w==", |
|
|
"integrity": "sha512-CkPvea95dwMYE1wnKX5mQXkOpiMs9O+ncv8NqZy+gW7FuzpUp06KTdUHb18xFG8CqQHmfmRqGLF5DuGaBWNrSw==", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"tslib": "2.8.1" |
|
|
"tslib": "2.8.1" |
|
|
|
|
|
@ -110,7 +110,7 @@ |
|
|
"date-fns": "4.4.0", |
|
|
"date-fns": "4.4.0", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv": "17.2.3", |
|
|
"dotenv-expand": "12.0.3", |
|
|
"dotenv-expand": "12.0.3", |
|
|
"envalid": "8.1.1", |
|
|
"envalid": "8.2.0", |
|
|
"fast-redact": "3.5.0", |
|
|
"fast-redact": "3.5.0", |
|
|
"fuse.js": "7.3.0", |
|
|
"fuse.js": "7.3.0", |
|
|
"google-spreadsheet": "3.2.0", |
|
|
"google-spreadsheet": "3.2.0", |
|
|
|