Skip to content

Commit

Permalink
set resolution for undici (#6201)
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx authored Jul 24, 2023
1 parent 8e23e3f commit 112da55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@
"nth-check": "2.1.1",
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0",
"fork-ts-checker-webpack-plugin": "6.5.3",
"webpack@>5.0.0": "5.76.0"
"webpack@>5.0.0": "5.76.0",
"undici": "5.22.1"
},
"msw": {
"workerDirectory": "/storybook_public"
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18991,10 +18991,10 @@ unc-path-regex@^0.1.2:
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
integrity sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==

undici@^5.12.0:
version "5.14.0"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.14.0.tgz#1169d0cdee06a4ffdd30810f6228d57998884d00"
integrity sha512-yJlHYw6yXPPsuOH0x2Ib1Km61vu4hLiRRQoafs+WUgX1vO64vgnxiCEN9dpIrhZyHFsai3F0AEj4P9zy19enEQ==
undici@5.22.1, undici@^5.12.0:
version "5.22.1"
resolved "https://registry.yarnpkg.com/undici/-/undici-5.22.1.tgz#877d512effef2ac8be65e695f3586922e1a57d7b"
integrity sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw==
dependencies:
busboy "^1.6.0"

Expand Down

0 comments on commit 112da55

Please sign in to comment.