Skip to content

Commit df0f007

Browse files
Update dependency uuid to v13 (#5009)
* Update dependency uuid to v13 * Make jest happy Signed-off-by: Michael Telatynski <[email protected]> --------- Signed-off-by: Michael Telatynski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <[email protected]>
1 parent 29fbed5 commit df0f007

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const config: Config = {
2323
collectCoverageFrom: ["<rootDir>/src/**/*.{js,ts}"],
2424
coverageReporters: ["text-summary", "lcov"],
2525
testResultsProcessor: "@casualbot/jest-sonar-reporter",
26-
transformIgnorePatterns: ["/node_modules/(?!(p-retry|is-network-error)).+$"],
26+
transformIgnorePatterns: ["/node_modules/(?!(uuid|p-retry|is-network-error)).+$"],
2727

2828
// Always print out a summary if there are any failing tests. Normally
2929
// a summary is only printed if there are more than 20 test *suites*.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"p-retry": "7",
6262
"sdp-transform": "^2.14.1",
6363
"unhomoglyph": "^1.0.6",
64-
"uuid": "11"
64+
"uuid": "13"
6565
},
6666
"devDependencies": {
6767
"@action-validator/cli": "^0.6.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6926,10 +6926,10 @@ url-parse@^1.5.3:
69266926
querystringify "^2.1.1"
69276927
requires-port "^1.0.0"
69286928

6929-
uuid@11:
6930-
version "11.1.0"
6931-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
6932-
integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
6929+
uuid@13:
6930+
version "13.0.0"
6931+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
6932+
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
69336933

69346934
69356935
version "8.3.2"

0 commit comments

Comments
 (0)