1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2025-02-14 21:10:35 +01:00

Bump swr from 0.2.2 to 0.2.3

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-15 04:17:54 +00:00 committed by GitHub
parent fd408e986e
commit 38f6cf9c5d
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

@ -22323,9 +22323,9 @@
}
},
"swr": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.2.2.tgz",
"integrity": "sha512-D/z+PTUchZhoUA0tNC8TNJivf7Hc61WPxbUdXPi+VxRloddWYNP1ZicaEgyAph42ZnKl1L7twcZr4q6d0UMXcg==",
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/swr/-/swr-0.2.3.tgz",
"integrity": "sha512-JhuuD5ojqgjAQpZAhoPBd8Di0Mr1+ykByVKuRJdtKaxkUX/y8kMACWKkLgLQc8pcDOKEAnbIreNjU7HfqI9nHQ==",
"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.2"
"swr": "^0.2.3"
},
"devDependencies": {
"@babel/core": "^7.10.2",