File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 47
47
"@typescript-eslint/eslint-plugin" : " 5.62.0" ,
48
48
"@typescript-eslint/parser" : " 5.62.0" ,
49
49
"dotenv" : " 16.3.1" ,
50
- "dotenv-cli" : " 7.3 .0" ,
50
+ "dotenv-cli" : " 8.0 .0" ,
51
51
"eslint" : " 8.52.0" ,
52
52
"eslint-config-prettier" : " 9.0.0" ,
53
53
"eslint-plugin-header" : " 3.1.1" ,
Original file line number Diff line number Diff line change @@ -2219,9 +2219,10 @@ create-jest@^29.7.0:
2219
2219
jest-util "^29.7.0"
2220
2220
prompts "^2.0.1"
2221
2221
2222
- cross-spawn@^7.0.2, cross-spawn@^7.0.3 :
2223
- version "7.0.3"
2224
- resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
2222
+ cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6 :
2223
+ version "7.0.6"
2224
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
2225
+ integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
2225
2226
dependencies :
2226
2227
path-key "^3.1.0"
2227
2228
shebang-command "^2.0.0"
@@ -2371,11 +2372,12 @@ doctrine@^3.0.0:
2371
2372
dependencies :
2372
2373
esutils "^2.0.2"
2373
2374
2374
-
2375
- version "7.3.0"
2376
- resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-7.3.0.tgz#21e33e7944713001677658d68856063968edfbd2"
2375
+
2376
+ version "8.0.0"
2377
+ resolved "https://registry.yarnpkg.com/dotenv-cli/-/dotenv-cli-8.0.0.tgz#cea1519f5a06c7372a1428fca4605fcf3d50e1cf"
2378
+ integrity sha512-aLqYbK7xKOiTMIRf1lDPbI+Y+Ip/wo5k3eyp6ePysVaSqbyxjyK3dK35BTxG+rmd7djf5q2UPs4noPNH+cj0Qw==
2377
2379
dependencies :
2378
- cross-spawn "^7.0.3 "
2380
+ cross-spawn "^7.0.6 "
2379
2381
dotenv "^16.3.0"
2380
2382
dotenv-expand "^10.0.0"
2381
2383
minimist "^1.2.6"
You can’t perform that action at this time.
0 commit comments