Skip to content

Commit

Permalink
fix(deps): bump uuid and @types/uuid in /apps/bynder-content-workflow
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.8 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent e806c80 commit d13690a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions apps/bynder-content-workflow/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 apps/bynder-content-workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "18.3.1",
"react-top-loading-bar": "^2.3.1",
"showdown": "^2.1.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"scripts": {
"install-ci": "npm ci",
Expand All @@ -35,7 +35,7 @@
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/showdown": "^2.0.6",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "4.0.1",
"happy-dom": "9.20.3",
"typescript": "5.4.5",
Expand Down

0 comments on commit d13690a

Please sign in to comment.