Merge pull request #1990 from dolanmiu/dependabot/npm_and_yarn/tsconfig-paths-webpack-plugin-4.0.1

build(deps-dev): bump tsconfig-paths-webpack-plugin from 4.0.0 to 4.0.1
This commit is contained in:
Dolan
2023-03-10 02:33:07 +00:00
committed by GitHub

16
package-lock.json generated
View File

@ -10536,14 +10536,14 @@
} }
}, },
"node_modules/tsconfig-paths-webpack-plugin": { "node_modules/tsconfig-paths-webpack-plugin": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.0.tgz", "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.1.tgz",
"integrity": "sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==", "integrity": "sha512-m5//KzLoKmqu2MVix+dgLKq70MnFi8YL8sdzQZ6DblmCdfuq/y3OqvJd5vMndg2KEVCOeNz8Es4WVZhYInteLw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
"enhanced-resolve": "^5.7.0", "enhanced-resolve": "^5.7.0",
"tsconfig-paths": "^4.0.0" "tsconfig-paths": "^4.1.2"
}, },
"engines": { "engines": {
"node": ">=10.13.0" "node": ">=10.13.0"
@ -19668,14 +19668,14 @@
} }
}, },
"tsconfig-paths-webpack-plugin": { "tsconfig-paths-webpack-plugin": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.0.tgz", "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.1.tgz",
"integrity": "sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==", "integrity": "sha512-m5//KzLoKmqu2MVix+dgLKq70MnFi8YL8sdzQZ6DblmCdfuq/y3OqvJd5vMndg2KEVCOeNz8Es4WVZhYInteLw==",
"dev": true, "dev": true,
"requires": { "requires": {
"chalk": "^4.1.0", "chalk": "^4.1.0",
"enhanced-resolve": "^5.7.0", "enhanced-resolve": "^5.7.0",
"tsconfig-paths": "^4.0.0" "tsconfig-paths": "^4.1.2"
}, },
"dependencies": { "dependencies": {
"ansi-styles": { "ansi-styles": {