Skip to content

Commit 012b555

Browse files
Merge pull request #629 from franz-bendezu/dependabot/npm_and_yarn/eslint-config-next-15.1.4
chore(deps-dev): bump eslint-config-next from 15.1.3 to 15.1.4
2 parents 11b5a32 + 6c42973 commit 012b555

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vitejs/plugin-react": "^4.3.4",
3131
"autoprefixer": "^10.4.20",
3232
"eslint": "9.17.0",
33-
"eslint-config-next": "^15.1.3",
33+
"eslint-config-next": "^15.1.4",
3434
"eslint-config-prettier": "^8.10.0",
3535
"jsdom": "^25.0.1",
3636
"postcss": "^8.4.48",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -745,10 +745,10 @@
745745
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.1.4.tgz#f727cc4f46527a5223ae894f9476466db9132e21"
746746
integrity sha512-2fZ5YZjedi5AGaeoaC0B20zGntEHRhi2SdWcu61i48BllODcAmmtj8n7YarSPt4DaTsJaBFdxQAVEVzgmx2Zpw==
747747

748-
"@next/eslint-plugin-next@15.1.3":
749-
version "15.1.3"
750-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.3.tgz#32777736af151577df52d83f25c0c22bc9f3cb5e"
751-
integrity sha512-oeP1vnc5Cq9UoOb8SYHAEPbCXMzOgG70l+Zfd+Ie00R25FOm+CCVNrcIubJvB1tvBgakXE37MmqSycksXVPRqg==
748+
"@next/eslint-plugin-next@15.1.4":
749+
version "15.1.4"
750+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.4.tgz#65421067692e3e5f988c3ae6099f5117f2c5d991"
751+
integrity sha512-HwlEXwCK3sr6zmVGEvWBjW9tBFs1Oe6hTmTLoFQtpm4As5HCdu8jfSE0XJOp7uhfEGLniIx8yrGxEWwNnY0fmQ==
752752
dependencies:
753753
fast-glob "3.3.1"
754754

@@ -2308,12 +2308,12 @@ escape-string-regexp@^4.0.0:
23082308
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
23092309
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
23102310

2311-
eslint-config-next@^15.1.3:
2312-
version "15.1.3"
2313-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.1.3.tgz#7656b47591745bcdbd60d396282924d89f82eea6"
2314-
integrity sha512-wGYlNuWnh4ujuKtZvH+7B2Z2vy9nONZE6ztd+DKF7hAsIabkrxmD4TzYHzASHENo42lmz2tnT2B+zN2sOHvpJg==
2311+
eslint-config-next@^15.1.4:
2312+
version "15.1.4"
2313+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.1.4.tgz#715b03043e7a8924c0228772ff6f8110469d77da"
2314+
integrity sha512-u9+7lFmfhKNgGjhQ9tBeyCFsPJyq0SvGioMJBngPC7HXUpR0U+ckEwQR48s7TrRNHra1REm6evGL2ie38agALg==
23152315
dependencies:
2316-
"@next/eslint-plugin-next" "15.1.3"
2316+
"@next/eslint-plugin-next" "15.1.4"
23172317
"@rushstack/eslint-patch" "^1.10.3"
23182318
"@typescript-eslint/eslint-plugin" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
23192319
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"

0 commit comments

Comments
 (0)