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

Commit

Permalink
fix: upgrade cosmiconfig from 7.0.0 to 7.0.1 (#144)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade cosmiconfig from 7.0.0 to 7.0.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/nadeesha/project/79cdac0d-b6c0-4fa8-8bba-4168fc36860b?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored Sep 27, 2021
1 parent 8a1b2f8 commit 0438110
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"commander": "^6.2.1",
"cosmiconfig": "^7.0.0",
"cosmiconfig": "^7.0.1",
"json5": "^2.1.3",
"lodash": "^4.17.21",
"true-myth": "^4.1.0",
Expand Down
11 changes: 11 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,17 @@ cosmiconfig@^7.0.0:
path-type "^4.0.0"
yaml "^1.10.0"

cosmiconfig@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
dependencies:
"@types/parse-json" "^4.0.0"
import-fresh "^3.2.1"
parse-json "^5.0.0"
path-type "^4.0.0"
yaml "^1.10.0"

cross-spawn@^6.0.0, cross-spawn@^6.0.5:
version "6.0.5"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
Expand Down

0 comments on commit 0438110

Please sign in to comment.