Merge pull request #193 from kremalicious/dependabot/npm_and_yarn/swr-0.3.2

Bump swr from 0.3.1 to 0.3.2
This commit is contained in:
Matthias Kretschmann 2020-09-07 10:53:09 +02:00 committed by GitHub
commit ed52efd972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -23571,9 +23571,9 @@
}
},
"swr": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.3.1.tgz",
"integrity": "sha512-g9JrXXMo54CSc+DU+KS0S8+5r6cpeBmBmVLhCu23ifQL9u0KKirkJpNX3Za3eOttmUuRQLXA8N1YPpoc8ejdpA==",
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.3.2.tgz",
"integrity": "sha512-Bs5Bihq1hQ66O5bdKaL47iZ2nlAaBsd8tTLRLkw9stZeuBEfH7zSuQI95S2TpchL0ybsMq3isWwuso2uPvCfHA==",
"requires": {
"fast-deep-equal": "2.0.1"
},

View File

@ -40,7 +40,7 @@
"ethjs": "^0.4.0",
"ms": "^2.1.2",
"shortid": "^2.2.15",
"swr": "^0.3.1"
"swr": "^0.3.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",