This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 98c0fdc7e8 build(deps-dev): bump webpack from 5.94.0 to 5.95.0 in
/docs (#30480)
98c0fdc7e8 is described below
commit 98c0fdc7e8e8e2fb77c467a3eb34f27887cb6b31
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 29 12:24:42 2024 -0600
build(deps-dev): bump webpack from 5.94.0 to 5.95.0 in /docs (#30480)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
docs/package.json | 2 +-
docs/yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/package.json b/docs/package.json
index f6aecc25da..7482e66670 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -50,7 +50,7 @@
"@docusaurus/tsconfig": "^3.5.2",
"@types/react": "^18.3.10",
"typescript": "^5.6.2",
- "webpack": "^5.94.0"
+ "webpack": "^5.95.0"
},
"browserslist": {
"production": [
diff --git a/docs/yarn.lock b/docs/yarn.lock
index d5ce6f5a58..5455dd61f6 100644
--- a/docs/yarn.lock
+++ b/docs/yarn.lock
@@ -10336,10 +10336,10 @@ webpack-sources@^3.2.3:
resolved
"https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
integrity
sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
-webpack@^5.88.1, webpack@^5.94.0:
- version "5.94.0"
- resolved
"https://registry.yarnpkg.com/webpack/-/webpack-5.94.0.tgz#77a6089c716e7ab90c1c67574a28da518a20970f"
- integrity
sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==
+webpack@^5.88.1, webpack@^5.95.0:
+ version "5.95.0"
+ resolved
"https://registry.yarnpkg.com/webpack/-/webpack-5.95.0.tgz#8fd8c454fa60dad186fbe36c400a55848307b4c0"
+ integrity
sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==
dependencies:
"@types/estree" "^1.0.5"
"@webassemblyjs/ast" "^1.12.1"