diff --git a/.npmrc b/.npmrc index 1fdae7e6..25c8481d 100644 --- a/.npmrc +++ b/.npmrc @@ -10,6 +10,7 @@ @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 4d27a0bb..5744e2ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "csv-parse": "4.16.3", "path": "0.12.7", "semver": "7.5.2", - "uuid": "9.0.1" + "uuid": "11.0.0" }, "devDependencies": { "@types/jest": "29.4.0", @@ -10545,15 +10545,16 @@ "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-iE8Fa5fgBY4rN5GvNUJ8TSwO1QG7TzdPfhrJczf6XJ6mZUxh/GX433N70fCiJL9h8EKP5ayEIo0Q6EBQGWHFqA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/which": { diff --git a/package.json b/package.json index 1f876bf9..80c17b61 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "csv-parse": "4.16.3", "path": "0.12.7", "semver": "7.5.2", - "uuid": "9.0.1" + "uuid": "11.0.0" }, "devDependencies": { "@types/jest": "29.4.0",