Skip to content

Commit 86287ab

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 8.3.2 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v8.3.2...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>
1 parent efec3fd commit 86287ab

File tree

2 files changed

+39
-16
lines changed

2 files changed

+39
-16
lines changed

package-lock.json

+37-14
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
@@ -76,7 +76,7 @@
7676
"appId": "com.ntfytoast.id"
7777
},
7878
"devDependencies": {
79-
"@types/uuid": "^9.0.8",
79+
"@types/uuid": "^10.0.0",
8080
"copyfiles": "^2.4.1",
8181
"@aetherinox/noxenv": "^1.0.0",
8282
"eslint": "^7.26.0",
@@ -98,7 +98,7 @@
9898
"is-wsl": "^2.2.0",
9999
"semver": "^7.3.5",
100100
"shellwords": "^0.1.1",
101-
"uuid": "^8.3.2",
101+
"uuid": "^10.0.0",
102102
"which": "^2.0.2"
103103
},
104104
"lint-staged": {

0 commit comments

Comments
 (0)