chore: add graphql dependency and version bump (#601)

This commit is contained in:
Rafael Taranto 2021-02-15 18:35:03 +00:00 committed by GitHub
parent 79322948a3
commit af22c79a6f
2 changed files with 6 additions and 5 deletions

8
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "lamassu-server",
"version": "7.5.0-beta.1",
"version": "7.5.0-beta.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -6946,9 +6946,9 @@
"integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw=="
},
"graphql": {
"version": "15.3.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz",
"integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w=="
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.0.tgz",
"integrity": "sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA=="
},
"graphql-extensions": {
"version": "0.12.5",

View file

@ -2,7 +2,7 @@
"name": "lamassu-server",
"description": "bitcoin atm client server protocol module",
"keywords": [],
"version": "7.5.0-beta.1",
"version": "7.5.0-beta.2",
"license": "Unlicense",
"author": "Lamassu (https://lamassu.is)",
"dependencies": {
@ -33,6 +33,7 @@
"express-ws": "^3.0.0",
"futoin-hkdf": "^1.0.2",
"got": "^7.1.0",
"graphql": "^15.5.0",
"graphql-iso-date": "^3.6.1",
"graphql-type-json": "^0.3.1",
"helmet": "^3.8.1",