Skip to content

Commit

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

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

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 Jan 10, 2025
1 parent cf2ac08 commit b2b11e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/odata-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@sap-cloud-sdk/util": "^3.25.0",
"bignumber.js": "^9.1.2",
"moment": "^2.30.1",
"uuid": "^11.0.4",
"uuid": "^11.0.5",
"voca": "^1.4.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/odata-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@sap-cloud-sdk/util": "^3.25.0",
"bignumber.js": "^9.1.2",
"moment": "^2.30.1",
"uuid": "^11.0.4"
"uuid": "^11.0.5"
},
"devDependencies": {
"@sap-cloud-sdk/test-services-odata-v2": "^3.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/odata-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@sap-cloud-sdk/util": "^3.25.0",
"bignumber.js": "^9.1.2",
"moment": "^2.30.1",
"uuid": "^11.0.4"
"uuid": "^11.0.5"
},
"devDependencies": {
"@sap-cloud-sdk/test-services-odata-v4": "^3.25.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9814,10 +9814,10 @@ [email protected]:
resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==

uuid@^11.0.4:
version "11.0.4"
resolved "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz#37943977894ef806d2919a7ca3f89d6e23c60bac"
integrity sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==
uuid@^11.0.5:
version "11.0.5"
resolved "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62"
integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==

uuid@^3.3.2:
version "3.4.0"
Expand Down

0 comments on commit b2b11e2

Please sign in to comment.