From ff05337c837c121ef9eb569478959da9214a5bc6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 11:31:03 +0000 Subject: [PATCH] Bump case-sensitive-paths-webpack-plugin from 2.3.0 to 2.4.0 Bumps [case-sensitive-paths-webpack-plugin](https://github.com/Urthen/case-sensitive-paths-webpack-plugin) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/releases) - [Changelog](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/Urthen/case-sensitive-paths-webpack-plugin/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 521a468e..caf81f70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6890,9 +6890,9 @@ } }, "case-sensitive-paths-webpack-plugin": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.3.0.tgz", - "integrity": "sha512-/4YgnZS8y1UXXmC02xD5rRrBEu6T5ub+mQHLNRj0fzTRbgdBYhsNo2V5EqwgqrExjxsjtF/OpAKAMkKsxbD5XQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", + "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", "dev": true }, "caseless": { diff --git a/package.json b/package.json index fe6756e3..ca93b46a 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "babel-plugin-named-asset-import": "^0.3.7", "babel-preset-react-app": "^10.0.0", "camelcase": "^6.2.0", - "case-sensitive-paths-webpack-plugin": "2.3.0", + "case-sensitive-paths-webpack-plugin": "2.4.0", "copy-webpack-plugin": "^5.1.2", "css-loader": "5.0.2", "dotenv": "8.2.0",