diff --git a/package-lock.json b/package-lock.json index 8f8caa5..0e33b47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2121,9 +2121,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.4", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", - "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", + "version": "29.5.5", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.5.tgz", + "integrity": "sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -7331,8 +7331,8 @@ "version": "2.0.1", "license": "MIT", "dependencies": { - "@prisma/generator-helper": "^5.3.1", - "@prisma/internals": "^5.3.1", + "@prisma/generator-helper": "^5.0.0", + "@prisma/internals": "^5.0.0", "short-uuid": "4.2.2", "talt": "2.4.4" }, @@ -7340,7 +7340,7 @@ "prisma-fabbrica": "bin.js" }, "devDependencies": { - "@types/jest": "29.5.4", + "@types/jest": "29.5.5", "jest": "29.7.0", "ts-jest": "29.1.1", "typescript": "*" @@ -8935,9 +8935,9 @@ "@quramy/prisma-fabbrica": { "version": "file:packages/prisma-fabbrica", "requires": { - "@prisma/generator-helper": "^5.3.1", - "@prisma/internals": "^5.3.1", - "@types/jest": "29.5.4", + "@prisma/generator-helper": "^5.0.0", + "@prisma/internals": "^5.0.0", + "@types/jest": "29.5.5", "jest": "29.7.0", "short-uuid": "4.2.2", "talt": "2.4.4", @@ -9084,9 +9084,9 @@ } }, "@types/jest": { - "version": "29.5.4", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", - "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", + "version": "29.5.5", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.5.tgz", + "integrity": "sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/packages/prisma-fabbrica/package.json b/packages/prisma-fabbrica/package.json index 0867f4b..4dc1c84 100644 --- a/packages/prisma-fabbrica/package.json +++ b/packages/prisma-fabbrica/package.json @@ -47,7 +47,7 @@ "typescript": "^3.0.0 || ^4.0.0 || ^5.0.0" }, "devDependencies": { - "@types/jest": "29.5.4", + "@types/jest": "29.5.5", "jest": "29.7.0", "ts-jest": "29.1.1", "typescript": "*"