From e7250f96b4ba3c726a8986c43309ed62464cfdc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:49:28 +0000 Subject: [PATCH] Bump copy-webpack-plugin from 12.0.0 to 12.0.1 Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 12.0.0 to 12.0.1. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v12.0.0...v12.0.1) --- updated-dependencies: - dependency-name: copy-webpack-plugin dependency-type: direct:development 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 5404c6881..88f71fd80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "chromatic": "^10.2.1", "chromium": "^3.0.3", "concurrently": "^8.2.2", - "copy-webpack-plugin": "^12.0.0", + "copy-webpack-plugin": "^12.0.1", "cssnano": "^6.0.3", "eslint": "^8.51.0", "eslint-config-semistandard": "^7.0.0", @@ -12250,9 +12250,9 @@ } }, "node_modules/copy-webpack-plugin": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-12.0.0.tgz", - "integrity": "sha512-WQfxZKgoRB94/g0BP/cjADvE6jXQKoSk0lFFeIC5HZlE1JuabYPwhQUtOZsGI0cI+QMsi6vhdIDy4eNXKcTgFg==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-12.0.1.tgz", + "integrity": "sha512-dhMfjJMYKDmmbG6Yn2pRSs1g8FgeQRtbE/JM6VAM9Xouk3KO1UVrwlLHLXxaI5F+o9WgnRfhFZzY9eV34O2gZQ==", "dev": true, "dependencies": { "fast-glob": "^3.3.2", diff --git a/package.json b/package.json index 38f9f67af..97cfdaa91 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "chromatic": "^10.2.1", "chromium": "^3.0.3", "concurrently": "^8.2.2", - "copy-webpack-plugin": "^12.0.0", + "copy-webpack-plugin": "^12.0.1", "cssnano": "^6.0.3", "eslint": "^8.51.0", "eslint-config-semistandard": "^7.0.0",