diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba5da4e0..9f776ccc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 prompt dialog component - 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` ### Fixed diff --git a/package-lock.json b/package-lock.json index 27789c070..29e7fb59f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "date-fns": "4.4.0", "dotenv": "17.2.3", "dotenv-expand": "12.0.3", - "envalid": "8.1.1", + "envalid": "8.2.0", "fast-redact": "3.5.0", "fuse.js": "7.3.0", "google-spreadsheet": "3.2.0", @@ -19367,9 +19367,9 @@ } }, "node_modules/envalid": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/envalid/-/envalid-8.1.1.tgz", - "integrity": "sha512-vOUfHxAFFvkBjbVQbBfgnCO9d3GcNfMMTtVfgqSU2rQGMFEVqWy9GBuoSfHnwGu7EqR0/GeukQcL3KjFBaga9w==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/envalid/-/envalid-8.2.0.tgz", + "integrity": "sha512-CkPvea95dwMYE1wnKX5mQXkOpiMs9O+ncv8NqZy+gW7FuzpUp06KTdUHb18xFG8CqQHmfmRqGLF5DuGaBWNrSw==", "license": "MIT", "dependencies": { "tslib": "2.8.1" diff --git a/package.json b/package.json index 634b70cde..21ec0b85e 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "date-fns": "4.4.0", "dotenv": "17.2.3", "dotenv-expand": "12.0.3", - "envalid": "8.1.1", + "envalid": "8.2.0", "fast-redact": "3.5.0", "fuse.js": "7.3.0", "google-spreadsheet": "3.2.0",