Skip to content

Commit

Permalink
Merge pull request #67 from andwun/fix/issue-66
Browse files Browse the repository at this point in the history
client: Downgraded @sindresorhus/fnv1a to v1.2.0 to fix #66
  • Loading branch information
khlieng committed Sep 16, 2020
2 parents c75eb4a + f0f394e commit a52ddf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"workbox-webpack-plugin": "^5.1.3"
},
"dependencies": {
"@sindresorhus/fnv1a": "^2.0.1",
"@sindresorhus/fnv1a": "^1.2.0",
"autolinker": "^3.14.1",
"backo": "^1.1.0",
"classnames": "^2.2.6",
Expand Down
7 changes: 4 additions & 3 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1804,9 +1804,10 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@sindresorhus/fnv1a@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@sindresorhus/fnv1a/-/fnv1a-2.0.1.tgz#2aefdfa7eb5b7f29a7936978218e986c70c603fc"
"@sindresorhus/fnv1a@^1.2.0":
version "1.2.0"
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":
version "1.7.2"
Expand Down

0 comments on commit a52ddf3

Please sign in to comment.