Skip to content

Commit 8c2e2a9

Browse files
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#858)
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 Bumps webpack-dev-middleware from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from webpack-dev-middleware's changelog. 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Commits 86071ea chore(release): 5.3.4 189c4ac fix(security): do not allow to read files above (#1779) See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page. Reviewed-by: Laura Barcziová
2 parents a61de9b + 9575653 commit 8c2e2a9

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@
16241624
"@docusaurus/theme-search-algolia" "2.4.1"
16251625
"@docusaurus/types" "2.4.1"
16261626

1627-
"@docusaurus/[email protected]", "react-loadable@npm:@docusaurus/[email protected]":
1627+
"@docusaurus/[email protected]":
16281628
version "5.5.2"
16291629
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
16301630
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -6649,6 +6649,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
66496649
dependencies:
66506650
"@babel/runtime" "^7.10.3"
66516651

6652+
"react-loadable@npm:@docusaurus/[email protected]":
6653+
version "5.5.2"
6654+
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce"
6655+
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
6656+
dependencies:
6657+
"@types/react" "*"
6658+
prop-types "^15.6.2"
6659+
66526660
react-router-config@^5.1.1:
66536661
version "5.1.1"
66546662
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988"
@@ -7955,9 +7963,9 @@ webpack-bundle-analyzer@^4.5.0:
79557963
ws "^7.3.1"
79567964

79577965
webpack-dev-middleware@^5.3.1:
7958-
version "5.3.3"
7959-
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz#efae67c2793908e7311f1d9b06f2a08dcc97e51f"
7960-
integrity sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==
7966+
version "5.3.4"
7967+
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz#eb7b39281cbce10e104eb2b8bf2b63fce49a3517"
7968+
integrity sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==
79617969
dependencies:
79627970
colorette "^2.0.10"
79637971
memfs "^3.4.3"

0 commit comments

Comments
 (0)