Skip to content

Commit 8a661db

Browse files
chore(deps): bump uuid from 11.0.4 to 11.0.5
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] <support@github.com>
1 parent 3802578 commit 8a661db

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/odata-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@sap-cloud-sdk/util": "^3.24.0",
4242
"bignumber.js": "^9.1.2",
4343
"moment": "^2.30.1",
44-
"uuid": "^11.0.4",
44+
"uuid": "^11.0.5",
4545
"voca": "^1.4.1"
4646
},
4747
"devDependencies": {

packages/odata-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@sap-cloud-sdk/util": "^3.24.0",
4343
"bignumber.js": "^9.1.2",
4444
"moment": "^2.30.1",
45-
"uuid": "^11.0.4"
45+
"uuid": "^11.0.5"
4646
},
4747
"devDependencies": {
4848
"@sap-cloud-sdk/test-services-odata-v2": "^3.24.0",

packages/odata-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@sap-cloud-sdk/util": "^3.24.0",
4343
"bignumber.js": "^9.1.2",
4444
"moment": "^2.30.1",
45-
"uuid": "^11.0.4"
45+
"uuid": "^11.0.5"
4646
},
4747
"devDependencies": {
4848
"@sap-cloud-sdk/test-services-odata-v4": "^3.24.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9799,10 +9799,10 @@ utils-merge@1.0.1:
97999799
resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
98009800
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
98019801

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

98079807
uuid@^3.3.2:
98089808
version "3.4.0"

0 commit comments

Comments
 (0)