Skip to content

Commit ce9c398

Browse files
chore(deps): update dependency @types/node to v14.17.5 (#3160)
Co-authored-by: Renovate Bot <[email protected]>
1 parent af9a78d commit ce9c398

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@babel/preset-typescript": "7.14.5",
5151
"@changesets/cli": "2.16.0",
5252
"@types/jest": "26.0.24",
53-
"@types/node": "14.17.4",
53+
"@types/node": "14.17.5",
5454
"@typescript-eslint/eslint-plugin": "4.28.2",
5555
"@typescript-eslint/parser": "4.28.2",
5656
"babel-jest": "27.0.6",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2749,10 +2749,10 @@
27492749
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.0.tgz#f0ddca5a61e52627c9dcb771a6039d44694597bc"
27502750
integrity sha512-gCYSfQpy+LYhOFTKAeE8BkyGqaxmlFxe+n4DKM6DR0wzw/HISUE/hAmkC/KT8Sw5PCJblqg062b3z9gucv3k0A==
27512751

2752-
"@types/[email protected].4":
2753-
version "14.17.4"
2754-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.4.tgz#218712242446fc868d0e007af29a4408c7765bc0"
2755-
integrity sha512-8kQ3+wKGRNN0ghtEn7EGps/B8CzuBz1nXZEIGGLP2GnwbqYn4dbTs7k+VKLTq1HvZLRCIDtN3Snx1Ege8B7L5A==
2752+
"@types/[email protected].5":
2753+
version "14.17.5"
2754+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.5.tgz#b59daf6a7ffa461b5648456ca59050ba8e40ed54"
2755+
integrity sha512-bjqH2cX/O33jXT/UmReo2pM7DIJREPMnarixbQ57DOOzzFaI6D2+IcwaJQaJpv0M1E9TIhPCYVxrkcityLjlqA==
27562756

27572757
"@types/node@^12.7.1":
27582758
version "12.20.6"
@@ -7599,6 +7599,13 @@ is-generator-fn@^2.0.0:
75997599
resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118"
76007600
integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
76017601

7602+
[email protected], is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
7603+
version "4.0.1"
7604+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
7605+
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
7606+
dependencies:
7607+
is-extglob "^2.1.1"
7608+
76027609
is-glob@^2.0.0:
76037610
version "2.0.1"
76047611
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -7613,13 +7620,6 @@ is-glob@^3.1.0:
76137620
dependencies:
76147621
is-extglob "^2.1.0"
76157622

7616-
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
7617-
version "4.0.1"
7618-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
7619-
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
7620-
dependencies:
7621-
is-extglob "^2.1.1"
7622-
76237623
is-hexadecimal@^1.0.0:
76247624
version "1.0.4"
76257625
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"

0 commit comments

Comments
 (0)