Updated packages with minor impact

This commit is contained in:
Douglas Barone 2020-11-16 08:46:14 -04:00
parent 3f2966e344
commit 7a3bab7c61
2 changed files with 2174 additions and 2683 deletions

4845
server/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,17 +24,17 @@
},
"homepage": "https://github.com/douglasvbarone/ifms-gql-server#readme",
"devDependencies": {
"@prisma/cli": "^2.10.2",
"@prisma/cli": "^2.11.0",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"nodemon": "^2.0.2"
"nodemon": "^2.0.6"
},
"dependencies": {
"@babel/polyfill": "^7.8.3",
"@prisma/client": "^2.10.2",
"@babel/polyfill": "^7.12.1",
"@prisma/client": "^2.11.0",
"activedirectory2": "^1.3.0",
"apollo-server": "^2.9.16",
"apollo-server": "^2.19.0",
"apollo-server-plugin-response-cache": "^0.4.1",
"bcrypt": "^5.0.0",
"date-fns": "^2.16.1",
@ -45,8 +45,6 @@
"ldapjs": "^1.0.2",
"node-cron": "^2.0.3",
"node-unifi": "^1.2.2",
"prisma-binding": "^2.3.16",
"prisma-client-lib": "^1.34.10",
"uuid": "^3.4.0"
}
}