Browse Source
Task/upgrade envalid to version 8.1.1
pull/6026/head
Szymon Łągiewka
6 days ago
Failed to extract signature
3 changed files with
11 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
#### Chagned |
|
|
|
|
|
|
|
- Upgraded `envalid` from version `8.1.0` to `8.1.1` |
|
|
|
|
|
|
|
## 2.221.0 - 2025-12-01 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
@ -62,7 +62,7 @@ |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"dotenv": "17.2.3", |
|
|
|
"dotenv-expand": "12.0.3", |
|
|
|
"envalid": "8.1.0", |
|
|
|
"envalid": "8.1.1", |
|
|
|
"fuse.js": "7.1.0", |
|
|
|
"google-spreadsheet": "3.2.0", |
|
|
|
"helmet": "7.0.0", |
|
|
|
@ -21332,9 +21332,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/envalid": { |
|
|
|
"version": "8.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/envalid/-/envalid-8.1.0.tgz", |
|
|
|
"integrity": "sha512-OT6+qVhKVyCidaGoXflb2iK1tC8pd0OV2Q+v9n33wNhUJ+lus+rJobUj4vJaQBPxPZ0vYrPGuxdrenyCAIJcow==", |
|
|
|
"version": "8.1.1", |
|
|
|
"resolved": "https://registry.npmjs.org/envalid/-/envalid-8.1.1.tgz", |
|
|
|
"integrity": "sha512-vOUfHxAFFvkBjbVQbBfgnCO9d3GcNfMMTtVfgqSU2rQGMFEVqWy9GBuoSfHnwGu7EqR0/GeukQcL3KjFBaga9w==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"tslib": "2.8.1" |
|
|
|
|
|
|
|
@ -106,7 +106,7 @@ |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"dotenv": "17.2.3", |
|
|
|
"dotenv-expand": "12.0.3", |
|
|
|
"envalid": "8.1.0", |
|
|
|
"envalid": "8.1.1", |
|
|
|
"fuse.js": "7.1.0", |
|
|
|
"google-spreadsheet": "3.2.0", |
|
|
|
"helmet": "7.0.0", |
|
|
|
|