1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Merge pull request #881 from oceanprotocol/dependabot/npm_and_yarn/dotenv-16.0.0

Bump dotenv from 14.3.2 to 16.0.0
This commit is contained in:
Alex Coseru 2022-02-10 17:59:38 +02:00 committed by GitHub
commit 22684c55c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -9005,9 +9005,9 @@
} }
}, },
"dotenv": { "dotenv": {
"version": "14.3.2", "version": "16.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.3.2.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
"integrity": "sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ==", "integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==",
"dev": true "dev": true
}, },
"download": { "download": {

View File

@ -66,7 +66,7 @@
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "^5.5.0", "@svgr/webpack": "^5.5.0",
"dotenv": "^14.3.2", "dotenv": "^16.0.0",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-oceanprotocol": "^1.5.0", "eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",