Skip to content
Snippets Groups Projects
Commit 4f2e1211 authored by Martin Korec's avatar Martin Korec
Browse files

fix: updated prisma/client version

parent 999ce125
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
"@nestjs/core": "^8.0.0",
"@nestjs/mapped-types": "^1.0.1",
"@nestjs/platform-express": "^8.0.0",
"@prisma/client": "^3.15.1",
"@prisma/client": "^3.15.2",
"jshint": "^2.13.4",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
......@@ -35,7 +35,7 @@
"eslint-plugin-prettier": "^4.0.0",
"jest": "28.0.3",
"prettier": "^2.3.2",
"prisma": "^3.15.1",
"prisma": "^3.15.2",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
"ts-jest": "28.0.1",
......@@ -1749,9 +1749,9 @@
}
},
"node_modules/@prisma/client": {
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.15.1.tgz",
"integrity": "sha512-Lsk7oupvO9g99mrIs07iE6BIMouHs46Yq/YY8itTsUQNKfecsPuZvVYvcKci0pqRQ0neOpvIvoA/ouZmIMBCrQ==",
"version": "3.15.2",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.15.2.tgz",
"integrity": "sha512-ErqtwhX12ubPhU4d++30uFY/rPcyvjk+mdifaZO5SeM21zS3t4jQrscy8+6IyB0GIYshl5ldTq6JSBo1d63i8w==",
"hasInstallScript": true,
"dependencies": {
"@prisma/engines-version": "3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e"
......@@ -7207,9 +7207,9 @@
}
},
"node_modules/prisma": {
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/prisma/-/prisma-3.15.1.tgz",
"integrity": "sha512-MLO3JUGJpe5+EVisA/i47+zlyF8Ug0ivvGYG4B9oSXQcPiUHB1ccmnpxqR7o0Up5SQgmxkBiEU//HgR6UuIKOw==",
"version": "3.15.2",
"resolved": "https://registry.npmjs.org/prisma/-/prisma-3.15.2.tgz",
"integrity": "sha512-nMNSMZvtwrvoEQ/mui8L/aiCLZRCj5t6L3yujKpcDhIPk7garp8tL4nMx2+oYsN0FWBacevJhazfXAbV1kfBzA==",
"devOptional": true,
"hasInstallScript": true,
"dependencies": {
......@@ -10196,9 +10196,9 @@
}
},
"@prisma/client": {
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.15.1.tgz",
"integrity": "sha512-Lsk7oupvO9g99mrIs07iE6BIMouHs46Yq/YY8itTsUQNKfecsPuZvVYvcKci0pqRQ0neOpvIvoA/ouZmIMBCrQ==",
"version": "3.15.2",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.15.2.tgz",
"integrity": "sha512-ErqtwhX12ubPhU4d++30uFY/rPcyvjk+mdifaZO5SeM21zS3t4jQrscy8+6IyB0GIYshl5ldTq6JSBo1d63i8w==",
"requires": {
"@prisma/engines-version": "3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e"
}
......@@ -14364,9 +14364,9 @@
}
},
"prisma": {
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/prisma/-/prisma-3.15.1.tgz",
"integrity": "sha512-MLO3JUGJpe5+EVisA/i47+zlyF8Ug0ivvGYG4B9oSXQcPiUHB1ccmnpxqR7o0Up5SQgmxkBiEU//HgR6UuIKOw==",
"version": "3.15.2",
"resolved": "https://registry.npmjs.org/prisma/-/prisma-3.15.2.tgz",
"integrity": "sha512-nMNSMZvtwrvoEQ/mui8L/aiCLZRCj5t6L3yujKpcDhIPk7garp8tL4nMx2+oYsN0FWBacevJhazfXAbV1kfBzA==",
"devOptional": true,
"requires": {
"@prisma/engines": "3.15.1-1.461d6a05159055555eb7dfb337c9fb271cbd4d7e"
......
......@@ -26,7 +26,7 @@
"@nestjs/core": "^8.0.0",
"@nestjs/mapped-types": "^1.0.1",
"@nestjs/platform-express": "^8.0.0",
"@prisma/client": "^3.15.1",
"@prisma/client": "^3.15.2",
"jshint": "^2.13.4",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
......@@ -47,7 +47,7 @@
"eslint-plugin-prettier": "^4.0.0",
"jest": "28.0.3",
"prettier": "^2.3.2",
"prisma": "^3.15.1",
"prisma": "^3.15.2",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
"ts-jest": "28.0.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment