From 63f0ef8d757e3fdf0d1ee3ac6c0b8c5ef5843be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:23:14 +0000 Subject: [PATCH] Bump webpack from 5.108.3 to 5.108.4 Bumps [webpack](https://github.com/webpack/webpack) from 5.108.3 to 5.108.4. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack/compare/v5.108.3...v5.108.4) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.108.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ec64f008..45196f610 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "react-copy-to-clipboard": "github:zaphosting/react-copy-to-clipboard#master", "react-dom": "^19.2.6", "react-markdown": "^10.1.0", - "webpack": "^5.108.1" + "webpack": "^5.108.4" }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.10.1", @@ -21683,9 +21683,9 @@ "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" }, "node_modules/webpack": { - "version": "5.108.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.3.tgz", - "integrity": "sha512-hOpaCHmQVVY66IVTjofnH14IgSdmod2aquSGHGuYig/OIdWge01Hk2Wt988DZcwXumFUT4+FvJY5N+ikl8o/ww==", + "version": "5.108.4", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.108.4.tgz", + "integrity": "sha512-yur8LyJoeiWh47dErD+Ok7vlbmDsJ3UbbRPAoxbGJ54WpE2y5yVo5G/inUzujnYgw3tPmBRdn+G7PoxXaYC33w==", "license": "MIT", "dependencies": { "@types/estree": "^1.0.8", diff --git a/package.json b/package.json index d4efb6104..bdd01ff8e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-copy-to-clipboard": "github:zaphosting/react-copy-to-clipboard#master", "react-dom": "^19.2.6", "react-markdown": "^10.1.0", - "webpack": "^5.108.1" + "webpack": "^5.108.4" }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.10.1",