Update Prisma

This commit is contained in:
Douglas Barone 2021-11-03 11:02:34 -04:00
parent 1140ae502a
commit 7f4829438a
2 changed files with 16 additions and 16 deletions

View File

@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@prisma/client": "^3.3.0",
"@prisma/client": "^3.4.0",
"activedirectory2": "^2.1.0",
"apollo-server": "^2.19.0",
"apollo-server-plugin-response-cache": "^0.5.6",
@ -2279,12 +2279,12 @@
}
},
"node_modules/@prisma/client": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.3.0.tgz",
"integrity": "sha512-34tonDW2v74VcG1mx+k/IUGG/eSHKwDiYKfFIZgaPLq/C0h8YQxh7pro272xpOf1pt6duX1Bi90dpGijh1MYgQ==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.4.0.tgz",
"integrity": "sha512-rjnp7dPVArqT/VgeWllUN+5927u224Gud//d16omL2hyXl9BnWzmeZJQ0plTYuP5yCR/M1N4iUC8ysDPlhA08g==",
"hasInstallScript": true,
"dependencies": {
"@prisma/engines-version": "3.3.0-30.33838b0f78f1fe9052cf9a00e9761c9dc097a63c"
"@prisma/engines-version": "3.4.0-27.1c9fdaa9e2319b814822d6dbfd0a69e1fcc13a85"
},
"engines": {
"node": ">=12.6"
@ -2299,9 +2299,9 @@
}
},
"node_modules/@prisma/engines-version": {
"version": "3.3.0-30.33838b0f78f1fe9052cf9a00e9761c9dc097a63c",
"resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-3.3.0-30.33838b0f78f1fe9052cf9a00e9761c9dc097a63c.tgz",
"integrity": "sha512-g21xPYq0zHoJ/xUkNxIf5Hle0oiDyelZHU8gwq7J3RNVrccjbUZ28S99KT4yUabV8SQQRNSnR0QMLGMv9Eqs/A=="
"version": "3.4.0-27.1c9fdaa9e2319b814822d6dbfd0a69e1fcc13a85",
"resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-3.4.0-27.1c9fdaa9e2319b814822d6dbfd0a69e1fcc13a85.tgz",
"integrity": "sha512-acL30wD3lj6qGAN9JIA+fhcd8j5I+Db9d1Pge2jwmK/QVbmbnH+lhTMV5pYIdgxbZWs9R+DoNnOHvUQCOW1xeQ=="
},
"node_modules/@protobufjs/aspromise": {
"version": "1.1.2",
@ -10800,17 +10800,17 @@
}
},
"@prisma/client": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.3.0.tgz",
"integrity": "sha512-34tonDW2v74VcG1mx+k/IUGG/eSHKwDiYKfFIZgaPLq/C0h8YQxh7pro272xpOf1pt6duX1Bi90dpGijh1MYgQ==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@prisma/client/-/client-3.4.0.tgz",
"integrity": "sha512-rjnp7dPVArqT/VgeWllUN+5927u224Gud//d16omL2hyXl9BnWzmeZJQ0plTYuP5yCR/M1N4iUC8ysDPlhA08g==",
"requires": {
"@prisma/engines-version": "3.3.0-30.33838b0f78f1fe9052cf9a00e9761c9dc097a63c"
"@prisma/engines-version": "3.4.0-27.1c9fdaa9e2319b814822d6dbfd0a69e1fcc13a85"
}
},
"@prisma/engines-version": {
"version": "3.3.0-30.33838b0f78f1fe9052cf9a00e9761c9dc097a63c",
"resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-3.3.0-30.33838b0f78f1fe9052cf9a00e9761c9dc097a63c.tgz",
"integrity": "sha512-g21xPYq0zHoJ/xUkNxIf5Hle0oiDyelZHU8gwq7J3RNVrccjbUZ28S99KT4yUabV8SQQRNSnR0QMLGMv9Eqs/A=="
"version": "3.4.0-27.1c9fdaa9e2319b814822d6dbfd0a69e1fcc13a85",
"resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-3.4.0-27.1c9fdaa9e2319b814822d6dbfd0a69e1fcc13a85.tgz",
"integrity": "sha512-acL30wD3lj6qGAN9JIA+fhcd8j5I+Db9d1Pge2jwmK/QVbmbnH+lhTMV5pYIdgxbZWs9R+DoNnOHvUQCOW1xeQ=="
},
"@protobufjs/aspromise": {
"version": "1.1.2",

View File

@ -37,7 +37,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@prisma/client": "^3.3.0",
"@prisma/client": "^3.4.0",
"activedirectory2": "^2.1.0",
"apollo-server": "^2.19.0",
"apollo-server-plugin-response-cache": "^0.5.6",