Skip to content

Commit c954c81

Browse files
Bump uuid and @types/uuid (#99)
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 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v9.0.1...v10.0.0) Updates `@types/uuid` from 9.0.8 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd3c26d commit c954c81

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"redis": "^4.6.15",
124124
"superagent": "^9.0.2",
125125
"url-value-parser": "^2.2.0",
126-
"uuid": "^9.0.1"
126+
"uuid": "^10.0.0"
127127
},
128128
"devDependencies": {
129129
"@types/bunyan": "^1.8.11",
@@ -142,7 +142,7 @@
142142
"@types/passport-oauth2": "^1.4.17",
143143
"@types/superagent": "^8.1.7",
144144
"@types/supertest": "^6.0.2",
145-
"@types/uuid": "^9.0.8",
145+
"@types/uuid": "^10.0.0",
146146
"@typescript-eslint/eslint-plugin": "^7.17.0",
147147
"@typescript-eslint/parser": "^7.17.0",
148148
"audit-ci": "^6.6.1",

0 commit comments

Comments
 (0)