diff --git a/jest.config.ts b/jest.config.ts index bb6958442..167cba52e 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -23,7 +23,7 @@ const config: Config = { collectCoverageFrom: ["/src/**/*.{js,ts}"], coverageReporters: ["text-summary", "lcov"], testResultsProcessor: "@casualbot/jest-sonar-reporter", - transformIgnorePatterns: ["/node_modules/(?!(p-retry|is-network-error)).+$"], + transformIgnorePatterns: ["/node_modules/(?!(uuid|p-retry|is-network-error)).+$"], // Always print out a summary if there are any failing tests. Normally // a summary is only printed if there are more than 20 test *suites*. diff --git a/package.json b/package.json index 6efc1b5bc..e53a1751d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "p-retry": "7", "sdp-transform": "^2.14.1", "unhomoglyph": "^1.0.6", - "uuid": "11" + "uuid": "13" }, "devDependencies": { "@action-validator/cli": "^0.6.0", diff --git a/yarn.lock b/yarn.lock index 3a749d0e6..8addd5479 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6926,10 +6926,10 @@ url-parse@^1.5.3: querystringify "^2.1.1" requires-port "^1.0.0" -uuid@11: - version "11.1.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912" - integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A== +uuid@13: + version "13.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8" + integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w== uuid@8.3.2: version "8.3.2"