Skip to content

Commit

Permalink
fix(deps): update dependency zx-extra to v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and antongolub committed Apr 19, 2024
1 parent 6de4c19 commit 45c0efa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cosmiconfig": "^9.0.0",
"queuefy": "^1.2.1",
"tar-stream": "^3.1.7",
"zx-extra": "3.0.5"
"zx-extra": "3.0.6"
},
"devDependencies": {
"c8": "^9.1.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a"
integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==

"@types/node@>=20.12.4", "@types/node@^20.12.5":
version "20.12.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.5.tgz#74c4f31ab17955d0b5808cdc8fd2839526ad00b3"
integrity sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==
"@types/node@>=20.12.5", "@types/node@^20.12.6":
version "20.12.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -3081,14 +3081,14 @@ yup@0.32.11:
property-expr "^2.0.4"
toposort "^2.0.2"

zx-extra@3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.5.tgz#ee54c4a760bddefbe800e44fd446a927bf4201d5"
integrity sha512-rL6EKHYBWIEXLe6IJ/7caNbjlCfva6WunAzH5OL4qknWLv/HfHhqAJ8JYKT4U/LS21zamxQ/Uh2pzm4JyZCJQQ==
zx-extra@3.0.6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/zx-extra/-/zx-extra-3.0.6.tgz#ab1e7041fee27abb6285bfb49f278e6946ce63cc"
integrity sha512-ndpCBXwmHfnvJLO22y64A2ElyNKkiSaHAM3xsvwHsAiKbi9Zu+5OcopPSl9Y7PUSnyAfe14ffKWna+g3NJt49Q==
dependencies:
"@qiwi/deep-proxy" "^3.0.0"
"@types/ip" "^1.1.3"
"@types/node" "^20.12.5"
"@types/node" "^20.12.6"
"@types/semver" "^7.5.8"
globby-cp "^1.3.0"
ini "^4.1.2"
Expand All @@ -3098,12 +3098,12 @@ zx-extra@3.0.5:
semver "^7.6.0"
ssri "^10.0.5"
tempy "^3.1.0"
zx "8.0.0"
zx "8.0.2"

zx@8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/zx/-/zx-8.0.0.tgz#396115029a5fc5bb2676553f5b951bc2097cf1cc"
integrity sha512-td4Irxh+i+O8waolUHZyHLSMFALMBWTNVKBk1q5NsvP1vxRqj9JJRGPh6YjKZUTbZZ8uGD1mQLyU9mDr40wR6w==
zx@8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/zx/-/zx-8.0.2.tgz#06b3769d814e83789e43a4d4da3790f7fc52b687"
integrity sha512-3g+ePtPYmyrjRuASlJiUhkje1je4a47woML/fzTKBb9PA5BzRQbSswwyJ8nlFWJjA1ORRi6TMyAdhuz/jK+Gaw==
optionalDependencies:
"@types/fs-extra" "^11.0.4"
"@types/node" ">=20.12.4"
"@types/node" ">=20.12.5"

0 comments on commit 45c0efa

Please sign in to comment.