Bump eslint-config-next from 13.4.16 to 13.4.17 (#258)

Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.4.16 to 13.4.17.
- [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/v13.4.17/packages/eslint-config-next)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-18 09:46:25 +05:30 committed by GitHub
parent 49fdd36d68
commit 2ee5578ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -25,7 +25,7 @@
"@types/xml2js": "0.4.11",
"autoprefixer": "10.4.15",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"eslint-config-next": "13.4.17",
"postcss": "8.4.28",
"prettier": "3.0.2",
"prettier-plugin-tailwindcss": "0.5.3",
@ -236,9 +236,9 @@
"integrity": "sha512-pCU0sJBqdfKP9mwDadxvZd+eLz3fZrTlmmDHY12Hdpl3DD0vy8ou5HWKVfG0zZS6tqhL4wnQqRbspdY5nqa7MA=="
},
"node_modules/@next/eslint-plugin-next": {
"version": "13.4.16",
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.16.tgz",
"integrity": "sha512-QuFtQl+oSEEQb0HMYBdvBoUaTiMxbY3go/MFkF3zOnfY0t84+IbAX78cw8ZCfr6cA6UcTq3nMIlCrHwDC/moxg==",
"version": "13.4.17",
"resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.17.tgz",
"integrity": "sha512-9hiKD44zfoYgdKFBgy60qDd9STyu85xQ3yfHDgrYedTxgCLAKHqqbd6C9qFN1UIiVZo2XF3Dh5MVYGuBYgTS8w==",
"dev": true,
"dependencies": {
"glob": "7.1.7"
@ -1277,12 +1277,12 @@
}
},
"node_modules/eslint-config-next": {
"version": "13.4.16",
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.4.16.tgz",
"integrity": "sha512-Of73d/FiaGf0GLCxxTGdh4rW8bRDvsqypylefkshE/uDDpQr8ifVQsD4UiB99rhegks7nJGkYtUnR3dC7kfFlw==",
"version": "13.4.17",
"resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.4.17.tgz",
"integrity": "sha512-zDEkOzG3v4TX8CoPny5WJa8bLzzXrSo4bhAzDNtH6W0okB6H/ed1lKFPLNpCLBmSY6GKYFxfwJAYzKI5Rx/Z1w==",
"dev": true,
"dependencies": {
"@next/eslint-plugin-next": "13.4.16",
"@next/eslint-plugin-next": "13.4.17",
"@rushstack/eslint-patch": "^1.1.3",
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0",
"eslint-import-resolver-node": "^0.3.6",

View File

@ -27,7 +27,7 @@
"@types/xml2js": "0.4.11",
"autoprefixer": "10.4.15",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"eslint-config-next": "13.4.17",
"postcss": "8.4.28",
"prettier": "3.0.2",
"prettier-plugin-tailwindcss": "0.5.3",