Skip to content

Commit bdb5dfa

Browse files
Bump @types/uuid from 10.0.0 to 11.0.0 in /eform-client
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 10.0.0 to 11.0.0. - [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-version: 11.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6be0246 commit bdb5dfa

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

eform-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"@types/jasmine": "^5.1.9",
138138
"@types/mocha": "^10.0.10",
139139
"@types/node": "^24.5.2",
140-
"@types/uuid": "^10.0.0",
140+
"@types/uuid": "^11.0.0",
141141
"@typescript-eslint/eslint-plugin": "^7.18.0",
142142
"@typescript-eslint/parser": "^7.18.0",
143143
"@typescript-eslint/utils": "^8.45.0",

eform-client/yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3850,10 +3850,12 @@
38503850
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
38513851
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
38523852

3853-
"@types/uuid@^10.0.0":
3854-
version "10.0.0"
3855-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
3856-
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
3853+
"@types/uuid@^11.0.0":
3854+
version "11.0.0"
3855+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c"
3856+
integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==
3857+
dependencies:
3858+
uuid "*"
38573859

38583860
"@types/which@^2.0.1":
38593861
version "2.0.2"
@@ -12844,7 +12846,7 @@ [email protected]:
1284412846
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1284512847
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
1284612848

12847-
12849+
uuid@*, uuid@13.0.0:
1284812850
version "13.0.0"
1284912851
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
1285012852
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==

0 commit comments

Comments
 (0)