Skip to content

Commit 0f7467b

Browse files
authored
Merge pull request #33 from brysgo/greenkeeper/gun-0.2019.323
Update gun to the latest version 🚀
2 parents 414c176 + 148f8d3 commit 0f7467b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"graphql-anywhere": "github:brysgo/graphql-anywhere#graphql-gun",
15-
"gun": "^0.9.999998",
15+
"gun": "^0.2019.323",
1616
"try-get": "^1.0.0"
1717
},
1818
"devDependencies": {

yarn.lock

+6-5
Original file line numberDiff line numberDiff line change
@@ -1398,14 +1398,15 @@ growly@^1.3.0:
13981398
version "1.3.0"
13991399
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
14001400

1401-
gun@^0.9.999998:
1402-
version "0.9.999998"
1403-
resolved "https://registry.yarnpkg.com/gun/-/gun-0.9.999998.tgz#253e0fa0434ea6bbf040fdb7dfdf9a2aabbab122"
1404-
integrity sha512-a2NIHxA2Tv6E+8t9BQ2fl8Jg2AL4DZRQiUwcNM93steraC/MLYLc4rh0t/lYFHNDELdMyndqYIPgdRa2OD86nw==
1401+
gun@^0.2019.323:
1402+
version "0.2019.323"
1403+
resolved "https://registry.yarnpkg.com/gun/-/gun-0.2019.323.tgz#e5bb6a47a3a761fb10bc8aeada46da8cb114728b"
1404+
integrity sha512-uq4NeGBzIfbi2qsbProKD35mS0Jg699lyECfSFlK7gvJgFMjjf1vfEp1ITpkt+pTdQrloCXEhDbYdgVnkPnnjQ==
14051405
dependencies:
1406+
ws "~>5.2.0"
1407+
optionalDependencies:
14061408
node-webcrypto-ossl "^1.0.39"
14071409
text-encoding "^0.7.0"
1408-
ws "~>5.2.0"
14091410

14101411
handlebars@^4.0.3:
14111412
version "4.0.11"

0 commit comments

Comments
 (0)