From 0430a1792b780afb0df5270059ba1070720e04f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:18:18 +0000 Subject: [PATCH] Bump @prisma/client from 7.2.0 to 7.3.0 Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/7.3.0/packages/client) --- updated-dependencies: - dependency-name: "@prisma/client" dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e9883a3..e391cee 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@prisma/client": "7.2.0", + "@prisma/client": "7.3.0", "@types/express": "^5.0.6", "@types/node": "^25.0.9", "body-parser": "^2.2.2", diff --git a/yarn.lock b/yarn.lock index 204d0d5..4be1c04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -82,17 +82,17 @@ chevrotain "^10.5.0" lilconfig "^2.1.0" -"@prisma/client-runtime-utils@7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.2.0.tgz#b17c9667d0d857988f6dadf3d6fbacf787ee3109" - integrity sha512-dn7oB53v0tqkB0wBdMuTNFNPdEbfICEUe82Tn9FoKAhJCUkDH+fmyEp0ClciGh+9Hp2Tuu2K52kth2MTLstvmA== +"@prisma/client-runtime-utils@7.3.0": + version "7.3.0" + resolved "https://registry.yarnpkg.com/@prisma/client-runtime-utils/-/client-runtime-utils-7.3.0.tgz#80b4557315f6ca06dbc33725bac6d2cbd8aa394e" + integrity sha512-dG/ceD9c+tnXATPk8G+USxxYM9E6UdMTnQeQ+1SZUDxTz7SgQcfxEqafqIQHcjdlcNK/pvmmLfSwAs3s2gYwUw== -"@prisma/client@7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.2.0.tgz#75681fe23843093d3b07730aaddc654ae12fbc0e" - integrity sha512-JdLF8lWZ+LjKGKpBqyAlenxd/kXjd1Abf/xK+6vUA7R7L2Suo6AFTHFRpPSdAKCan9wzdFApsUpSa/F6+t1AtA== +"@prisma/client@7.3.0": + version "7.3.0" + resolved "https://registry.yarnpkg.com/@prisma/client/-/client-7.3.0.tgz#6da3ce73b133bcca520a38f05580d2cf404ca3fe" + integrity sha512-FXBIxirqQfdC6b6HnNgxGmU7ydCPEPk7maHMOduJJfnTP+MuOGa15X4omjR/zpPUUpm8ef/mEFQjJudOGkXFcQ== dependencies: - "@prisma/client-runtime-utils" "7.2.0" + "@prisma/client-runtime-utils" "7.3.0" "@prisma/config@7.2.0": version "7.2.0"