Compare commits

...

3 Commits

Author SHA1 Message Date
HarithaVattikuti
862dad9fd8 Fix failures 2025-07-08 12:31:27 -05:00
HarithaVattikuti
d31031be88 Merge branch 'dependabot/npm_and_yarn/uuid-11.1.0' of https://github.com/actions/setup-node into dependabot/npm_and_yarn/uuid-11.1.0 2025-07-07 21:33:08 -05:00
dependabot[bot]
60d1bdcfa7 Bump uuid from 9.0.1 to 11.1.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.1.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v11.1.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 08:27:31 +00:00
3 changed files with 622 additions and 685 deletions

View File

@@ -1,8 +1,8 @@
--- ---
name: uuid name: uuid
version: 9.0.1 version: 11.1.0
type: npm type: npm
summary: RFC4122 (v1, v4, and v5) UUIDs summary: RFC9562 UUIDs
homepage: homepage:
license: mit license: mit
licenses: licenses:

1300
dist/setup/index.js vendored

File diff suppressed because it is too large Load Diff

1
package-lock.json generated
View File

@@ -5440,6 +5440,7 @@
"https://github.com/sponsors/broofa", "https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan" "https://github.com/sponsors/ctavan"
], ],
"license": "MIT",
"bin": { "bin": {
"uuid": "dist/esm/bin/uuid" "uuid": "dist/esm/bin/uuid"
} }