Skip to content

Commit

Permalink
fix(deps): Update dependency fs-jetpack to 4.3.1 - fixes #756 (#757 by
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonVolo committed Apr 19, 2022
1 parent fa720a8 commit 58e378a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"ejs": "3.1.6",
"enquirer": "2.3.6",
"execa": "5.1.1",
"fs-jetpack": "4.3.0",
"fs-jetpack": "4.3.1",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"lodash.lowercase": "^4.3.0",
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,11 @@
version "1.0.4"
resolved "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-1.0.4.tgz#915708b55afa25e20bc2c14a766c124c2c5d4cab"
integrity sha512-wVR8QxhyXsFcD/cORtJwGQodeeaDf0OxcHie8ema4VgFeqwYkFsDPnSrIRSytX8xR6nKPAH89WnwTcaU608b/Q==
dependencies:
"@npmcli/name-from-folder" "^1.0.1"
glob "^7.1.6"
minimatch "^3.0.4"
read-package-json-fast "^2.0.1"

"@npmcli/metavuln-calculator@^1.1.0":
version "1.1.1"
Expand Down Expand Up @@ -3169,10 +3174,10 @@ fs-extra@^10.0.0:
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-jetpack@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/fs-jetpack/-/fs-jetpack-4.3.0.tgz#8202abd21c9160faadf3c258b4cf918a74f680de"
integrity sha512-Zx4OJ8HyKvZL9sgxegMGRCgAJSQET5Cqpj/SESwnzqHruHvhkilJBGLoZf6EiYr3UWJDqcPoWDX7aAfaj7D9Qw==
fs-jetpack@4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/fs-jetpack/-/fs-jetpack-4.3.1.tgz#cdfd4b64e6bfdec7c7dc55c76b39efaa7853bb20"
integrity sha512-dbeOK84F6BiQzk2yqqCVwCPWTxAvVGJ3fMQc6E2wuEohS28mR6yHngbrKuVCK1KHRx/ccByDylqu4H5PCP2urQ==
dependencies:
minimatch "^3.0.2"
rimraf "^2.6.3"
Expand Down

0 comments on commit 58e378a

Please sign in to comment.