chore: roll folio to v0.3.15 (#4252)

This commit is contained in:
Andrey Lushnikov 2020-10-26 23:07:58 -07:00 committed by GitHub
parent be8428475d
commit aa219c65b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3598,9 +3598,9 @@
} }
}, },
"folio": { "folio": {
"version": "0.3.14", "version": "0.3.15",
"resolved": "https://registry.npmjs.org/folio/-/folio-0.3.14.tgz", "resolved": "https://registry.npmjs.org/folio/-/folio-0.3.15.tgz",
"integrity": "sha512-E1rDzQIcOcHPh6/N1W8JxWFoMBEmLDr+3HJNNWuAZtXQmtjRLQ95McWw7zaqtTh7uxALZyqYfp+rEesUiOEevA==", "integrity": "sha512-TtI+OSZx3QEiwEkJ8ZOpFMgGz+RVpfjV9Qx0GmsPt1DgfoIn2+Qoh2VcA4Ri0rJ5hmhjOF2SUaEzzWMLcVm/Xw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",

View File

@ -68,7 +68,7 @@
"electron": "^9.2.1", "electron": "^9.2.1",
"eslint": "^7.7.0", "eslint": "^7.7.0",
"eslint-plugin-notice": "^0.9.10", "eslint-plugin-notice": "^0.9.10",
"folio": "=0.3.14", "folio": "=0.3.15",
"formidable": "^1.2.2", "formidable": "^1.2.2",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"node-stream-zip": "^1.11.3", "node-stream-zip": "^1.11.3",