Skip to content

Commit

Permalink
Bump webpack from 5.92.1 to 5.94.0 (#376)
Browse files Browse the repository at this point in the history
Bumps [webpack](https://github.com/webpack/webpack) from 5.92.1 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.92.1...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 4da9e93 commit a3315e8
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-redoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"typescript": "^5.5.2",
"webpack": "^5.92.1"
"webpack": "^5.94.0"
},
"peerDependencies": {
"@docusaurus/theme-common": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redocusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.2",
"webpack": "^5.92.1"
"webpack": "^5.94.0"
}
}
52 changes: 49 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6386,7 +6386,7 @@ __metadata:
redoc: "npm:2.1.5"
styled-components: "npm:^6.1.11"
typescript: "npm:^5.5.2"
webpack: "npm:^5.92.1"
webpack: "npm:^5.94.0"
peerDependencies:
"@docusaurus/theme-common": ^3.0.0
webpack: ^5.0.0
Expand Down Expand Up @@ -6609,6 +6609,16 @@ __metadata:
languageName: node
linkType: hard

"enhanced-resolve@npm:^5.17.1":
version: 5.17.1
resolution: "enhanced-resolve@npm:5.17.1"
dependencies:
graceful-fs: "npm:^4.2.4"
tapable: "npm:^2.2.0"
checksum: e8e03cb7a4bf3c0250a89afbd29e5ec20e90ba5fcd026066232a0754864d7d0a393fa6fc0e5379314a6529165a1834b36731147080714459d98924520410d8f5
languageName: node
linkType: hard

"enquirer@npm:^2.3.0":
version: 2.4.1
resolution: "enquirer@npm:2.4.1"
Expand Down Expand Up @@ -13194,7 +13204,7 @@ __metadata:
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
typescript: "npm:^5.5.2"
webpack: "npm:^5.92.1"
webpack: "npm:^5.94.0"
peerDependencies:
"@docusaurus/theme-common": ^3.0.0
"@docusaurus/utils": ^3.0.0
Expand Down Expand Up @@ -15533,7 +15543,7 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:^5.88.1, webpack@npm:^5.92.1":
"webpack@npm:^5.88.1":
version: 5.92.1
resolution: "webpack@npm:5.92.1"
dependencies:
Expand Down Expand Up @@ -15570,6 +15580,42 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:^5.94.0":
version: 5.94.0
resolution: "webpack@npm:5.94.0"
dependencies:
"@types/estree": "npm:^1.0.5"
"@webassemblyjs/ast": "npm:^1.12.1"
"@webassemblyjs/wasm-edit": "npm:^1.12.1"
"@webassemblyjs/wasm-parser": "npm:^1.12.1"
acorn: "npm:^8.7.1"
acorn-import-attributes: "npm:^1.9.5"
browserslist: "npm:^4.21.10"
chrome-trace-event: "npm:^1.0.2"
enhanced-resolve: "npm:^5.17.1"
es-module-lexer: "npm:^1.2.1"
eslint-scope: "npm:5.1.1"
events: "npm:^3.2.0"
glob-to-regexp: "npm:^0.4.1"
graceful-fs: "npm:^4.2.11"
json-parse-even-better-errors: "npm:^2.3.1"
loader-runner: "npm:^4.2.0"
mime-types: "npm:^2.1.27"
neo-async: "npm:^2.6.2"
schema-utils: "npm:^3.2.0"
tapable: "npm:^2.1.1"
terser-webpack-plugin: "npm:^5.3.10"
watchpack: "npm:^2.4.1"
webpack-sources: "npm:^3.2.3"
peerDependenciesMeta:
webpack-cli:
optional: true
bin:
webpack: bin/webpack.js
checksum: 648449c5fbbb0839814116e3b2b044ac6c75a7ba272435155ddeb1e64dfaa2f8079be3adfbb691f648b69900756ce0f6fb73beab0ced3cf5e0fd46868b4593a6
languageName: node
linkType: hard

"webpackbar@npm:^5.0.2":
version: 5.0.2
resolution: "webpackbar@npm:5.0.2"
Expand Down

0 comments on commit a3315e8

Please sign in to comment.