Skip to content

Commit 944c0b9

Browse files
Bump @types/uuid from 9.0.1 to 9.0.2 in /hashira-web (#839)
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5477c07 commit 944c0b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

hashira-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react": "^18.0.38",
1919
"@types/react-dom": "^18.2.5",
2020
"@types/styled-components": "^5.1.26",
21-
"@types/uuid": "^9.0.1",
21+
"@types/uuid": "^9.0.2",
2222
"@types/ws": "^8.5.3",
2323
"@vitejs/plugin-react": "^4.0.0",
2424
"ansi-regex": "6.0.1",

hashira-web/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,10 +1214,10 @@
12141214
"@types/react" "*"
12151215
csstype "^3.0.2"
12161216

1217-
"@types/uuid@^9.0.1":
1218-
version "9.0.1"
1219-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6"
1220-
integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==
1217+
"@types/uuid@^9.0.2":
1218+
version "9.0.2"
1219+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.2.tgz#ede1d1b1e451548d44919dc226253e32a6952c4b"
1220+
integrity sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==
12211221

12221222
"@types/ws@^8.5.3":
12231223
version "8.5.3"

0 commit comments

Comments
 (0)