Browse Source

build(deps): bump got from 9.2.1 to 9.2.2 (#160)

Bumps [got](https://github.com/sindresorhus/got) from 9.2.1 to 9.2.2.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.2.1...v9.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
docker-size
dependabot[bot] 6 years ago
committed by Amio /
parent
commit
35dedfab8f
  1. 12
      package-lock.json
  2. 2
      package.json

12
package-lock.json

@ -4923,9 +4923,9 @@
}
},
"got": {
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/got/-/got-9.2.1.tgz",
"integrity": "sha512-NntrjQKYtdvTIXUiwPL9kc3gJeJS61UncPVsldGaN1t+k3RdXEUOQcd4zx+mMOnmuDqm2/Gd9PEFSvaQx/so7A==",
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/got/-/got-9.2.2.tgz",
"integrity": "sha512-XLXmtO1QxLuzj6t4JBClWD1NI/bMvsR9utYl0yyPg49eUJjqU7HaQhPDvSVGwYoSbAqsRfe5aNZXHl1Zctzwmw==",
"requires": {
"@sindresorhus/is": "^0.11.0",
"@szmarczak/http-timer": "^1.1.0",
@ -9793,9 +9793,9 @@
}
},
"p-cancelable": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.5.0.tgz",
"integrity": "sha512-UTykUaG4vhPAMNi1/GZKGdCNDj4qGnq6taAjnOG0KCx5Fva3b1vtskXtagAePmgIhUrdcoDGEvAQIHaSPXEZWg=="
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.5.1.tgz",
"integrity": "sha512-vkOBXQgQb03QTOoMeeB5/uS2W3iafXzQLaIh7ChHjEb8DDT06sWJizhdOACL1Sittl5dFqsyumJ4rD1WUF8Isw=="
},
"p-finally": {
"version": "1.0.0",

2
package.json

@ -26,7 +26,7 @@
"cheerio": "^1.0.0-rc.2",
"chrome-webstore": "^1.0.0",
"date-fns": "^1.29.0",
"got": "^9.2.1",
"got": "^9.2.2",
"lodash.debounce": "^4.0.8",
"micro": "^9.3.3",
"micro-fork": "^0.1.0",

Loading…
Cancel
Save