From c18d2749484ea91df682dba0810b86fcbbf94af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 05:13:03 +0000 Subject: [PATCH] build(deps-dev): bump webpack in /public/DynamicTOC Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- public/DynamicTOC/package-lock.json | 14 +++++++------- public/DynamicTOC/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/DynamicTOC/package-lock.json b/public/DynamicTOC/package-lock.json index c89b4de6..2680683c 100644 --- a/public/DynamicTOC/package-lock.json +++ b/public/DynamicTOC/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "css-loader": "^6.7.1", "style-loader": "^3.3.1", - "webpack": "^5.74.0", + "webpack": "^5.76.0", "webpack-cli": "^4.10.0" } }, @@ -1404,9 +1404,9 @@ } }, "node_modules/webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -2618,9 +2618,9 @@ } }, "webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/public/DynamicTOC/package.json b/public/DynamicTOC/package.json index 8b363f3a..bccaf20e 100644 --- a/public/DynamicTOC/package.json +++ b/public/DynamicTOC/package.json @@ -12,7 +12,7 @@ "devDependencies": { "css-loader": "^6.7.1", "style-loader": "^3.3.1", - "webpack": "^5.74.0", + "webpack": "^5.76.0", "webpack-cli": "^4.10.0" } }