diff --git a/package-lock.json b/package-lock.json index aa7aaab6cc83..75cfe0946185 100644 --- a/package-lock.json +++ b/package-lock.json @@ -170,7 +170,7 @@ "testcafe": "2.5.0", "through2": "2.0.5", "ts-jest": "26.5.6", - "tsc-alias": "1.8.2", + "tsc-alias": "1.8.7", "typescript": "4.2.4", "typescript-min": "npm:typescript@4.2.4", "uuid": "9.0.0", @@ -28511,9 +28511,9 @@ "dev": true }, "node_modules/tsc-alias": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.8.2.tgz", - "integrity": "sha512-ukBkcNekOgwtnSWYLD5QsMX3yQWg7JviAs8zg3qJGgu4LGtY3tsV4G6vnqvOXIDkbC+XL9vbhObWSpRA5/6wbg==", + "version": "1.8.7", + "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.8.7.tgz", + "integrity": "sha512-59Q/zUQa3miTf99mLbSqaW0hi1jt4WoG8Uhe5hSZJHQpSoFW9eEwvW7jlKMHXWvT+zrzy3SN9PE/YBhQ+WVydA==", "dev": true, "dependencies": { "chokidar": "^3.5.3", @@ -28610,9 +28610,9 @@ } }, "node_modules/tsc-alias/node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "hasInstallScript": true, "optional": true, @@ -52685,9 +52685,9 @@ } }, "tsc-alias": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.8.2.tgz", - "integrity": "sha512-ukBkcNekOgwtnSWYLD5QsMX3yQWg7JviAs8zg3qJGgu4LGtY3tsV4G6vnqvOXIDkbC+XL9vbhObWSpRA5/6wbg==", + "version": "1.8.7", + "resolved": "https://registry.npmjs.org/tsc-alias/-/tsc-alias-1.8.7.tgz", + "integrity": "sha512-59Q/zUQa3miTf99mLbSqaW0hi1jt4WoG8Uhe5hSZJHQpSoFW9eEwvW7jlKMHXWvT+zrzy3SN9PE/YBhQ+WVydA==", "dev": true, "requires": { "chokidar": "^3.5.3", @@ -52755,9 +52755,9 @@ } }, "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "optional": true }, diff --git a/package.json b/package.json index 43d2dd29ef0f..73fb7ef6d806 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "testcafe": "2.5.0", "through2": "2.0.5", "ts-jest": "26.5.6", - "tsc-alias": "1.8.2", + "tsc-alias": "1.8.7", "typescript": "4.2.4", "typescript-min": "npm:typescript@4.2.4", "uuid": "9.0.0",