Skip to content

Commit

Permalink
chore: Bump uuid from 8.3.2 to 9.0.0 (#98)
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v8.3.2...v9.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2022
1 parent be791a0 commit c25dd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lodash": "^4.17.15",
"semver": "^7.0.0",
"source-map-support": "^0.x",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
},
"scripts": {
"build": "rm -rf build && babel --out-dir=build/lib lib && babel --out-dir=build index.js",
Expand Down

0 comments on commit c25dd8f

Please sign in to comment.