Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Sep 27, 2021
1 parent 6e7fb0c commit 0f52c65
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"dependencies": {
"@actions/core": "^1.5.0",
"finalhandler": "^1.1.2",
"node-fetch": "^2.6.2",
"node-fetch": "^2.6.5",
"puppeteer": "^10",
"serve-static": "^1.14.1",
"split2": "^3.2.2",
"subresources": "^1.1.0"
"subresources": "^1.2.0"
},
"scripts": {
"build": "tsc -p tsconfig.prod.json",
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/finalhandler": "^1.1.1",
"@types/node": "^14.17.17",
"@types/node": "^14.17.19",
"@types/node-fetch": "^2.5.12",
"@types/serve-static": "^1.13.10",
"@types/split2": "^3.2.1",
Expand Down
44 changes: 32 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.35.tgz#42c953a4e2b18ab931f72477e7012172f4ffa313"
integrity sha512-Lt+wj8NVPx0zUmUwumiVXapmaLUcAk3yPuHCFVXras9k5VT9TdhJqKqGVUQCD60OTMCl0qxJ57OiTL0Mic3Iag==

"@types/node@^14.17.17":
version "14.17.17"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.17.tgz#4ec7b71bbcb01a4e55455b60b18b1b6a783fe31d"
integrity sha512-niAjcewgEYvSPCZm3OaM9y6YQrL2SEPH9PymtE6fuZAvFiP6ereCcvApGl2jKTq7copTIguX3PBvfP08LN4LvQ==
"@types/node@^14.17.19":
version "14.17.19"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.19.tgz#7341e9ac1b5d748d7a3ddc04336ed536a6f91c31"
integrity sha512-jjYI6NkyfXykucU6ELEoT64QyKOdvaA6enOqKtP4xUsGY0X0ZUZz29fUmrTRo+7v7c6TgDu82q3GHHaCEkqZwA==

"@types/serve-static@^1.13.10":
version "1.13.10"
Expand Down Expand Up @@ -371,10 +371,12 @@ node-fetch@2.6.1:
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

node-fetch@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.2.tgz#986996818b73785e47b1965cc34eb093a1d464d0"
integrity sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA==
node-fetch@^2.6.5:
version "2.6.5"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.5.tgz#42735537d7f080a7e5f78b6c549b7146be1742fd"
integrity sha512-mmlIVHJEu5rnIxgEgez6b9GgWXbkZj5YZ7fx+2r94a2E+Uirsp6HsPTPlomfdHtpt/B0cdKviwkoaM6pyvUOpQ==
dependencies:
whatwg-url "^5.0.0"

on-finished@~2.3.0:
version "2.3.0"
Expand Down Expand Up @@ -556,10 +558,10 @@ string_decoder@^1.1.1:
dependencies:
safe-buffer "~5.2.0"

subresources@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/subresources/-/subresources-1.1.0.tgz#759c4f8dd47c39183449c6aabf0722c49b78418f"
integrity sha512-mTIb5qokACxjbJ21O64Z4mYKgraxkrlgp1vyE1ahHBTcK2tIadoJKbZYa3VZq2mAxCgF4oawjmBLohJXv83awQ==
subresources@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/subresources/-/subresources-1.2.0.tgz#4eae1af0b8166a92a2c6231731ea140e86aab3b6"
integrity sha512-/MWBGtUt/+SmXNC/v3ccLodLcVbdkbbf+RzikiQgI5LBo6jJQ7QCuWfheZI/UyYIAa3j3OK+gv+BwLCb4Bq0Sg==
dependencies:
puppeteer "^10"

Expand Down Expand Up @@ -594,6 +596,11 @@ toidentifier@1.0.0:
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==

tr46@~0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=

typescript@^4.4.3:
version "4.4.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324"
Expand All @@ -617,6 +624,19 @@ util-deprecate@^1.0.1:
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=

webidl-conversions@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=

whatwg-url@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0=
dependencies:
tr46 "~0.0.3"
webidl-conversions "^3.0.0"

wrappy@1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
Expand Down

0 comments on commit 0f52c65

Please sign in to comment.