mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-22 09:47:00 +01:00
c28d8aec87
Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 10.0.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v8.2.0...v10.0.0) Signed-off-by: dependabot[bot] <support@github.com>
27 lines
940 B
JSON
27 lines
940 B
JSON
{
|
|
"name": "blowfish-site",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"axios": {
|
|
"version": "0.21.1",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
|
|
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
|
|
"requires": {
|
|
"follow-redirects": "^1.10.0"
|
|
}
|
|
},
|
|
"dotenv": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
|
|
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
|
|
},
|
|
"follow-redirects": {
|
|
"version": "1.13.1",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
|
|
"integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg=="
|
|
}
|
|
}
|
|
}
|