Merge pull request #387 from Ravinou/dependabot/npm_and_yarn/eslint-config-next-15.1.3

build(deps-dev): bump eslint-config-next from 15.1.2 to 15.1.3
This commit is contained in:
Ravinou 2025-01-01 18:29:42 +01:00 committed by GitHub
commit 2d2446ea51
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

@ -27,7 +27,7 @@
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"eslint-config-next": "^15.1.2",
"eslint-config-next": "^15.1.3",
"husky": "^9.1.7",
"prettier": "^3.4.2"
}
@ -1231,9 +1231,9 @@
"integrity": "sha512-Q1tXwQCGWyA3ehMph3VO+E6xFPHDKdHFYosadt0F78EObYxPio0S09H9UGYznDe6Wc8eLKLG89GqcFJJDiK5xw=="
},
"node_modules/@next/eslint-plugin-next": {
"version": "15.1.2",
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.2.tgz",
"integrity": "sha512-sgfw3+WdaYOGPKCvM1L+UucBmRfh8V2Ygefp7ELON0+0vY7uohQwXXnVWg3rY7mXDKharQR3o7uedpfvnU2hlQ==",
"version": "15.1.3",
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.1.3.tgz",
"integrity": "sha512-oeP1vnc5Cq9UoOb8SYHAEPbCXMzOgG70l+Zfd+Ie00R25FOm+CCVNrcIubJvB1tvBgakXE37MmqSycksXVPRqg==",
"dev": true,
"dependencies": {
"fast-glob": "3.3.1"
@ -2977,12 +2977,12 @@
}
},
"node_modules/eslint-config-next": {
"version": "15.1.2",
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.1.2.tgz",
"integrity": "sha512-PrMm1/4zWSJ689wd/ypWIR5ZF1uvmp3EkgpgBV1Yu6PhEobBjXMGgT8bVNelwl17LXojO8D5ePFRiI4qXjsPRA==",
"version": "15.1.3",
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.1.3.tgz",
"integrity": "sha512-wGYlNuWnh4ujuKtZvH+7B2Z2vy9nONZE6ztd+DKF7hAsIabkrxmD4TzYHzASHENo42lmz2tnT2B+zN2sOHvpJg==",
"dev": true,
"dependencies": {
"@next/eslint-plugin-next": "15.1.2",
"@next/eslint-plugin-next": "15.1.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

@ -31,7 +31,7 @@
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"eslint-config-next": "^15.1.2",
"eslint-config-next": "^15.1.3",
"husky": "^9.1.7",
"prettier": "^3.4.2"
}