Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit c656c23

Browse files
Bump dotenv-cli from 4.0.0 to 6.0.0
Bumps [dotenv-cli](https://github.com/entropitor/dotenv-cli) from 4.0.0 to 6.0.0. - [Release notes](https://github.com/entropitor/dotenv-cli/releases) - [Commits](entropitor/dotenv-cli@v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: dotenv-cli dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5cee0fd commit c656c23

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"rimraf": "^3.0.2",
21-
"dotenv-cli": "^4.0.0"
21+
"dotenv-cli": "^6.0.0"
2222
}
2323
}

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ cross-fetch@^3.0.6:
17661766
dependencies:
17671767
node-fetch "2.6.1"
17681768

1769-
cross-spawn@^7.0.1:
1769+
cross-spawn@^7.0.3:
17701770
version "7.0.3"
17711771
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
17721772
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -2122,25 +2122,25 @@ domutils@^2.4.4:
21222122
domelementtype "^2.0.1"
21232123
domhandler "^4.0.0"
21242124

2125-
dotenv-cli@^4.0.0:
2126-
version "4.0.0"
2127-
resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-4.0.0.tgz#3cdd68b87ccd63c78dbfa72aab2f639bbeba5f4b"
2128-
integrity sha512-ByKEec+ashePEXthZaA1fif9XDtcaRnkN7eGdBDx3HHRjwZ/rA1go83Cbs4yRrx3JshsCf96FjAyIA2M672+CQ==
2125+
dotenv-cli@^6.0.0:
2126+
version "6.0.0"
2127+
resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-6.0.0.tgz#8a30cbc59d0a8aaa166b2fee0a9a55e23a1223ab"
2128+
integrity sha512-qXlCOi3UMDhCWFKe0yq5sg3X+pJAz+RQDiFN38AMSbUrnY3uZshSfDJUAge951OS7J9gwLZGfsBlWRSOYz/TRg==
21292129
dependencies:
2130-
cross-spawn "^7.0.1"
2131-
dotenv "^8.1.0"
2132-
dotenv-expand "^5.1.0"
2133-
minimist "^1.1.3"
2130+
cross-spawn "^7.0.3"
2131+
dotenv "^16.0.0"
2132+
dotenv-expand "^8.0.1"
2133+
minimist "^1.2.5"
21342134

2135-
dotenv-expand@^5.1.0:
2136-
version "5.1.0"
2137-
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
2138-
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
2135+
dotenv-expand@^8.0.1:
2136+
version "8.0.3"
2137+
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-8.0.3.tgz#29016757455bcc748469c83a19b36aaf2b83dd6e"
2138+
integrity sha512-SErOMvge0ZUyWd5B0NXMQlDkN+8r+HhVUsxgOO7IoPDOdDRD2JjExpN6y3KnFR66jsJMwSn1pqIivhU5rcJiNg==
21392139

2140-
dotenv@^8.1.0:
2141-
version "8.2.0"
2142-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
2143-
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
2140+
dotenv@^16.0.0:
2141+
version "16.0.1"
2142+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.1.tgz#8f8f9d94876c35dac989876a5d3a82a267fdce1d"
2143+
integrity sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==
21442144

21452145
21462146
version "3.2.7"
@@ -3855,7 +3855,7 @@ minimatch@^3.0.4:
38553855
dependencies:
38563856
brace-expansion "^1.1.7"
38573857

3858-
minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@~1.2.0:
3858+
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5, minimist@~1.2.0:
38593859
version "1.2.5"
38603860
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
38613861
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==

0 commit comments

Comments
 (0)