diff --git a/desktop/package-lock.json b/desktop/package-lock.json index e489762e..bf9e4649 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -566,16 +566,17 @@ } }, "node_modules/@ssb-graphql/story": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@ssb-graphql/story/-/story-3.0.0.tgz", - "integrity": "sha512-ujGLP0S2sG2r06rIHNEXHkJudcC58UchPSTNcXpuEg4P2o8IZlrDufTCZm/lKc/ypgkgqVk54A4a8ZzJokuHCA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@ssb-graphql/story/-/story-3.0.1.tgz", + "integrity": "sha512-BLFu6qZ699jzi+uFn5CWdoJSuauLqlvV3zTy4fw6P2Su3cgYxHDbgbNYu5lSDm/PqN7aAFGuMwjcitskguSI5A==", "dependencies": { "apollo-server": "^2.9.16", "lodash.pick": "^4.4.0", "promisify-tuple": "^1.0.1", "pull-paramap": "^1.2.2", "pull-stream": "^3.6.14", - "ssb-ref": "^2.13.9" + "ssb-ref": "^2.13.9", + "ssb-story": "^2.2.3" } }, "node_modules/@ssb-graphql/tribes": { @@ -13059,16 +13060,17 @@ } }, "@ssb-graphql/story": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@ssb-graphql/story/-/story-3.0.0.tgz", - "integrity": "sha512-ujGLP0S2sG2r06rIHNEXHkJudcC58UchPSTNcXpuEg4P2o8IZlrDufTCZm/lKc/ypgkgqVk54A4a8ZzJokuHCA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@ssb-graphql/story/-/story-3.0.1.tgz", + "integrity": "sha512-BLFu6qZ699jzi+uFn5CWdoJSuauLqlvV3zTy4fw6P2Su3cgYxHDbgbNYu5lSDm/PqN7aAFGuMwjcitskguSI5A==", "requires": { "apollo-server": "^2.9.16", "lodash.pick": "^4.4.0", "promisify-tuple": "^1.0.1", "pull-paramap": "^1.2.2", "pull-stream": "^3.6.14", - "ssb-ref": "^2.13.9" + "ssb-ref": "^2.13.9", + "ssb-story": "^2.2.3" } }, "@ssb-graphql/tribes": {