Bump got from 9.3.1 to 9.3.2 (#194)

Bumps [got](https://github.com/sindresorhus/got) from 9.3.1 to 9.3.2.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.3.1...v9.3.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
pull/195/head
dependabot[bot] 2018-11-09 15:39:23 +08:00 zatwierdzone przez Amio /
rodzic 5f5f2e606a
commit a3dca04618
2 zmienionych plików z 4 dodań i 14 usunięć

16
package-lock.json wygenerowano
Wyświetl plik

@ -5437,9 +5437,9 @@
}
},
"got": {
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/got/-/got-9.3.1.tgz",
"integrity": "sha512-lIVTDQipyF6uz7FpfHJ2Yd67tgb58C6eKAE46CYPqPj4BEkCT/HgdeRx8nF64BbVJWasEtlEJ3OBziuwl8tYrA==",
"version": "9.3.2",
"resolved": "https://registry.npmjs.org/got/-/got-9.3.2.tgz",
"integrity": "sha512-OyKOUg71IKvwb8Uj0KP6EN3+qVVvXmYsFznU1fnwUnKtDbZnwSlAi7muNlu4HhBfN9dImtlgg9e7H0g5qVdaeQ==",
"requires": {
"@sindresorhus/is": "^0.12.0",
"@szmarczak/http-timer": "^1.1.0",
@ -11355,16 +11355,6 @@
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
},
"scheduler": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.10.0.tgz",
"integrity": "sha512-+TSTVTCBAA3h8Anei3haDc1IRwMeDmtI/y/o3iBe3Mjl2vwYF9DtPDt929HyRmV/e7au7CLu8sc4C4W0VOs29w==",
"dev": true,
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
}
},
"schema-utils": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",

Wyświetl plik

@ -26,7 +26,7 @@
"cheerio": "^1.0.0-rc.2",
"chrome-webstore": "^1.2.1",
"date-fns": "^1.29.0",
"got": "^9.3.1",
"got": "^9.3.2",
"lodash.debounce": "^4.0.8",
"micro": "^9.3.3",
"micro-fork": "^0.1.1",