Skip to content

Commit df01392

Browse files
chore(deps): bump the dependencies group with 6 updates (#4573)
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.38.0` | `9.39.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.18.13` | `22.19.0` | | [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.0` | | [globals](https://github.com/sindresorhus/globals) | `16.4.0` | `16.5.0` | | [sass](https://github.com/sass/dart-sass) | `1.93.2` | `1.93.3` | | [envinfo](https://github.com/tabrindle/envinfo) | `7.19.0` | `7.20.0` | Updates `@eslint/js` from 9.38.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js) Updates `@types/node` from 22.18.13 to 22.19.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.38.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.38.0...v9.39.0) Updates `globals` from 16.4.0 to 16.5.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.4.0...v16.5.0) Updates `sass` from 1.93.2 to 1.93.3 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.93.2...1.93.3) Updates `envinfo` from 7.19.0 to 7.20.0 - [Release notes](https://github.com/tabrindle/envinfo/releases) - [Changelog](https://github.com/tabrindle/envinfo/blob/main/CHANGELOG.md) - [Commits](tabrindle/envinfo@v7.19.0...v7.20.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 22.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: globals dependency-version: 16.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sass dependency-version: 1.93.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: envinfo dependency-version: 7.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 683b39b commit df01392

File tree

1 file changed

+40
-33
lines changed

1 file changed

+40
-33
lines changed

yarn.lock

Lines changed: 40 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,12 +1566,12 @@
15661566
debug "^4.3.1"
15671567
minimatch "^3.1.2"
15681568

1569-
"@eslint/config-helpers@^0.4.1":
1570-
version "0.4.1"
1571-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.1.tgz#7d173a1a35fe256f0989a0fdd8d911ebbbf50037"
1572-
integrity sha512-csZAzkNhsgwb0I/UAV6/RGFTbiakPCf0ZrGmrIxQpYvGZ00PhTkSnyKNolphgIvmnJeGw6rcGVEXfTzUnFuEvw==
1569+
"@eslint/config-helpers@^0.4.2":
1570+
version "0.4.2"
1571+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
1572+
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
15731573
dependencies:
1574-
"@eslint/core" "^0.16.0"
1574+
"@eslint/core" "^0.17.0"
15751575

15761576
"@eslint/core@^0.15.2":
15771577
version "0.15.2"
@@ -1587,6 +1587,13 @@
15871587
dependencies:
15881588
"@types/json-schema" "^7.0.15"
15891589

1590+
"@eslint/core@^0.17.0":
1591+
version "0.17.0"
1592+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
1593+
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
1594+
dependencies:
1595+
"@types/json-schema" "^7.0.15"
1596+
15901597
"@eslint/eslintrc@^3.3.1":
15911598
version "3.3.1"
15921599
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
@@ -1602,10 +1609,10 @@
16021609
minimatch "^3.1.2"
16031610
strip-json-comments "^3.1.1"
16041611

1605-
"@eslint/js@9.38.0", "@eslint/js@^9.28.0":
1606-
version "9.38.0"
1607-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1"
1608-
integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==
1612+
"@eslint/js@9.39.0", "@eslint/js@^9.28.0":
1613+
version "9.39.0"
1614+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.0.tgz#e1955cefd1d79e80a9557274e9aa9bd3f641be01"
1615+
integrity sha512-BIhe0sW91JGPiaF1mOuPy5v8NflqfjIcDNpC+LbW9f609WVRX1rArrhi6Z2ymvrAry9jw+5POTj4t2t62o8Bmw==
16091616

16101617
"@eslint/markdown@^7.1.0":
16111618
version "7.5.0"
@@ -1635,12 +1642,12 @@
16351642
"@eslint/core" "^0.15.2"
16361643
levn "^0.4.1"
16371644

1638-
"@eslint/plugin-kit@^0.4.0":
1639-
version "0.4.0"
1640-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz#f6a245b42886abf6fc9c7ab7744a932250335ab2"
1641-
integrity sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==
1645+
"@eslint/plugin-kit@^0.4.0", "@eslint/plugin-kit@^0.4.1":
1646+
version "0.4.1"
1647+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1648+
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
16421649
dependencies:
1643-
"@eslint/core" "^0.16.0"
1650+
"@eslint/core" "^0.17.0"
16441651
levn "^0.4.1"
16451652

16461653
"@humanfs/core@^0.19.1":
@@ -2997,9 +3004,9 @@
29973004
undici-types "~7.8.0"
29983005

29993006
"@types/node@^22.5.5":
3000-
version "22.18.13"
3001-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.13.tgz#a037c4f474b860be660e05dbe92a9ef945472e28"
3002-
integrity sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==
3007+
version "22.19.0"
3008+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.0.tgz#849606ef3920850583a4e7ee0930987c35ad80be"
3009+
integrity sha512-xpr/lmLPQEj+TUnHmR+Ab91/glhJvsqcjB+yY0Ix9GO70H6Lb4FHH5GeqdOE5btAx7eIMwuHkp4H2MSkLcqWbA==
30033010
dependencies:
30043011
undici-types "~6.21.0"
30053012

@@ -5129,9 +5136,9 @@ [email protected]:
51295136
integrity sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==
51305137

51315138
envinfo@^7.14.0:
5132-
version "7.19.0"
5133-
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.19.0.tgz#b4b4507a27e9900b0175f556167fd3a95f8623f1"
5134-
integrity sha512-DoSM9VyG6O3vqBf+p3Gjgr/Q52HYBBtO3v+4koAxt1MnWr+zEnxE+nke/yXS4lt2P4SYCHQ4V3f1i88LQVOpAw==
5139+
version "7.20.0"
5140+
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.20.0.tgz#3fd9de69fb6af3e777a017dfa033676368d67dd7"
5141+
integrity sha512-+zUomDcLXsVkQ37vUqWBvQwLaLlj8eZPSi61llaEFAVBY5mhcXdaSw1pSJVl4yTYD5g/gEfpNl28YYk4IPvrrg==
51355142

51365143
environment@^1.0.0:
51375144
version "1.1.0"
@@ -5462,18 +5469,18 @@ eslint-visitor-keys@^4.2.1:
54625469
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
54635470

54645471
eslint@^9.29.0:
5465-
version "9.38.0"
5466-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.38.0.tgz#3957d2af804e5cf6cc503c618f60acc71acb2e7e"
5467-
integrity sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==
5472+
version "9.39.0"
5473+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.0.tgz#33c90ddf62b64e1e3f83b689934b336f21b5f0e5"
5474+
integrity sha512-iy2GE3MHrYTL5lrCtMZ0X1KLEKKUjmK0kzwcnefhR66txcEmXZD2YWgR5GNdcEwkNx3a0siYkSvl0vIC+Svjmg==
54685475
dependencies:
54695476
"@eslint-community/eslint-utils" "^4.8.0"
54705477
"@eslint-community/regexpp" "^4.12.1"
54715478
"@eslint/config-array" "^0.21.1"
5472-
"@eslint/config-helpers" "^0.4.1"
5473-
"@eslint/core" "^0.16.0"
5479+
"@eslint/config-helpers" "^0.4.2"
5480+
"@eslint/core" "^0.17.0"
54745481
"@eslint/eslintrc" "^3.3.1"
5475-
"@eslint/js" "9.38.0"
5476-
"@eslint/plugin-kit" "^0.4.0"
5482+
"@eslint/js" "9.39.0"
5483+
"@eslint/plugin-kit" "^0.4.1"
54775484
"@humanfs/node" "^0.16.6"
54785485
"@humanwhocodes/module-importer" "^1.0.1"
54795486
"@humanwhocodes/retry" "^0.4.2"
@@ -6268,9 +6275,9 @@ globals@^15.11.0:
62686275
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
62696276

62706277
globals@^16.2.0, globals@^16.3.0:
6271-
version "16.4.0"
6272-
resolved "https://registry.yarnpkg.com/globals/-/globals-16.4.0.tgz#574bc7e72993d40cf27cf6c241f324ee77808e51"
6273-
integrity sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==
6278+
version "16.5.0"
6279+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.5.0.tgz#ccf1594a437b97653b2be13ed4d8f5c9f850cac1"
6280+
integrity sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==
62746281

62756282
globalthis@^1.0.4:
62766283
version "1.0.4"
@@ -10374,9 +10381,9 @@ sass-loader@^16.0.2:
1037410381
neo-async "^2.6.2"
1037510382

1037610383
sass@^1.54.9:
10377-
version "1.93.2"
10378-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.93.2.tgz#e97d225d60f59a3b3dbb6d2ae3c1b955fd1f2cd1"
10379-
integrity sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==
10384+
version "1.93.3"
10385+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.93.3.tgz#3ff0aa5879dc910d32eae10c282a2847bd63e758"
10386+
integrity sha512-elOcIZRTM76dvxNAjqYrucTSI0teAF/L2Lv0s6f6b7FOwcwIuA357bIE871580AjHJuSvLIRUosgV+lIWx6Rgg==
1038010387
dependencies:
1038110388
chokidar "^4.0.0"
1038210389
immutable "^5.0.2"

0 commit comments

Comments
 (0)