Skip to content

Commit 9ea29dd

Browse files
chore(deps): bump uuid and @types/uuid
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 3.4.0 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v3.4.0...v10.0.0) Updates `@types/uuid` from 8.3.4 to 10.0.0 - [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]>
1 parent 94b96e7 commit 9ea29dd

File tree

28 files changed

+66
-73
lines changed

28 files changed

+66
-73
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"terser-webpack-plugin": "^4.2.3",
206206
"ts-jest": "^29.0.3",
207207
"typescript": "^4.7.4",
208-
"uuid": "^3.3.2",
208+
"uuid": "^10.0.0",
209209
"wd": "^1.14.0",
210210
"wdio-chromedriver-service": "^7.3.2",
211211
"wdio-geckodriver-service": "^2.1.1",

packages/@webex/internal-plugin-board/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"ampersand-collection": "^2.0.2",
4646
"es6-promise-series": "^0.2.2",
4747
"lodash": "^4.17.21",
48-
"uuid": "^3.3.2"
48+
"uuid": "^10.0.0"
4949
},
5050
"scripts": {
5151
"build": "yarn build:src",

packages/@webex/internal-plugin-calendar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@webex/internal-plugin-encryption": "workspace:*",
4141
"@webex/webex-core": "workspace:*",
4242
"lodash": "^4.17.21",
43-
"uuid": "^3.3.2"
43+
"uuid": "^10.0.0"
4444
},
4545
"scripts": {
4646
"build": "yarn build:src",

packages/@webex/internal-plugin-conversation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"crypto-js": "^4.1.1",
2929
"lodash": "^4.17.21",
3030
"node-scr": "^0.3.0",
31-
"uuid": "^3.3.2"
31+
"uuid": "^10.0.0"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.17.10",

packages/@webex/internal-plugin-dss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@webex/internal-plugin-mercury": "workspace:*",
2626
"@webex/webex-core": "workspace:*",
2727
"lodash": "^4.17.21",
28-
"uuid": "^3.3.2"
28+
"uuid": "^10.0.0"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "^7.17.10",

packages/@webex/internal-plugin-ediscovery/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@webex/internal-plugin-mercury": "workspace:*",
4545
"@webex/webex-core": "workspace:*",
4646
"lodash": "^4.17.21",
47-
"uuid": "^3.3.2"
47+
"uuid": "^10.0.0"
4848
},
4949
"scripts": {
5050
"build": "yarn build:src",

packages/@webex/internal-plugin-encryption/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"node-scr": "^0.3.0",
5555
"pkijs": "^2.1.84",
5656
"safe-buffer": "^5.2.0",
57-
"uuid": "^3.3.2",
57+
"uuid": "^10.0.0",
5858
"valid-url": "^1.0.9"
5959
},
6060
"scripts": {

packages/@webex/internal-plugin-locus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@webex/test-helper-mock-webex": "workspace:*",
2525
"@webex/webex-core": "workspace:*",
2626
"lodash": "^4.17.21",
27-
"uuid": "^3.3.2"
27+
"uuid": "^10.0.0"
2828
},
2929
"scripts": {
3030
"build": "yarn build:src",

packages/@webex/internal-plugin-lyra/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@webex/internal-plugin-mercury": "workspace:*",
4747
"@webex/webex-core": "workspace:*",
4848
"bowser": "^2.11.0",
49-
"uuid": "^3.3.2"
49+
"uuid": "^10.0.0"
5050
},
5151
"scripts": {
5252
"build": "yarn build:src",

packages/@webex/internal-plugin-mercury/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@webex/webex-core": "workspace:*",
5353
"backoff": "^2.5.0",
5454
"lodash": "^4.17.21",
55-
"uuid": "^3.3.2",
55+
"uuid": "^10.0.0",
5656
"ws": "^8.17.1"
5757
},
5858
"scripts": {

packages/@webex/internal-plugin-metrics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@webex/webex-core": "workspace:*",
4545
"ip-anonymize": "^0.1.0",
4646
"lodash": "^4.17.21",
47-
"uuid": "^3.3.2"
47+
"uuid": "^10.0.0"
4848
},
4949
"scripts": {
5050
"build": " yarn run -T tsc --declaration true --declarationDir ./dist/types",

packages/@webex/internal-plugin-search/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@webex/internal-plugin-encryption": "workspace:*",
4141
"@webex/webex-core": "workspace:*",
4242
"lodash": "^4.17.21",
43-
"uuid": "^3.3.2"
43+
"uuid": "^10.0.0"
4444
},
4545
"scripts": {
4646
"build": "yarn build:src",

packages/@webex/internal-plugin-support/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@webex/test-helper-test-users": "workspace:*",
2929
"@webex/webex-core": "workspace:*",
3030
"lodash": "^4.17.21",
31-
"uuid": "^3.3.2"
31+
"uuid": "^10.0.0"
3232
},
3333
"scripts": {
3434
"build": "yarn build:src",

packages/@webex/internal-plugin-team/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@webex/internal-plugin-user": "workspace:*",
4141
"@webex/webex-core": "workspace:*",
4242
"lodash": "^4.17.21",
43-
"uuid": "^3.3.2"
43+
"uuid": "^10.0.0"
4444
},
4545
"scripts": {
4646
"build": "yarn build:src",

packages/@webex/internal-plugin-user/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@webex/test-helper-test-users": "workspace:*",
4141
"@webex/webex-core": "workspace:*",
4242
"lodash": "^4.17.21",
43-
"uuid": "^3.3.2"
43+
"uuid": "^10.0.0"
4444
},
4545
"scripts": {
4646
"build": "yarn build:src",

packages/@webex/internal-plugin-voicea/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@webex/internal-plugin-mercury": "workspace:*",
1919
"@webex/plugin-meetings": "workspace:*",
2020
"@webex/webex-core": "workspace:*",
21-
"uuid": "^3.3.2"
21+
"uuid": "^10.0.0"
2222
},
2323
"browserify": {
2424
"transform": [

packages/@webex/plugin-authorization-browser-first-party/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@webex/webex-core": "workspace:*",
4646
"crypto-js": "^4.1.1",
4747
"lodash": "^4.17.21",
48-
"uuid": "^3.3.2"
48+
"uuid": "^10.0.0"
4949
},
5050
"scripts": {
5151
"build": "yarn build:src",

packages/@webex/plugin-authorization-browser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@webex/webex-core": "workspace:*",
4444
"jsonwebtoken": "^9.0.2",
4545
"lodash": "^4.17.21",
46-
"uuid": "^3.3.2"
46+
"uuid": "^10.0.0"
4747
},
4848
"scripts": {
4949
"build": "yarn build:src",

packages/@webex/plugin-authorization-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@webex/internal-plugin-device": "workspace:*",
4040
"@webex/webex-core": "workspace:*",
4141
"jsonwebtoken": "^9.0.0",
42-
"uuid": "^3.3.2"
42+
"uuid": "^10.0.0"
4343
},
4444
"scripts": {
4545
"build": "yarn build:src",

packages/@webex/plugin-device-manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@webex/test-helper-chai": "workspace:*",
3232
"@webex/webex-core": "workspace:*",
3333
"lodash": "^4.17.21",
34-
"uuid": "^3.3.2"
34+
"uuid": "^10.0.0"
3535
},
3636
"scripts": {
3737
"build": "yarn build:src",

packages/@webex/plugin-meetings/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"jwt-decode": "3.1.2",
8787
"lodash": "^4.17.21",
8888
"sdp-transform": "^2.12.0",
89-
"uuid": "^3.3.2",
89+
"uuid": "^10.0.0",
9090
"webrtc-adapter": "^8.1.2"
9191
},
9292
"//": [

packages/@webex/test-helper-appid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"express": "^4.19.2",
2525
"jsonwebtoken": "^9.0.0",
2626
"safe-buffer": "^5.2.0",
27-
"uuid": "^3.3.2",
27+
"uuid": "^10.0.0",
2828
"whatwg-fetch": "^2.0.4"
2929
},
3030
"scripts": {

packages/@webex/test-helper-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"multer": "^1.4.5-lts.1",
2727
"request": "^2.88.0",
2828
"urlsafe-base64": "^1.0.0",
29-
"uuid": "^3.3.2"
29+
"uuid": "^10.0.0"
3030
},
3131
"scripts": {
3232
"build": "yarn build:src",

packages/@webex/test-users/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"btoa": "^1.2.1",
4040
"lodash": "^4.17.21",
4141
"node-random-name": "^1.0.1",
42-
"uuid": "^3.3.2"
42+
"uuid": "^10.0.0"
4343
},
4444
"scripts": {
4545
"build": "yarn build:src",

packages/@webex/webex-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"crypto-js": "^4.1.1",
6262
"jsonwebtoken": "^9.0.0",
6363
"lodash": "^4.17.21",
64-
"uuid": "^3.3.2"
64+
"uuid": "^10.0.0"
6565
},
6666
"scripts": {
6767
"build": "yarn build:src",

packages/@webex/webex-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"request-id": "^0.11.1",
7676
"response-time": "^2.3.2",
7777
"supertest": "^3.4.2",
78-
"uuid": "^3.3.2"
78+
"uuid": "^10.0.0"
7979
},
8080
"scripts": {
8181
"build": "yarn build:src",

packages/calling/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"buffer": "6.0.3",
4444
"jest-html-reporters": "3.0.11",
4545
"platform": "1.3.6",
46-
"uuid": "8.3.2",
46+
"uuid": "10.0.0",
4747
"xstate": "4.30.6"
4848
},
4949
"devDependencies": {
@@ -57,7 +57,7 @@
5757
"@types/jest": "27.4.1",
5858
"@types/mocha": "9.0.0",
5959
"@types/node": "16.11.9",
60-
"@types/uuid": "8.3.4",
60+
"@types/uuid": "10.0.0",
6161
"@typescript-eslint/eslint-plugin": "5.38.1",
6262
"@typescript-eslint/parser": "5.38.1",
6363
"@web/dev-server": "0.4.5",

0 commit comments

Comments
 (0)