Merge pull request #67 from andwun/fix/issue-66

client: Downgraded @sindresorhus/fnv1a to v1.2.0 to fix #66
This commit is contained in:
Ken-Håvard Lieng 2020-09-17 01:06:30 +02:00 committed by GitHub
commit a52ddf3033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -62,7 +62,7 @@
"workbox-webpack-plugin": "^5.1.3" "workbox-webpack-plugin": "^5.1.3"
}, },
"dependencies": { "dependencies": {
"@sindresorhus/fnv1a": "^2.0.1", "@sindresorhus/fnv1a": "^1.2.0",
"autolinker": "^3.14.1", "autolinker": "^3.14.1",
"backo": "^1.1.0", "backo": "^1.1.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",

View File

@ -1804,9 +1804,10 @@
estree-walker "^1.0.1" estree-walker "^1.0.1"
picomatch "^2.2.2" picomatch "^2.2.2"
"@sindresorhus/fnv1a@^2.0.1": "@sindresorhus/fnv1a@^1.2.0":
version "2.0.1" version "1.2.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/fnv1a/-/fnv1a-2.0.1.tgz#2aefdfa7eb5b7f29a7936978218e986c70c603fc" resolved "https://registry.yarnpkg.com/@sindresorhus/fnv1a/-/fnv1a-1.2.0.tgz#d554da64c406f3b62ad06dfce9efd537a4a55de4"
integrity sha512-5ezb/dBSTWtKQ4sLQwMgOJyREXJcZZkTMbendMwKrXTghUhWjZhstzkkmt4/WkFy/GSTSGzfJOKU7dEXv3C/XQ==
"@sinonjs/commons@^1.7.0": "@sinonjs/commons@^1.7.0":
version "1.7.2" version "1.7.2"