mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #81 from brianlovin/depfu/update/npm/flow-bin-0.91.0
Upgrade flow-bin: 0.90.0 → 0.91.0 (major)
This commit is contained in:
commit
89c917afa0
3 changed files with 5 additions and 5 deletions
|
|
@ -23,4 +23,4 @@ unclear-type=warn
|
|||
unsafe-getters-setters=error
|
||||
|
||||
[version]
|
||||
0.90.0
|
||||
0.91.0
|
||||
|
|
|
|||
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -4521,9 +4521,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.2.0",
|
||||
"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.16.1",
|
||||
"prettier-eslint": "^8.8.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue