From 7e377f1e38b35b65801c644cc005674799cb26cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:37:30 +0000 Subject: [PATCH] chore(deps): bump the minor group Bumps the minor group in /src/prisma/prismaservice with 2 updates: [uuid](https://github.com/uuidjs/uuid) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `uuid` from 11.0.3 to 11.0.4 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v11.0.3...v11.0.4) Updates `@types/node` from 22.10.2 to 22.10.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] --- src/prisma/prismaservice/package-lock.json | 16 ++++++++-------- src/prisma/prismaservice/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/prisma/prismaservice/package-lock.json b/src/prisma/prismaservice/package-lock.json index 0c3370e4a..e72a04188 100644 --- a/src/prisma/prismaservice/package-lock.json +++ b/src/prisma/prismaservice/package-lock.json @@ -15,13 +15,13 @@ "remark-rehype": "^11.1.1", "sharp": "^0.33.5", "unified": "^11.0.5", - "uuid": "^11.0.3", + "uuid": "^11.0.4", "winston": "^3.17.0" }, "devDependencies": { "@prisma/client": "^6.1.0", "@types/bcrypt": "^5.0.2", - "@types/node": "^22.10.2", + "@types/node": "^22.10.5", "@types/uuid": "^10.0.0", "bcrypt": "^5.1.1", "prisma": "^6.1.0", @@ -592,9 +592,9 @@ "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" }, "node_modules/@types/node": { - "version": "22.10.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", - "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", + "version": "22.10.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz", + "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==", "dev": true, "dependencies": { "undici-types": "~6.20.0" @@ -4339,9 +4339,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/src/prisma/prismaservice/package.json b/src/prisma/prismaservice/package.json index 2208a2db1..c2427e6a7 100644 --- a/src/prisma/prismaservice/package.json +++ b/src/prisma/prismaservice/package.json @@ -18,7 +18,7 @@ "remark-rehype": "^11.1.1", "sharp": "^0.33.5", "unified": "^11.0.5", - "uuid": "^11.0.3", + "uuid": "^11.0.4", "winston": "^3.17.0" }, "prisma": { @@ -27,7 +27,7 @@ "devDependencies": { "@prisma/client": "^6.1.0", "@types/bcrypt": "^5.0.2", - "@types/node": "^22.10.2", + "@types/node": "^22.10.5", "@types/uuid": "^10.0.0", "bcrypt": "^5.1.1", "prisma": "^6.1.0",