diff --git a/package-lock.json b/package-lock.json index e5f6aca..a01f188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 75f3a9a..c873f7b 100644 --- a/package.json +++ b/package.json @@ -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",