From c930fb6bf0eca266f714916122720d82a2495735 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 07:45:58 +0000 Subject: [PATCH] Bump tsconfig-paths-webpack-plugin from 3.2.0 to 3.3.0 Bumps [tsconfig-paths-webpack-plugin](https://github.com/dividab/tsconfig-paths-webpack-plugin) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/dividab/tsconfig-paths-webpack-plugin/releases) - [Changelog](https://github.com/dividab/tsconfig-paths-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.2.0...v3.3.0) 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 275f0ed23..de3232c4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10294,9 +10294,9 @@ } }, "tsconfig-paths-webpack-plugin": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-3.2.0.tgz", - "integrity": "sha512-S/gOOPOkV8rIL4LurZ1vUdYCVgo15iX9ZMJ6wx6w2OgcpT/G4wMyHB6WM+xheSqGMrWKuxFul+aXpCju3wmj/g==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-3.3.0.tgz", + "integrity": "sha512-MpQeZpwPY4gYASCUjY4yt2Zj8yv86O8f++3Ai4o0yI0fUC6G1syvnL9VuY71PBgimRYDQU47f12BEmJq9wRaSw==", "dev": true, "requires": { "chalk": "^2.3.0", diff --git a/package.json b/package.json index 51e2f4d39..affffb849 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "stylelint-scss": "^3.18.0", "ts-loader": "^8.0.2", "ts-node": "^8.10.2", - "tsconfig-paths-webpack-plugin": "^3.2.0", + "tsconfig-paths-webpack-plugin": "^3.3.0", "tslib": "^2.0.0", "tslint": "^6.1.3", "tslint-sonarts": "^1.9.0",