Merge pull request #18 from switchboard-xyz/dependabot-npm_and_yarn-dotenv-16.0.1

Bump dotenv from 16.0.0 to 16.0.1
This commit is contained in:
gallynaut 2022-07-05 08:51:13 -06:00 committed by GitHub
commit 76873d3b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View File

@ -42,7 +42,7 @@
"big.js": "^6.1.1",
"chalk": "4",
"decimal.js": "^10.3.1",
"dotenv": "^16.0.0",
"dotenv": "^16.0.1",
"toml": "^3.0.0"
},
"devDependencies": {

View File

@ -54,6 +54,6 @@
"npm": ">=8"
},
"dependencies": {
"dotenv": "^16.0.0"
"dotenv": "^16.0.1"
}
}

View File

@ -22,7 +22,7 @@
"@solana/web3.js": "^1.37.1",
"@switchboard-xyz/switchboard-v2": "^0.0.114",
"chalk": "^4.1.2",
"dotenv": "^16.0.0",
"dotenv": "^16.0.1",
"readline-sync": "^1.4.10"
},
"devDependencies": {

View File

@ -19,7 +19,7 @@
"@solana/web3.js": "1.33.0",
"@switchboard-xyz/sbv2-utils": "^0.1.19",
"@switchboard-xyz/switchboard-v2": "^0.0.114",
"dotenv": "^16.0.0",
"dotenv": "^16.0.1",
"node-pagerduty": "^1.3.6"
},
"devDependencies": {

View File

@ -19,7 +19,7 @@
"@switchboard-xyz/switchboard-v2": "^0.0.114",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"dotenv": "^16.0.0"
"dotenv": "^16.0.1"
},
"devDependencies": {
"@switchboard-xyz/switchboardv2-cli": "^0.2.4",

View File

@ -7663,10 +7663,10 @@ dotenv@8.2.0:
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
dotenv@^16.0.0:
version "16.0.0"
resolved "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz"
integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==
dotenv@^16.0.1:
version "16.0.1"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.1.tgz#8f8f9d94876c35dac989876a5d3a82a267fdce1d"
integrity sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==
duplexer3@^0.1.4:
version "0.1.4"