From abf7e0400ca62c7608d76241140a1d6b82aa2f7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:21:51 +1000 Subject: [PATCH] [deps]: Update typescript-transform-paths to v3.5.1 (#615) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 35 +++++++++++++++-------------------- package.json | 2 +- 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index e4cbc3574..890bb9108 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "ts-loader": "9.5.1", "tsconfig-paths-webpack-plugin": "4.1.0", "typescript": "4.9.5", - "typescript-transform-paths": "3.4.6", + "typescript-transform-paths": "3.5.1", "webpack": "5.94.0", "webpack-cli": "5.1.4", "webpack-merge": "6.0.1", @@ -20007,37 +20007,32 @@ } }, "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.5.1", + "resolved": "https://registry.npmjs.org/typescript-transform-paths/-/typescript-transform-paths-3.5.1.tgz", + "integrity": "sha512-nq+exuF+38rAby9zrP+S6t0HWuwv69jeFu0I5UwjdoCIDPmnKIAr6a7JfYkbft7h5OzYKEDRhT/jLvvtTvWF4Q==", "dev": true, + "license": "MIT", "dependencies": { - "minimatch": "^3.0.4" + "minimatch": "^9.0.5" }, "peerDependencies": { "typescript": ">=3.6.5" } }, - "node_modules/typescript-transform-paths/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, "node_modules/typescript-transform-paths/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" + "brace-expansion": "^2.0.1" }, "engines": { - "node": "*" + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index b2d5df6ee..df61dfa1b 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "ts-loader": "9.5.1", "tsconfig-paths-webpack-plugin": "4.1.0", "typescript": "4.9.5", - "typescript-transform-paths": "3.4.6", + "typescript-transform-paths": "3.5.1", "webpack": "5.94.0", "webpack-cli": "5.1.4", "webpack-merge": "6.0.1",