Merge pull request #757 from stasm/update-fluent-0.4.3

Update to fluent 0.4.3
This commit is contained in:
Danny Coates 2018-02-09 09:33:52 -08:00 committed by GitHub
commit 6d470b8eba
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

@ -4065,9 +4065,9 @@
"dev": true
},
"fluent": {
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/fluent/-/fluent-0.4.2.tgz",
"integrity": "sha512-P2w5DeSRYkq80J2VsuFC4SRZaG/jglAgVbHkUgLAaRoQtdDw6vdJjr36/ZH2zKk7bBwubGdIBuavNAhOVeuQxw=="
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/fluent/-/fluent-0.4.3.tgz",
"integrity": "sha512-yyqQmC83pOc0yyVGMynzHVAkJp61KJu9Be1aGhkO0PirkgsqfjyAn/0271eA/exwwQvYgQuDhBVYXA0zGxwKaA=="
},
"fluent-intl-polyfill": {
"version": "0.1.0",

View File

@ -101,7 +101,7 @@
"connect-busboy": "0.0.2",
"convict": "^4.0.1",
"express": "^4.16.2",
"fluent": "^0.4.1",
"fluent": "^0.4.3",
"fluent-langneg": "^0.1.0",
"helmet": "^3.10.0",
"mkdirp": "^0.5.1",