From abbc9eeb19f345eb0e521d69dca41efe2cbcbe0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:39:54 +0000 Subject: [PATCH] fix(deps): update dependency is-language-code to v5 --- package.json | 2 +- pnpm-lock.yaml | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index fe0b32e3..a3c918d7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "debug": "^4.3.4", "glob": "^10.3.3", "ignore": "^5.2.4", - "is-language-code": "^3.1.0", + "is-language-code": "^5.0.0", "js-yaml": "^4.1.0", "json5": "^2.2.3", "jsonc-eslint-parser": "^2.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28315ee3..4129fb1f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ dependencies: specifier: ^5.2.4 version: 5.2.4 is-language-code: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^5.0.0 + version: 5.0.0 js-yaml: specifier: ^4.1.0 version: 4.1.0 @@ -477,6 +477,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.11 + dev: true /@babel/template@7.22.5: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} @@ -3205,10 +3206,9 @@ packages: resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} dev: true - /is-language-code@3.1.0: - resolution: {integrity: sha512-zJdQ3QTeLye+iphMeK3wks+vXSRFKh68/Pnlw7aOfApFSEIOhYa8P9vwwa6QrImNNBMJTiL1PpYF0f4BxDuEgA==} - dependencies: - '@babel/runtime': 7.22.6 + /is-language-code@5.0.0: + resolution: {integrity: sha512-N7uEKNQ8gt9UfCz7YBzBva15ceq64B7ID8kifzaGCLoLeerce21kAopyeYMA78xrtq3Pu8t+fQptqDyZ20JeZw==} + engines: {node: '>=14.18.0'} dev: false /is-number@7.0.0: @@ -4455,6 +4455,7 @@ packages: /regenerator-runtime@0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} + dev: true /regexpp@3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==}