Browse Source

Feature/upgrade envalid to version 8.0.0 (#4161)

* Upgrade envalid to version 8.0.0

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

1
CHANGELOG.md

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Introduced `extends` in the `docker-compose` files
- Improved the language localization for German (`de`)
- Refreshed the cryptocurrencies list
- Upgraded `envalid` from version `7.3.1` to `8.0.0`
- Upgraded `replace-in-file` from version `7.0.1` to `8.3.0`
### Fixed

16
package-lock.json

@ -63,7 +63,7 @@
"countries-list": "3.1.1",
"countup.js": "2.8.0",
"date-fns": "3.6.0",
"envalid": "7.3.1",
"envalid": "8.0.0",
"google-spreadsheet": "3.2.0",
"helmet": "7.0.0",
"http-status-codes": "2.3.0",
@ -17407,21 +17407,21 @@
}
},
"node_modules/envalid": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/envalid/-/envalid-7.3.1.tgz",
"integrity": "sha512-KL1YRwn8WcoF/Ty7t+yLLtZol01xr9ZJMTjzoGRM8NaSU+nQQjSWOQKKJhJP2P57bpdakJ9jbxqQX4fGTOicZg==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/envalid/-/envalid-8.0.0.tgz",
"integrity": "sha512-PGeYJnJB5naN0ME6SH8nFcDj9HVbLpYIfg1p5lAyM9T4cH2lwtu2fLbozC/bq+HUUOIFxhX/LP0/GmlqPHT4tQ==",
"license": "MIT",
"dependencies": {
"tslib": "2.3.1"
"tslib": "2.6.2"
},
"engines": {
"node": ">=8.12"
}
},
"node_modules/envalid/node_modules/tslib": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==",
"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": {

2
package.json

@ -109,7 +109,7 @@
"countries-list": "3.1.1",
"countup.js": "2.8.0",
"date-fns": "3.6.0",
"envalid": "7.3.1",
"envalid": "8.0.0",
"google-spreadsheet": "3.2.0",
"helmet": "7.0.0",
"http-status-codes": "2.3.0",

Loading…
Cancel
Save