Explorar el Código

chore(deps-dev): bump webpack in /src/packages/excalidraw (#2625)

Bumps [webpack](https://github.com/webpack/webpack) from 5.10.1 to 5.11.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.10.1...v5.11.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] hace 4 años
padre
commit
4a89aba682

+ 3 - 3
src/packages/excalidraw/package-lock.json

@@ -3325,9 +3325,9 @@
       }
     },
     "webpack": {
-      "version": "5.10.1",
-      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.10.1.tgz",
-      "integrity": "sha512-mHu4iM2mW7d/8R91VPPNtUCNd1D8k51TTb4e0XjylapIR6WEmW8XUTBZq8TqmShj9XYxVXJn6AzKlWnrlty6DA==",
+      "version": "5.11.0",
+      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.11.0.tgz",
+      "integrity": "sha512-ubWv7iP54RqAC/VjixgpnLLogCFbAfSOREcSWnnOlZEU8GICC5eKmJSu6YEnph2N2amKqY9rvxSwgyHxVqpaRw==",
       "dev": true,
       "requires": {
         "@types/eslint-scope": "^3.7.0",

+ 1 - 1
src/packages/excalidraw/package.json

@@ -58,7 +58,7 @@
     "sass-loader": "10.1.0",
     "terser-webpack-plugin": "5.0.3",
     "ts-loader": "8.0.12",
-    "webpack": "5.10.1",
+    "webpack": "5.11.0",
     "webpack-bundle-analyzer": "4.3.0",
     "webpack-cli": "4.2.0"
   },