Skip to content

Commit d7c65cf

Browse files
fix(deps): update dependency is-language-code to v5
1 parent 7948dcc commit d7c65cf

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"debug": "^4.3.1",
3131
"glob": "^8.0.0",
3232
"ignore": "^5.0.5",
33-
"is-language-code": "^3.1.0",
33+
"is-language-code": "^5.0.0",
3434
"js-yaml": "^4.0.0",
3535
"json5": "^2.1.3",
3636
"jsonc-eslint-parser": "^2.0.0",

Diff for: yarn.lock

+5-7
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@
900900
"@babel/types" "^7.4.4"
901901
esutils "^2.0.2"
902902

903-
"@babel/runtime@^7.11.0", "@babel/runtime@^7.14.0", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4":
903+
"@babel/runtime@^7.11.0", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4":
904904
version "7.20.7"
905905
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.7.tgz#fcb41a5a70550e04a7b708037c7c32f7f356d8fd"
906906
integrity sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ==
@@ -6543,12 +6543,10 @@ is-lambda@^1.0.1:
65436543
resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5"
65446544
integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==
65456545

6546-
is-language-code@^3.1.0:
6547-
version "3.1.0"
6548-
resolved "https://registry.yarnpkg.com/is-language-code/-/is-language-code-3.1.0.tgz#b2386b49227e7010636f16d0c2c681ca40136ab5"
6549-
integrity sha512-zJdQ3QTeLye+iphMeK3wks+vXSRFKh68/Pnlw7aOfApFSEIOhYa8P9vwwa6QrImNNBMJTiL1PpYF0f4BxDuEgA==
6550-
dependencies:
6551-
"@babel/runtime" "^7.14.0"
6546+
is-language-code@^5.0.0:
6547+
version "5.0.3"
6548+
resolved "https://registry.yarnpkg.com/is-language-code/-/is-language-code-5.0.3.tgz#2ecfeb12619389a28d6539d620c59d46e75d2ba7"
6549+
integrity sha512-DrNmyDTAFEO0loRAXkHxhvXse+snGYk3u03Lz+P7rx1a+pIuGwegtK0vmDB3owM+kDFr1/U+rggp4q9sGYozpQ==
65526550

65536551
is-negative-zero@^2.0.2:
65546552
version "2.0.2"

0 commit comments

Comments
 (0)