diff --git a/.npmrc b/.npmrc index d4b6074b..b91adfac 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ @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 7834d902..6bd95d43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7379,18 +7379,6 @@ "punycode": "^2.1.0" } }, - "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/v8-to-istanbul": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", diff --git a/package.json b/package.json index 94b36b3e..1c0044b8 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@actions/tool-cache": "2.0.1", "csv-parse": "4.16.3", "semver": "7.6.0", - "uuid": "9.0.1" + "uuid": "11.0.0" }, "devDependencies": { "@types/jest": "29.4.4",