From b85684a25b5daba447047231d3c44f1a4698305b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 10:55:36 +0000 Subject: [PATCH] Bump case-sensitive-paths-webpack-plugin from 2.2.0 to 2.3.0 Bumps [case-sensitive-paths-webpack-plugin](https://github.com/Urthen/case-sensitive-paths-webpack-plugin) from 2.2.0 to 2.3.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 17124abb..6f6065d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5760,9 +5760,9 @@ } }, "case-sensitive-paths-webpack-plugin": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.2.0.tgz", - "integrity": "sha512-u5ElzokS8A1pm9vM3/iDgTcI3xqHxuCao94Oz8etI3cf0Tio0p8izkDYbTIn09uP3yUUr6+veaE6IkjnTYS46g==", + "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==", "dev": true }, "caseless": { diff --git a/package.json b/package.json index bc3355b9..dc74afa3 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "babel-plugin-named-asset-import": "^0.3.5", "babel-preset-react-app": "^9.1.0", "camelcase": "^5.2.0", - "case-sensitive-paths-webpack-plugin": "2.2.0", + "case-sensitive-paths-webpack-plugin": "2.3.0", "copy-webpack-plugin": "^5.1.1", "css-loader": "3.4.2", "dotenv": "8.2.0",