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

Merge pull request #126 from kremalicious/dependabot/npm_and_yarn/swr-0.2.3

Bump swr from 0.2.2 to 0.2.3
This commit is contained in:
Matthias Kretschmann 2020-06-15 09:04:27 +02:00 committed by GitHub
commit c2bcb84797
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",