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

Updates `@types/uuid` from 8.3.4 to 9.0.4
- [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] authored Sep 18, 2023
1 parent 1e8d426 commit 7cb234a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 18 deletions.
56 changes: 40 additions & 16 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 @@ -66,7 +66,7 @@
"rudder-sdk-js": "^2.41.0",
"rxjs": "~6.6.7",
"tslib": "^2.6.2",
"uuid": "^8.3.2",
"uuid": "^9.0.1",
"zone.js": "~0.11.8"
},
"devDependencies": {
Expand Down Expand Up @@ -100,7 +100,7 @@
"@types/lodash-es": "^4.17.9",
"@types/mixpanel-browser": "^2.47.1",
"@types/node": "^18.17.15",
"@types/uuid": "^8.3.4",
"@types/uuid": "^9.0.4",
"@types/webpack-env": "^1.18.1",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.62.0",
Expand Down

0 comments on commit 7cb234a

Please sign in to comment.