Skip to content

Commit

Permalink
fix: wrong shas in pkg-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 21, 2024
1 parent e2f0987 commit 8c783f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/generator": "^7.23.0",
"@babel/parser": "^7.23.0",
"@babel/types": "^7.23.0",
"@yao-pkg/pkg-fetch": "3.5.15",
"@yao-pkg/pkg-fetch": "3.5.16",
"into-stream": "^6.0.0",
"minimist": "^1.2.6",
"multistream": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -668,10 +668,10 @@
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==

"@yao-pkg/[email protected].15":
version "3.5.15"
resolved "https://registry.yarnpkg.com/@yao-pkg/pkg-fetch/-/pkg-fetch-3.5.15.tgz#7d741a7f084ebfd3b967b56fbba0a22bc113305a"
integrity sha512-KTM1PszA2zRlJThfDZVDgnXJ5dnPgowiyYa/DT3Y9k7EG6A/xo4+dZEaXV5k3XF/txelxBlBcej8BrKYi59bOQ==
"@yao-pkg/[email protected].16":
version "3.5.16"
resolved "https://registry.yarnpkg.com/@yao-pkg/pkg-fetch/-/pkg-fetch-3.5.16.tgz#ae94a3c5f77de6ee5bc8407403294d3305a747ba"
integrity sha512-mCnZvZz0/Ylpk4TGyt34pqWJyBGYJM8c3dPoMRV8Knodv2QhcYS4iXb5kB/JNWkrRtCKukGZIKkMLXZ3TQlzPg==
dependencies:
https-proxy-agent "^5.0.0"
node-fetch "^2.6.6"
Expand Down

0 comments on commit 8c783f7

Please sign in to comment.