mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Update flow-bin to version 0.91.0
This commit is contained in:
parent
7189e731eb
commit
2a2f1e7f58
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -4549,9 +4549,9 @@
|
|||
}
|
||||
},
|
||||
"flow-bin": {
|
||||
"version": "0.90.0",
|
||||
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.90.0.tgz",
|
||||
"integrity": "sha512-/syDchjhLLL7nELK1ggyWJifGXuMCTz74kvkjR1t9DcmasMrilLl9qAAotsACcNb98etEEJpsCrvP7WL64kadw==",
|
||||
"version": "0.91.0",
|
||||
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.91.0.tgz",
|
||||
"integrity": "sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ==",
|
||||
"dev": true
|
||||
},
|
||||
"flush-write-stream": {
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"eslint-plugin-jsx-a11y": "^6.1.2",
|
||||
"eslint-plugin-prettier": "^3.0.1",
|
||||
"eslint-plugin-react": "^7.12.4",
|
||||
"flow-bin": "^0.90.0",
|
||||
"flow-bin": "^0.91.0",
|
||||
"lint-staged": "^8.1.0",
|
||||
"prettier": "^1.15.3",
|
||||
"prettier-eslint": "^8.8.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue