Skip to content

Commit 147d67f

Browse files
Merge pull request #471 from devoxa/renovate/eslint-monorepo
Update dependency eslint from 9.27.0 to 9.28.0
2 parents 2227ad0 + aea4862 commit 147d67f

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@swc/jest": "0.2.38",
2929
"@types/jest": "29.5.14",
3030
"@types/node": "20.9.5",
31-
"eslint": "9.27.0",
31+
"eslint": "9.28.0",
3232
"jest": "29.7.0",
3333
"prettier": "3.5.3",
3434
"prisma": "6.8.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -594,10 +594,10 @@
594594
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.17.0.tgz#1523e586791f80376a6f8398a3964455ecc651ec"
595595
integrity sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==
596596

597-
"@eslint/js@9.27.0":
598-
version "9.27.0"
599-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.27.0.tgz#181a23460877c484f6dd03890f4e3fa2fdeb8ff0"
600-
integrity sha512-G5JD9Tu5HJEu4z2Uo4aHY2sLV64B7CDMXxFzqzjl3NKd6RVzSXNoE80jk7Y0lJkTTkjiIhBAqmlYwjuBY3tvpA==
597+
"@eslint/js@9.28.0":
598+
version "9.28.0"
599+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.28.0.tgz#7822ccc2f8cae7c3cd4f902377d520e9ae03f844"
600+
integrity sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==
601601

602602
"@eslint/object-schema@^2.1.6":
603603
version "2.1.6"
@@ -2179,18 +2179,18 @@ eslint-visitor-keys@^4.2.0:
21792179
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
21802180
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
21812181

2182-
eslint@9.27.0:
2183-
version "9.27.0"
2184-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.27.0.tgz#a587d3cd5b844b68df7898944323a702afe38979"
2185-
integrity sha512-ixRawFQuMB9DZ7fjU3iGGganFDp3+45bPOdaRurcFHSXO1e/sYwUX/FtQZpLZJR6SjMoJH8hR2pPEAfDyCoU2Q==
2182+
eslint@9.28.0:
2183+
version "9.28.0"
2184+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.28.0.tgz#b0bcbe82a16945a40906924bea75e8b4980ced7d"
2185+
integrity sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==
21862186
dependencies:
21872187
"@eslint-community/eslint-utils" "^4.2.0"
21882188
"@eslint-community/regexpp" "^4.12.1"
21892189
"@eslint/config-array" "^0.20.0"
21902190
"@eslint/config-helpers" "^0.2.1"
21912191
"@eslint/core" "^0.14.0"
21922192
"@eslint/eslintrc" "^3.3.1"
2193-
"@eslint/js" "9.27.0"
2193+
"@eslint/js" "9.28.0"
21942194
"@eslint/plugin-kit" "^0.3.1"
21952195
"@humanfs/node" "^0.16.6"
21962196
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)