diff --git a/.npmrc b/.npmrc index 614ff0e..74a30eb 100644 --- a/.npmrc +++ b/.npmrc @@ -10,3 +10,4 @@ @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com +@tradeshift:registry=https://npm.pkg.github.com diff --git a/package-lock.json b/package-lock.json index 3494422..7b9dc0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@types/node": "22.10.4", - "typescript": "5.7.2" + "typescript": "5.7.3" } }, "node_modules/@actions/core": { @@ -5408,9 +5408,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 2e241a6..c2e1b34 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ }, "devDependencies": { "@types/node": "22.10.4", - "typescript": "5.7.2" + "typescript": "5.7.3" } }