Merge pull request #513 from Ravinou/dependabot/npm_and_yarn/eslint-config-next-15.3.4

chore(deps-dev): bump eslint-config-next from 15.3.3 to 15.3.4
This commit is contained in:
Ravinou 2025-06-29 14:52:08 +02:00 committed by GitHub
commit b38ffd7be7
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

@ -37,7 +37,7 @@
"@types/nprogress": "^0.2.3",
"@types/react": "^19.1.8",
"@types/supertest": "^6.0.3",
"eslint-config-next": "^15.3.3",
"eslint-config-next": "^15.3.4",
"husky": "^9.1.7",
"node-mocks-http": "^1.17.2",
"prettier": "^3.5.3",
@ -1389,9 +1389,9 @@
"license": "MIT"
},
"node_modules/@next/eslint-plugin-next": {
"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==",
"version": "15.3.4",
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.4.tgz",
"integrity": "sha512-lBxYdj7TI8phbJcLSAqDt57nIcobEign5NYIKCiy0hXQhrUbTqLqOaSDi568U6vFg4hJfBdZYsG4iP/uKhCqgg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -3768,13 +3768,13 @@
}
},
"node_modules/eslint-config-next": {
"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==",
"version": "15.3.4",
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.3.4.tgz",
"integrity": "sha512-WqeumCq57QcTP2lYlV6BRUySfGiBYEXlQ1L0mQ+u4N4X4ZhUVSSQ52WtjqHv60pJ6dD7jn+YZc0d1/ZSsxccvg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@next/eslint-plugin-next": "15.3.3",
"@next/eslint-plugin-next": "15.3.4",
"@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

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