Skip to content

Commit 60d99ea

Browse files
chore(deps): update all non-major dependencies (#6426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea3aecc commit 60d99ea

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
"@theguild/prettier-config": "2.0.7",
5656
"@types/debug": "4.1.12",
5757
"@types/jest": "29.5.12",
58-
"@types/node": "20.14.14",
58+
"@types/node": "20.14.15",
5959
"@typescript-eslint/eslint-plugin": "7.18.0",
6060
"@typescript-eslint/parser": "7.18.0",
6161
"babel-jest": "29.7.0",
6262
"bob-the-bundler": "7.0.1",
6363
"chalk": "4.1.2",
6464
"concurrently": "8.2.2",
6565
"cross-env": "7.0.3",
66-
"eslint": "9.8.0",
66+
"eslint": "9.9.0",
6767
"eslint-config-prettier": "9.1.0",
6868
"eslint-config-standard": "17.1.0",
6969
"eslint-plugin-import": "2.29.1",
@@ -78,7 +78,7 @@
7878
"lint-staged": "15.2.8",
7979
"patch-package": "8.0.0",
8080
"prettier": "3.3.3",
81-
"prettier-plugin-tailwindcss": "0.6.5",
81+
"prettier-plugin-tailwindcss": "0.6.6",
8282
"ts-jest": "29.2.4",
8383
"ts-node": "10.9.2",
8484
"typedoc": "0.25.13",

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@theguild/tailwind-config": "0.4.2",
20-
"@types/node": "20.14.14",
20+
"@types/node": "20.14.15",
2121
"@types/react": "18.3.3",
2222
"typescript": "5.4.5"
2323
}

yarn.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -1706,10 +1706,10 @@
17061706
minimatch "^3.1.2"
17071707
strip-json-comments "^3.1.1"
17081708

1709-
"@eslint/js@9.8.0":
1710-
version "9.8.0"
1711-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.8.0.tgz#ae9bc14bb839713c5056f5018bcefa955556d3a4"
1712-
integrity sha512-MfluB7EUfxXtv3i/++oh89uzAr4PDI4nn201hsp+qaXqsjAWzinlZEHEfPgAX4doIlKvPG/i0A9dpKxOLII8yA==
1709+
"@eslint/js@9.9.0":
1710+
version "9.9.0"
1711+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.0.tgz#d8437adda50b3ed4401964517b64b4f59b0e2638"
1712+
integrity sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==
17131713

17141714
"@eslint/object-schema@^2.1.4":
17151715
version "2.1.4"
@@ -2862,10 +2862,10 @@
28622862
"@types/node" "*"
28632863
form-data "^3.0.0"
28642864

2865-
"@types/node@*", "@types/node@20.14.14":
2866-
version "20.14.14"
2867-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.14.tgz#6b655d4a88623b0edb98300bb9dd2107225f885e"
2868-
integrity sha512-d64f00982fS9YoOgJkAMolK7MN8Iq3TDdVjchbYHdEmjth/DHowx82GnoA+tVUAN+7vxfYUgAzi+JXbKNd2SDQ==
2865+
"@types/node@*", "@types/node@20.14.15":
2866+
version "20.14.15"
2867+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.15.tgz#e59477ab7bc7db1f80c85540bfd192a0becc588b"
2868+
integrity sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==
28692869
dependencies:
28702870
undici-types "~5.26.4"
28712871

@@ -5578,16 +5578,16 @@ eslint-visitor-keys@^4.0.0:
55785578
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
55795579
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
55805580

5581-
eslint@9.8.0:
5582-
version "9.8.0"
5583-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.8.0.tgz#a4f4a090c8ea2d10864d89a6603e02ce9f649f0f"
5584-
integrity sha512-K8qnZ/QJzT2dLKdZJVX6W4XOwBzutMYmt0lqUS+JdXgd+HTYFlonFgkJ8s44d/zMPPCnOOk0kMWCApCPhiOy9A==
5581+
eslint@9.9.0:
5582+
version "9.9.0"
5583+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.0.tgz#8d214e69ae4debeca7ae97daebbefe462072d975"
5584+
integrity sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==
55855585
dependencies:
55865586
"@eslint-community/eslint-utils" "^4.2.0"
55875587
"@eslint-community/regexpp" "^4.11.0"
55885588
"@eslint/config-array" "^0.17.1"
55895589
"@eslint/eslintrc" "^3.1.0"
5590-
"@eslint/js" "9.8.0"
5590+
"@eslint/js" "9.9.0"
55915591
"@humanwhocodes/module-importer" "^1.0.1"
55925592
"@humanwhocodes/retry" "^0.3.0"
55935593
"@nodelib/fs.walk" "^1.2.8"
@@ -10298,10 +10298,10 @@ prettier-plugin-sh@^0.14.0:
1029810298
mvdan-sh "^0.10.1"
1029910299
sh-syntax "^0.4.1"
1030010300

10301-
prettier-plugin-tailwindcss@0.6.5:
10302-
version "0.6.5"
10303-
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.5.tgz#e05202784a3f41889711ae38c75c5b8cad72f368"
10304-
integrity sha512-axfeOArc/RiGHjOIy9HytehlC0ZLeMaqY09mm8YCkMzznKiDkwFzOpBvtuhuv3xG5qB73+Mj7OCe2j/L1ryfuQ==
10301+
prettier-plugin-tailwindcss@0.6.6:
10302+
version "0.6.6"
10303+
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz#93e524d3c30f3fb45dc9e99de985b2a584ff063f"
10304+
integrity sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==
1030510305

1030610306
prettier@3.3.3:
1030710307
version "3.3.3"

0 commit comments

Comments
 (0)