chore(deps-dev): bump webpack from 5.94.0 to 5.95.0 in /docs (#2578)

Bumps [webpack](https://github.com/webpack/webpack) from 5.94.0 to 5.95.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.94.0...v5.95.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-21 09:01:53 +02:00 committed by GitHub
parent 7293037f18
commit 8756a064d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View File

@ -44,7 +44,7 @@
"prettier": "^3.3.3", "prettier": "^3.3.3",
"string-replace-loader": "^3.1.0", "string-replace-loader": "^3.1.0",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"webpack": "^5.94.0" "webpack": "^5.95.0"
} }
}, },
"node_modules/@algolia/autocomplete-core": { "node_modules/@algolia/autocomplete-core": {
@ -22055,10 +22055,9 @@
"license": "Apache-2.0" "license": "Apache-2.0"
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.94.0", "version": "5.95.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.95.0.tgz",
"integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==", "integrity": "sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==",
"license": "MIT",
"dependencies": { "dependencies": {
"@types/estree": "^1.0.5", "@types/estree": "^1.0.5",
"@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/ast": "^1.12.1",

View File

@ -63,6 +63,6 @@
"prettier": "^3.3.3", "prettier": "^3.3.3",
"string-replace-loader": "^3.1.0", "string-replace-loader": "^3.1.0",
"typescript": "^5.0.4", "typescript": "^5.0.4",
"webpack": "^5.94.0" "webpack": "^5.95.0"
} }
} }