Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Commit

Permalink
Upgrade flow-bin to latest and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMSmithCA authored and fusion-bot[bot] committed Feb 5, 2019
1 parent 65818f2 commit 10ceec0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.91.0",
"flow-bin": "^0.92.0",
"node-fetch": "^2.3.0",
"nyc": "^13.1.0",
"prettier": "^1.15.3",
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/sanitization.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test('html sanitization works', async t => {
const userData = '<malicious data="" />';
const value = html`
<div>${userData}</div>
${null}
${String(null)}
`;
t.equals(typeof value, 'object');
t.equals(
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2473,10 +2473,10 @@ flat-cache@^1.2.1:
rimraf "~2.6.2"
write "^0.2.1"

flow-bin@^0.91.0:
version "0.91.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.91.0.tgz#f5c89729f74b2ccbd47df6fbfadbdcc89cc1e478"
integrity sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ==
flow-bin@^0.92.0:
version "0.92.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.92.0.tgz#f5bf3e808b17b480e067ac673829ca715a168bea"
integrity sha512-3ErXSAXZZlLV5/QPlaUDCWlDUXop1SiH32ifXL3SEiBwsmGbudCLim+HFVZfkegrn1nB4TcNSkMWtW8SnMPyAQ==

for-each@~0.3.3:
version "0.3.3"
Expand Down

0 comments on commit 10ceec0

Please sign in to comment.