chore(deps-dev): bump eslint-config-next from 15.3.1 to 15.3.3

Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.3.1 to 15.3.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-version: 15.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-05-29 19:57:06 +00:00 committed by GitHub
commit f15fbbcb6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -36,7 +36,7 @@
"@types/nprogress": "^0.2.3",
"@types/react": "^19.1.5",
"@types/supertest": "^6.0.3",
"eslint-config-next": "^15.3.1",
"eslint-config-next": "^15.3.3",
"husky": "^9.1.7",
"node-mocks-http": "^1.17.2",
"prettier": "^3.5.3",
@ -1388,9 +1388,9 @@
"license": "MIT"
},
"node_modules/@next/eslint-plugin-next": {
"version": "15.3.1",
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.1.tgz",
"integrity": "sha512-oEs4dsfM6iyER3jTzMm4kDSbrQJq8wZw5fmT6fg2V3SMo+kgG+cShzLfEV20senZzv8VF+puNLheiGPlBGsv2A==",
"version": "15.3.3",
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.3.tgz",
"integrity": "sha512-VKZJEiEdpKkfBmcokGjHu0vGDG+8CehGs90tBEy/IDoDDKGngeyIStt2MmE5FYNyU9BhgR7tybNWTAJY/30u+Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -3767,13 +3767,13 @@
}
},
"node_modules/eslint-config-next": {
"version": "15.3.1",
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.3.1.tgz",
"integrity": "sha512-GnmyVd9TE/Ihe3RrvcafFhXErErtr2jS0JDeCSp3vWvy86AXwHsRBt0E3MqP/m8ACS1ivcsi5uaqjbhsG18qKw==",
"version": "15.3.3",
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.3.3.tgz",
"integrity": "sha512-QJLv/Ouk2vZnxL4b67njJwTLjTf7uZRltI0LL4GERYR4qMF5z08+gxkfODAeaK7TiC6o+cER91bDaEnwrTWV6Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"@next/eslint-plugin-next": "15.3.1",
"@next/eslint-plugin-next": "15.3.3",
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",

View file

@ -41,7 +41,7 @@
"@types/nprogress": "^0.2.3",
"@types/react": "^19.1.5",
"@types/supertest": "^6.0.3",
"eslint-config-next": "^15.3.1",
"eslint-config-next": "^15.3.3",
"husky": "^9.1.7",
"node-mocks-http": "^1.17.2",
"prettier": "^3.5.3",