Skip to content

Commit 1368b71

Browse files
chore(deps): update dependency @types/node to v14.18.53
1 parent 0601937 commit 1368b71

File tree

2 files changed

+9
-36
lines changed

2 files changed

+9
-36
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@types/jest": "26.0.9",
9797
"@types/mime-types": "2.1.0",
9898
"@types/mkdirp": "1.0.1",
99-
"@types/node": "14.0.27",
99+
"@types/node": "14.18.53",
100100
"@types/rollup-plugin-node-builtins": "2.1.1",
101101
"@typescript-eslint/eslint-plugin": "3.9.0",
102102
"@typescript-eslint/parser": "3.9.0",

yarn.lock

Lines changed: 8 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,11 +1657,16 @@
16571657
dependencies:
16581658
"@types/node" "*"
16591659

1660-
"@types/node@*", "@types/node@14.0.27", "@types/node@>= 8":
1660+
"@types/node@*", "@types/node@>= 8":
16611661
version "14.0.27"
16621662
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
16631663
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
16641664

1665+
1666+
version "14.18.53"
1667+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.53.tgz#42855629b8773535ab868238718745bf56c56219"
1668+
integrity sha512-soGmOpVBUq+gaBMwom1M+krC/NNbWlosh4AtGA03SyWNDiqSKtwp7OulO1M6+mg8YkHMvJ/y0AkCeO8d1hNb7A==
1669+
16651670
"@types/normalize-package-data@^2.4.0":
16661671
version "2.4.0"
16671672
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -3347,7 +3352,7 @@ debug@^3.1.0:
33473352
dependencies:
33483353
ms "^2.1.1"
33493354

3350-
debuglog@*, debuglog@^1.0.1:
3355+
debuglog@^1.0.1:
33513356
version "1.0.1"
33523357
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
33533358
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -5066,7 +5071,7 @@ import-local@^3.0.2:
50665071
pkg-dir "^4.2.0"
50675072
resolve-cwd "^3.0.0"
50685073

5069-
imurmurhash@*, imurmurhash@^0.1.4:
5074+
imurmurhash@^0.1.4:
50705075
version "0.1.4"
50715076
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
50725077
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -6602,11 +6607,6 @@ lockfile@^1.0.4:
66026607
dependencies:
66036608
signal-exit "^3.0.2"
66046609

6605-
lodash._baseindexof@*:
6606-
version "3.1.0"
6607-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
6608-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
6609-
66106610
lodash._baseuniq@~4.6.0:
66116611
version "4.6.0"
66126612
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -6615,33 +6615,11 @@ lodash._baseuniq@~4.6.0:
66156615
lodash._createset "~4.0.0"
66166616
lodash._root "~3.0.0"
66176617

6618-
lodash._bindcallback@*:
6619-
version "3.0.1"
6620-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
6621-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
6622-
6623-
lodash._cacheindexof@*:
6624-
version "3.0.2"
6625-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
6626-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
6627-
6628-
lodash._createcache@*:
6629-
version "3.1.2"
6630-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
6631-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
6632-
dependencies:
6633-
lodash._getnative "^3.0.0"
6634-
66356618
lodash._createset@~4.0.0:
66366619
version "4.0.3"
66376620
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
66386621
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
66396622

6640-
lodash._getnative@*, lodash._getnative@^3.0.0:
6641-
version "3.9.1"
6642-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
6643-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
6644-
66456623
lodash._reinterpolate@^3.0.0:
66466624
version "3.0.0"
66476625
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -6712,11 +6690,6 @@ [email protected]:
67126690
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
67136691
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
67146692

6715-
lodash.restparam@*:
6716-
version "3.6.1"
6717-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
6718-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
6719-
67206693
lodash.set@^4.3.2:
67216694
version "4.3.2"
67226695
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"

0 commit comments

Comments
 (0)