diff --git a/package-lock.json b/package-lock.json index 67c42dee8..a09337122 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6163,12 +6163,20 @@ } }, "ts-transform-import-path-rewrite": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/ts-transform-import-path-rewrite/-/ts-transform-import-path-rewrite-0.2.1.tgz", - "integrity": "sha512-9MJ66a4cSbQLLsY3ZGBXjsFbjm3B/bJ9Or08sDChiN1BQGDFBJGopjtp648rCixlvePovDY5lQRZcoWpJDN4Ww==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/ts-transform-import-path-rewrite/-/ts-transform-import-path-rewrite-0.3.0.tgz", + "integrity": "sha512-CIv9MFRi1hnlUYK9x4OknNa+uskRt/g/yf1GGFZMOK2s6PMoBKuzFF9aPPiNGLOY7g0GbnYGdIFPsmZtDpnfZQ==", "dev": true, "requires": { - "typescript": "3" + "typescript": "4" + }, + "dependencies": { + "typescript": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", + "dev": true + } } }, "tsconfig-paths": { diff --git a/package.json b/package.json index 2e57ced3c..36fa0e679 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "source-map-support": "^0.5.19", "ts-mocha": "^7.0.0", "ts-node": "^8.10.2", - "ts-transform-import-path-rewrite": "^0.2.1", + "ts-transform-import-path-rewrite": "^0.3.0", "tsconfig-paths": "^3.9.0", "tslib": "^1.14.1", "tslint": "^6.1.3",