Merge pull request #1621 from dolanmiu/dependabot/npm_and_yarn/tsconfig-paths-4.1.0

build(deps-dev): bump tsconfig-paths from 4.0.0 to 4.1.0
This commit is contained in:
Dolan
2022-08-11 04:11:27 +01:00
committed by GitHub

15
package-lock.json generated
View File

@ -7929,14 +7929,17 @@
} }
}, },
"node_modules/tsconfig-paths": { "node_modules/tsconfig-paths": {
"version": "4.0.0", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.0.0.tgz", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.1.0.tgz",
"integrity": "sha512-SLBg2GBKlR6bVtMgJJlud/o3waplKtL7skmLkExomIiaAtLGtVsoXIqP3SYdjbcH9lq/KVv7pMZeCBpLYOit6Q==", "integrity": "sha512-AHx4Euop/dXFC+Vx589alFba8QItjF+8hf8LtmuiCwHyI4rHXQtOOENaM8kvYf5fR0dRChy3wzWIZ9WbB7FWow==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"json5": "^2.2.1", "json5": "^2.2.1",
"minimist": "^1.2.6", "minimist": "^1.2.6",
"strip-bom": "^3.0.0" "strip-bom": "^3.0.0"
},
"engines": {
"node": ">=6"
} }
}, },
"node_modules/tsconfig-paths-webpack-plugin": { "node_modules/tsconfig-paths-webpack-plugin": {
@ -15346,9 +15349,9 @@
} }
}, },
"tsconfig-paths": { "tsconfig-paths": {
"version": "4.0.0", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.0.0.tgz", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.1.0.tgz",
"integrity": "sha512-SLBg2GBKlR6bVtMgJJlud/o3waplKtL7skmLkExomIiaAtLGtVsoXIqP3SYdjbcH9lq/KVv7pMZeCBpLYOit6Q==", "integrity": "sha512-AHx4Euop/dXFC+Vx589alFba8QItjF+8hf8LtmuiCwHyI4rHXQtOOENaM8kvYf5fR0dRChy3wzWIZ9WbB7FWow==",
"dev": true, "dev": true,
"requires": { "requires": {
"json5": "^2.2.1", "json5": "^2.2.1",