Update app dependencies.

This commit is contained in:
Jayden Seric 2021-06-11 20:22:48 +10:00
parent 8a46155f91
commit 7cf5f7d370
2 changed files with 16 additions and 16 deletions

30
app/package-lock.json generated
View File

@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.3.20",
"apollo-upload-client": "^15.0.0",
"apollo-upload-client": "^16.0.0",
"device-agnostic-ui": "^8.0.0",
"graphql": "^15.5.0",
"next": "^10.2.3",
@ -918,11 +918,11 @@
}
},
"node_modules/apollo-upload-client": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-15.0.0.tgz",
"integrity": "sha512-7kyBwflLTqRhfsNIIBc94z1Row3WVWOgLm77izAuG3YJEzUbpy8k4775G40j3xlToSey5c7CR/9NOdoDcQw/xg==",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-16.0.0.tgz",
"integrity": "sha512-aLhYucyA0T8aBEQ5g+p13qnR9RUyL8xqb8FSZ7e/Kw2KUOsotLUlFluLobqaE7JSUFwc6sKfXIcwB7y4yEjbZg==",
"dependencies": {
"extract-files": "^10.0.0"
"extract-files": "^11.0.0"
},
"engines": {
"node": "^12.20 || >= 14.13"
@ -2821,9 +2821,9 @@
"dev": true
},
"node_modules/extract-files": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/extract-files/-/extract-files-10.0.0.tgz",
"integrity": "sha512-4KXYOSf8SlMlQCj94Ygy89xIZU2GTs0HU2Nz9mG2/F5TKsHyq/3sDWGjHgHmfw9RhXF3hO+pBKyC6JfIHD52bw==",
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/extract-files/-/extract-files-11.0.0.tgz",
"integrity": "sha512-FuoE1qtbJ4bBVvv94CC7s0oTnKUGvQs+Rjf1L2SJFfS+HTVVjhPFtehPdQ0JiGPqVNfSSZvL5yzHHQq2Z4WNhQ==",
"engines": {
"node": "^12.20 || >= 14.13"
},
@ -8161,11 +8161,11 @@
}
},
"apollo-upload-client": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-15.0.0.tgz",
"integrity": "sha512-7kyBwflLTqRhfsNIIBc94z1Row3WVWOgLm77izAuG3YJEzUbpy8k4775G40j3xlToSey5c7CR/9NOdoDcQw/xg==",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-16.0.0.tgz",
"integrity": "sha512-aLhYucyA0T8aBEQ5g+p13qnR9RUyL8xqb8FSZ7e/Kw2KUOsotLUlFluLobqaE7JSUFwc6sKfXIcwB7y4yEjbZg==",
"requires": {
"extract-files": "^10.0.0"
"extract-files": "^11.0.0"
}
},
"app-root-path": {
@ -9607,9 +9607,9 @@
"dev": true
},
"extract-files": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/extract-files/-/extract-files-10.0.0.tgz",
"integrity": "sha512-4KXYOSf8SlMlQCj94Ygy89xIZU2GTs0HU2Nz9mG2/F5TKsHyq/3sDWGjHgHmfw9RhXF3hO+pBKyC6JfIHD52bw=="
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/extract-files/-/extract-files-11.0.0.tgz",
"integrity": "sha512-FuoE1qtbJ4bBVvv94CC7s0oTnKUGvQs+Rjf1L2SJFfS+HTVVjhPFtehPdQ0JiGPqVNfSSZvL5yzHHQq2Z4WNhQ=="
},
"fast-deep-equal": {
"version": "3.1.3",

View File

@ -22,7 +22,7 @@
"browserslist": "Node 12.20 - 13 and Node < 13, Node >= 14.13, > 0.5%, not OperaMini all, not IE > 0, not dead",
"dependencies": {
"@apollo/client": "^3.3.20",
"apollo-upload-client": "^15.0.0",
"apollo-upload-client": "^16.0.0",
"device-agnostic-ui": "^8.0.0",
"graphql": "^15.5.0",
"next": "^10.2.3",