update deps

This commit is contained in:
Thomas Ruoff
2020-10-29 21:22:14 +01:00
parent fdff4e5f7c
commit 9f5a7fce37
2 changed files with 8 additions and 14 deletions

18
package-lock.json generated
View File

@@ -4340,11 +4340,6 @@
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.16.1.tgz",
"integrity": "sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ=="
},
"dayjs": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.1.tgz",
"integrity": "sha512-01NCTBg8cuMJG1OQc6PR7T66+AFYiPwgDvdJmvJBn29NGzIG+DIFxPLNjHzwz3cpFIvG+NcwIjP9hSaPVoOaDg=="
},
"debug": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
@@ -5607,12 +5602,11 @@
}
},
"ics": {
"version": "2.25.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.25.0.tgz",
"integrity": "sha512-J76FmJ2NgGN7JP6abx6BmOL7np4JFdJ+eZ2JHBK/AA8MqAWVxmETmeY8EncM2ci3jNbsbMbpN2mXSKd6/Ps5wQ==",
"version": "2.26.1",
"resolved": "https://registry.npmjs.org/ics/-/ics-2.26.1.tgz",
"integrity": "sha512-C2tspVID1sINpeVea0HMuZeMCHdRBiUHNAWG4P7EuSIrDZ6M/cOe48MTF2a36DCOqEld7LDKkLNDFVnGbGPepA==",
"requires": {
"@hapi/joi": "^17.1.1",
"dayjs": "^1.8.33",
"uuid": "^3.3.3"
},
"dependencies": {
@@ -7972,9 +7966,9 @@
}
},
"mongoose": {
"version": "5.10.8",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.10.8.tgz",
"integrity": "sha512-hbpFhOU6rWkWPkekUeSJxqWwzsjVQZ9xPg4WmWA1HJ8YDvjyNye1xbp82fw67BpnyvcjHxyU3/YhujsOCx55yw==",
"version": "5.10.11",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.10.11.tgz",
"integrity": "sha512-R5BFitKW94/S/Z48w+X+qi/eto66jWBcVEVA8nYVkBoBAPFGq7JSYP/0uso+ZHs+7XjSzTuui+SUllzxIrf9yA==",
"requires": {
"bson": "^1.1.4",
"kareem": "2.3.1",

View File

@@ -11,8 +11,8 @@
},
"dependencies": {
"date-fns": "^2.16.1",
"ics": "^2.25.0",
"mongoose": "^5.10.8",
"ics": "^2.26.1",
"mongoose": "^5.10.11",
"next": "^10.0.0",
"next-iron-session": "^4.1.9",
"react": "^17.0.1",