Update dependencies.

This commit is contained in:
Jayden Seric 2020-07-20 18:50:06 +10:00
parent 9c199e0dc7
commit 453ce3db2b
2 changed files with 7 additions and 7 deletions

12
app/package-lock.json generated
View File

@ -1762,9 +1762,9 @@
}
},
"apollo-upload-client": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-14.0.0.tgz",
"integrity": "sha512-TsyF21imH38N/PrjjbBf9gcgHdhlg/wxlgQGqg2jUWSO1Djtulw6mjb5ufcVyo0qvqvXb0siTs43Ohk+TFZgOw==",
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-14.0.1.tgz",
"integrity": "sha512-2Ebh5LQukHpGNebAWRdf9i3t91mJbZAyEG7WVrw9Mx3bxKIQ+4iYmBz3XV+pK8lqs8332i4k3D46hGdXDc5/gg==",
"requires": {
"@apollo/client": "^3.0.2",
"@babel/runtime": "^7.10.5",
@ -2349,9 +2349,9 @@
}
},
"caniuse-lite": {
"version": "1.0.30001103",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001103.tgz",
"integrity": "sha512-EJkTPrZrgy712tjZ7GQDye5A67SQOyNS6X9b6GS/e5QFu5Renv5qfkx3GHq1S+vObxKzbWWYuPO/7nt4kYW/gA=="
"version": "1.0.30001104",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001104.tgz",
"integrity": "sha512-pkpCg7dmI/a7WcqM2yfdOiT4Xx5tzyoHAXWsX5/HxZ3TemwDZs0QXdqbE0UPLPVy/7BeK7693YfzfRYfu1YVpg=="
},
"chalk": {
"version": "2.4.2",

View File

@ -13,7 +13,7 @@
"browserslist": "Node 12 - 13 and Node < 13, Node >= 13.7.0, > 0.5%, not OperaMini all, not dead",
"dependencies": {
"@apollo/client": "^3.0.2",
"apollo-upload-client": "^14.0.0",
"apollo-upload-client": "^14.0.1",
"device-agnostic-ui": "^5.1.1",
"graphql": "^15.3.0",
"next": "^9.4.4",