Skip to content

Commit a47343c

Browse files
authored
Merge pull request #277 from owieth/dependabot/npm_and_yarn/eslint-9.32.0
build(deps): bump eslint from 9.31.0 to 9.32.0
2 parents 8187dc1 + 6602853 commit a47343c

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"bcryptjs": "^3.0.2",
2323
"class-variance-authority": "^0.7.1",
2424
"clsx": "^2.1.1",
25-
"eslint": "9.31.0",
25+
"eslint": "9.32.0",
2626
"eslint-config-next": "^15.3.5",
2727
"http-status-codes": "^2.3.0",
2828
"jsonwebtoken": "^9.0.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,20 @@
8282
minimatch "^3.1.2"
8383
strip-json-comments "^3.1.1"
8484

85-
"@eslint/js@9.31.0":
86-
version "9.31.0"
87-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.31.0.tgz#adb1f39953d8c475c4384b67b67541b0d7206ed8"
88-
integrity sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==
85+
"@eslint/js@9.32.0":
86+
version "9.32.0"
87+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.32.0.tgz#a02916f58bd587ea276876cb051b579a3d75d091"
88+
integrity sha512-BBpRFZK3eX6uMLKz8WxFOBIFFcGFJ/g8XuwjTHCqHROSIsopI+ddn/d5Cfh36+7+e5edVS8dbSHnBNhrLEX0zg==
8989

9090
"@eslint/object-schema@^2.1.6":
9191
version "2.1.6"
9292
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
9393
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
9494

95-
"@eslint/plugin-kit@^0.3.1":
96-
version "0.3.3"
97-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.3.tgz#32926b59bd407d58d817941e48b2a7049359b1fd"
98-
integrity sha512-1+WqvgNMhmlAambTvT3KPtCl/Ibr68VldY2XY40SL1CE0ZXiakFR/cbTspaF5HsnpDMvcYYoJHfl4980NBjGag==
95+
"@eslint/plugin-kit@^0.3.4":
96+
version "0.3.4"
97+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.4.tgz#c6b9f165e94bf4d9fdd493f1c028a94aaf5fc1cc"
98+
integrity sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==
9999
dependencies:
100100
"@eslint/core" "^0.15.1"
101101
levn "^0.4.1"
@@ -1742,19 +1742,19 @@ eslint-visitor-keys@^4.2.1:
17421742
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
17431743
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
17441744

1745-
eslint@9.31.0:
1746-
version "9.31.0"
1747-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.31.0.tgz#9a488e6da75bbe05785cd62e43c5ea99356d21ba"
1748-
integrity sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==
1745+
eslint@9.32.0:
1746+
version "9.32.0"
1747+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.32.0.tgz#4ea28df4a8dbc454e1251e0f3aed4bcf4ce50a47"
1748+
integrity sha512-LSehfdpgMeWcTZkWZVIJl+tkZ2nuSkyyB9C27MZqFWXuph7DvaowgcTvKqxvpLW1JZIk8PN7hFY3Rj9LQ7m7lg==
17491749
dependencies:
17501750
"@eslint-community/eslint-utils" "^4.2.0"
17511751
"@eslint-community/regexpp" "^4.12.1"
17521752
"@eslint/config-array" "^0.21.0"
17531753
"@eslint/config-helpers" "^0.3.0"
17541754
"@eslint/core" "^0.15.0"
17551755
"@eslint/eslintrc" "^3.3.1"
1756-
"@eslint/js" "9.31.0"
1757-
"@eslint/plugin-kit" "^0.3.1"
1756+
"@eslint/js" "9.32.0"
1757+
"@eslint/plugin-kit" "^0.3.4"
17581758
"@humanfs/node" "^0.16.6"
17591759
"@humanwhocodes/module-importer" "^1.0.1"
17601760
"@humanwhocodes/retry" "^0.4.2"

0 commit comments

Comments
 (0)