Skip to content

Commit

Permalink
Chore(deps): Bump uuid and @types/uuid
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together.

Updates `uuid` from 9.0.1 to 10.0.0
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v10.0.0)

Updates `@types/uuid` from 9.0.7 to 10.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 5cbbb41 commit c4b77b8
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 52 deletions.
103 changes: 53 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/plugin-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
},
"devDependencies": {
"@playwright/test": "^1.41.2",
"@types/uuid": "^9.0.7",
"@types/uuid": "^10.0.0",
"dotenv": "^16.3.1"
},
"dependencies": {
"semver": "^7.5.4",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"yaml": "^2.3.4"
},
"nodemonConfig": {
Expand Down

0 comments on commit c4b77b8

Please sign in to comment.