From 26ef11d150d5e750f86bed38f918a7b3556adf21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 20:07:47 +0000 Subject: [PATCH] build(deps-dev): bump @types/mini-css-extract-plugin in /app Bumps [@types/mini-css-extract-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mini-css-extract-plugin) from 2.0.1 to 2.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mini-css-extract-plugin) --- updated-dependencies: - dependency-name: "@types/mini-css-extract-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 6 +++--- app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 1cc95bb79..db9d579b0 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1937,9 +1937,9 @@ "dev": true }, "@types/mini-css-extract-plugin": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-2.2.0.tgz", - "integrity": "sha512-euW/Y51OoAWsAuqtxIGV7Y++EW4dKHMj7NSxHoTRD6SqK1vziYhGfDWTmtlf4jkjIrzUW88NpVXMfiJESysZAA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-2.3.0.tgz", + "integrity": "sha512-DeEkl1HsCDij3P7tfIWhQENVXz4wE17Ew0+5+KRh5HAcFcIZMfQg4HxKwEIqulVALYyv7JKisn4BPu3f7OHPVQ==", "dev": true, "requires": { "@types/node": "*", diff --git a/app/package.json b/app/package.json index 685dbb153..cc06038ce 100644 --- a/app/package.json +++ b/app/package.json @@ -46,7 +46,7 @@ "@types/git-revision-webpack-plugin": "^3.0.3", "@types/json-pointer": "^1.0.31", "@types/lodash": "^4.14.172", - "@types/mini-css-extract-plugin": "^2.2.0", + "@types/mini-css-extract-plugin": "^2.3.0", "@types/mocha": "^9.0.0", "@types/mustache": "^4.1.2", "@types/react": "^17.0.20",