Skip to content

Commit

Permalink
build(deps): update dependency @yarnpkg/core to v3.4.0 (#20290)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 8, 2023
1 parent 5a6a046 commit 7663513
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -161,7 +161,7 @@
"@sindresorhus/is": "4.6.0",
"@types/ms": "0.7.31",
"@types/tmp": "0.2.3",
"@yarnpkg/core": "3.3.1",
"@yarnpkg/core": "3.4.0",
"@yarnpkg/parsers": "2.5.1",
"agentkeepalive": "4.2.1",
"aggregate-error": "3.1.0",
Expand Down
32 changes: 20 additions & 12 deletions yarn.lock
Expand Up @@ -3368,19 +3368,19 @@
"@typescript-eslint/types" "5.50.0"
eslint-visitor-keys "^3.3.0"

"@yarnpkg/core@3.3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@yarnpkg/core/-/core-3.3.1.tgz#180bf54f82d285b829b004b2c3141adb3c822c2f"
integrity sha512-OigU50KuAGkxcLR/wYORNA8l6Z4LBxDu9qyW0XwWBycIRl7dDAdOOOjOfOEu1biJijlJpswACLiv/v8fOf7qJw==
"@yarnpkg/core@3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@yarnpkg/core/-/core-3.4.0.tgz#1684dfcbd4e68ff28a11a25154d415f7de2c8224"
integrity sha512-EwkRU7TjZrpAPA2cqVBtMD95unti9uSXefGJbhCVANOfuY6tjBoqSt8uSf6BSXUUoJkxBWwewjTn0v0tgoLBkQ==
dependencies:
"@arcanis/slice-ansi" "^1.1.1"
"@types/semver" "^7.1.0"
"@types/treeify" "^1.0.0"
"@yarnpkg/fslib" "^2.10.0"
"@yarnpkg/fslib" "^2.10.1"
"@yarnpkg/json-proxy" "^2.1.1"
"@yarnpkg/libzip" "^2.2.4"
"@yarnpkg/parsers" "^2.5.1"
"@yarnpkg/pnp" "^3.2.6"
"@yarnpkg/pnp" "^3.3.0"
"@yarnpkg/shell" "^3.2.5"
camelcase "^5.3.1"
chalk "^3.0.0"
Expand All @@ -3406,7 +3406,15 @@
tslib "^1.13.0"
tunnel "^0.0.6"

"@yarnpkg/fslib@^2.10.0", "@yarnpkg/fslib@^2.5.0", "@yarnpkg/fslib@^2.9.0":
"@yarnpkg/fslib@^2.10.1":
version "2.10.1"
resolved "https://registry.yarnpkg.com/@yarnpkg/fslib/-/fslib-2.10.1.tgz#3ed7e450f1316e535740653c2e8eff2d851c45cb"
integrity sha512-pVMLtOYu87N5y5G2lyPNYTY2JbTco99v7nGFI34Blx01Ct9LmoKVOc91vnLOYIMMljKr1c8xs1O2UamRdMG5Pg==
dependencies:
"@yarnpkg/libzip" "^2.2.4"
tslib "^1.13.0"

"@yarnpkg/fslib@^2.5.0", "@yarnpkg/fslib@^2.9.0":
version "2.10.0"
resolved "https://registry.yarnpkg.com/@yarnpkg/fslib/-/fslib-2.10.0.tgz#f3e24f1d6fb1bfbb8aa398c26dd663b84653eb71"
integrity sha512-eHqvrVlzlhd4owKoLsMRaL4wTGer+r9BXi95u1omHYcAcEQbKnHH3PqYf3j7nxsc8apa09WyA1XNCiiIniFXLg==
Expand Down Expand Up @@ -3438,13 +3446,13 @@
js-yaml "^3.10.0"
tslib "^1.13.0"

"@yarnpkg/pnp@^3.2.6":
version "3.2.6"
resolved "https://registry.yarnpkg.com/@yarnpkg/pnp/-/pnp-3.2.6.tgz#ea9ee12a0d2e1fcfdccc0b8d920e7b545a49afb2"
integrity sha512-Qk+SZLfYKS0kuDOaulpXVUyOivSWGEQ483/2r9HwaY0CmPsWZCh70mxeK+RsCfcBeapYFZLaQRh115ukMLWvlg==
"@yarnpkg/pnp@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@yarnpkg/pnp/-/pnp-3.3.0.tgz#78be9a718ec58472154da602133826813b8be34c"
integrity sha512-ZiNfQIodOEatHODe33KNfWph9Db6aPPDMGrrRaAksrKoQhTN6B22CLK2wVPRKYfRiS5UvMd4SMYEUpdXMAAnmg==
dependencies:
"@types/node" "^13.7.0"
"@yarnpkg/fslib" "^2.10.0"
"@yarnpkg/fslib" "^2.10.1"

"@yarnpkg/shell@^3.2.5":
version "3.2.5"
Expand Down

0 comments on commit 7663513

Please sign in to comment.