Skip to content

Commit d2b6b81

Browse files
Bump uuid from 9.0.1 to 11.0.3 (#25)
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.3. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v9.0.1...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3a4106 commit d2b6b81

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

examples/with-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"express": "^4.18.2",
1212
"jsonwebtoken": "^9.0.0",
1313
"swagger-ui-express": "^4.6.3",
14-
"uuid": "^9.0.0",
14+
"uuid": "^11.0.3",
1515
"zod": "^3.21.4"
1616
},
1717
"devDependencies": {

examples/with-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@trpc/server": "^10.27.1",
1212
"fastify": "^5.1.0",
1313
"jsonwebtoken": "^9.0.0",
14-
"uuid": "^9.0.0",
14+
"uuid": "^11.0.3",
1515
"zod": "^3.21.4"
1616
},
1717
"devDependencies": {

examples/with-nextjs-appdir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
1818
"swagger-ui-react": "^5.18.2",
19-
"uuid": "^9.0.0",
19+
"uuid": "^11.0.3",
2020
"zod": "^3.21.4"
2121
},
2222
"devDependencies": {

examples/with-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
1818
"swagger-ui-react": "^5.18.2",
19-
"uuid": "^9.0.0",
19+
"uuid": "^11.0.3",
2020
"zod": "^3.21.4"
2121
},
2222
"devDependencies": {

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)