Skip to content

Commit

Permalink
chore: bump uuid from 9.0.1 to 11.0.4
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.4.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v11.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent f8860fb commit ac52cb6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/codewhisperer-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@smithy/util-middleware": "^3.0.6",
"@smithy/util-retry": "^3.0.6",
"@smithy/util-utf8": "^3.0.0",
"uuid": "^9.0.1"
"uuid": "^11.0.4"
},
"devDependencies": {
"@tsconfig/node16": "16.1.3",
Expand Down
25 changes: 18 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion server/aws-lsp-codewhisperer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"got": "^11.8.5",
"hpagent": "^1.2.0",
"js-md5": "^0.8.3",
"uuid": "^9.0.1",
"uuid": "^11.0.4",
"vscode-uri": "^3.0.8"
},
"devDependencies": {
Expand Down

0 comments on commit ac52cb6

Please sign in to comment.