1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

Upgrade typescript-transform-paths (v2.2.4 ⮕ v3.4.6) (#416)

* Update version in package.json

* Rebuild package-lock.json
This commit is contained in:
Addison Beck
2024-01-27 13:45:56 -06:00
committed by GitHub
parent 71727dae7d
commit a09473c632
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -109,7 +109,7 @@
"ts-loader": "9.5.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "4.9.5",
"typescript-transform-paths": "2.2.4",
"typescript-transform-paths": "3.4.6",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0",
@@ -20545,9 +20545,9 @@
}
},
"node_modules/typescript-transform-paths": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-2.2.4.tgz",
"integrity": "sha512-i+/sgp3rw1ZronMCm2TKGBy1dlvN88Kd8CCb+HWnOE8+Hv0uIVnbC8xM5AD2t1JBCWabEhuH9p3n8DOVi0+R6g==",
"version": "3.4.6",
"resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.4.6.tgz",
"integrity": "sha512-qdgpCk9oRHkIBhznxaHAapCFapJt5e4FbFik7Y4qdqtp6VyC3smAIPoDEIkjZ2eiF7x5+QxUPYNwJAtw0thsTw==",
"dev": true,
"dependencies": {
"minimatch": "^3.0.4"

View File

@@ -134,7 +134,7 @@
"ts-loader": "9.5.1",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "4.9.5",
"typescript-transform-paths": "2.2.4",
"typescript-transform-paths": "3.4.6",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0",