Skip to content

Commit

Permalink
build(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.0 to 9.0.1
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.0...v9.0.1)

Updates `@types/uuid` from 9.0.2 to 9.0.5
- [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-patch
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 2d67b61 commit d812b13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
20 changes: 12 additions & 8 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "^18.2.0",
"react-redux": "^8.1.2",
"terraso-backend": "github:techmatters/terraso-backend#4929e5f",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"scripts": {
"generate-types": "graphql-codegen",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@testing-library/react": "^14.0.0",
"@types/jest-axe": "^3.5.6",
"@types/lodash": "^4.14.197",
"@types/uuid": "^9.0.2",
"@types/uuid": "^9.0.5",
"@typescript-eslint/parser": "^6.5.0",
"babel-plugin-root-import": "^6.6.0",
"depcheck": "^1.4.6",
Expand Down

0 comments on commit d812b13

Please sign in to comment.