1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-22 01:36:58 +01:00

Bump swr from 0.2.1 to 0.2.2

Bumps [swr](https://github.com/zeit/swr) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/zeit/swr/releases)
- [Commits](https://github.com/zeit/swr/compare/0.2.1...0.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-25 05:23:42 +00:00 committed by GitHub
parent 2cb8a19725
commit 018986f899
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

@ -21109,9 +21109,9 @@
}
},
"swr": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.2.1.tgz",
"integrity": "sha512-ucfcwqPUqABvCKFQnk6DrX2/zmWYXogPB0GaIpwTspJd3kXiYpya72aupcTH+qqq52ri5c4o8hY3+bYjbawIcA==",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.2.2.tgz",
"integrity": "sha512-D/z+PTUchZhoUA0tNC8TNJivf7Hc61WPxbUdXPi+VxRloddWYNP1ZicaEgyAph42ZnKl1L7twcZr4q6d0UMXcg==",
"requires": {
"fast-deep-equal": "2.0.1"
},

View File

@ -39,7 +39,7 @@
"ethjs": "^0.4.0",
"ms": "^2.1.2",
"shortid": "^2.2.15",
"swr": "^0.2.1"
"swr": "^0.2.2"
},
"devDependencies": {
"@babel/core": "^7.9.6",