Skip to content

Commit 7f6f439

Browse files
Bump uuid and @types/uuid in /jornet-server-ui
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.8 - [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 802c850 commit 7f6f439

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

jornet-server-ui/package-lock.json

+20-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jornet-server-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react-scripts": "5.0.1",
2424
"react-syntax-highlighter": "^15.5.0",
2525
"typescript": "^4.7.4",
26-
"uuid": "^8.3.2",
26+
"uuid": "^9.0.1",
2727
"validator": "^13.7.0",
2828
"web-vitals": "^2.1.4"
2929
},
@@ -57,7 +57,7 @@
5757
"devDependencies": {
5858
"@types/react-router-bootstrap": "^0.24.5",
5959
"@types/react-syntax-highlighter": "^15.5.4",
60-
"@types/uuid": "^8.3.4",
60+
"@types/uuid": "^9.0.8",
6161
"@types/validator": "^13.7.4"
6262
},
6363
"proxy": "http://127.0.0.1:8080/"

0 commit comments

Comments
 (0)