diff --git a/e2e/custom-compiler/ttypescript/package-lock.json b/e2e/custom-compiler/ttypescript/package-lock.json index 8206a7b879..fd97c902ab 100644 --- a/e2e/custom-compiler/ttypescript/package-lock.json +++ b/e2e/custom-compiler/ttypescript/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "ttypescript": "^1.5.15", - "typescript-transform-paths": "^3.4.6" + "typescript-transform-paths": "^3.4.7" } }, "node_modules/@cspotcode/source-map-support": { @@ -286,9 +286,9 @@ } }, "node_modules/typescript-transform-paths": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.4.6.tgz", - "integrity": "sha512-qdgpCk9oRHkIBhznxaHAapCFapJt5e4FbFik7Y4qdqtp6VyC3smAIPoDEIkjZ2eiF7x5+QxUPYNwJAtw0thsTw==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.4.7.tgz", + "integrity": "sha512-1Us1kdkdfKd2unbkBAOV2HHRmbRBYpSuk9nJ7cLD2hP4QmfToiM/VpxNlhJc1eezVwVqSKSBjNSzZsK/fWR/9A==", "dependencies": { "minimatch": "^3.0.4" }, @@ -514,9 +514,9 @@ "peer": true }, "typescript-transform-paths": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.4.6.tgz", - "integrity": "sha512-qdgpCk9oRHkIBhznxaHAapCFapJt5e4FbFik7Y4qdqtp6VyC3smAIPoDEIkjZ2eiF7x5+QxUPYNwJAtw0thsTw==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.4.7.tgz", + "integrity": "sha512-1Us1kdkdfKd2unbkBAOV2HHRmbRBYpSuk9nJ7cLD2hP4QmfToiM/VpxNlhJc1eezVwVqSKSBjNSzZsK/fWR/9A==", "requires": { "minimatch": "^3.0.4" } diff --git a/e2e/custom-compiler/ttypescript/package.json b/e2e/custom-compiler/ttypescript/package.json index 57a0eeb416..6acc0268eb 100644 --- a/e2e/custom-compiler/ttypescript/package.json +++ b/e2e/custom-compiler/ttypescript/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "typescript-transform-paths": "^3.4.6", + "typescript-transform-paths": "^3.4.7", "ttypescript": "^1.5.15" }, "jest": {