diff --git a/package-lock.json b/package-lock.json index beac605..e2ea9f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/xml2js": "0.4.11", "autoprefixer": "10.4.14", "eslint": "8.45.0", - "eslint-config-next": "13.4.10", + "eslint-config-next": "13.4.11", "postcss": "8.4.26", "prettier": "3.0.0", "prettier-plugin-tailwindcss": "0.4.1", @@ -236,9 +236,9 @@ "integrity": "sha512-3G1yD/XKTSLdihyDSa8JEsaWOELY+OWe08o0LUYzfuHp1zHDA8SObQlzKt+v+wrkkPcnPweoLH1ImZeUa0A1NQ==" }, "node_modules/@next/eslint-plugin-next": { - "version": "13.4.10", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.10.tgz", - "integrity": "sha512-YJqyq6vk39JQfvaNtN83t/p5Jy45+bazRL+V4QI8FPd3FBqFYMEsULiwRLgSJMgFqkk4t4JbeZurz+gILEAFpA==", + "version": "13.4.11", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.11.tgz", + "integrity": "sha512-BsxI1DLtTZLX/MEoSg5Rilk2c6tlcjGseByxwasBPeoNH+fda/DZe8RkOmmmncNmTV/OzTBj/Pq6Pc3BqgLuBA==", "dev": true, "dependencies": { "glob": "7.1.7" @@ -1265,12 +1265,12 @@ } }, "node_modules/eslint-config-next": { - "version": "13.4.10", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.4.10.tgz", - "integrity": "sha512-+JjcM6lQmFR5Mw0ORm9o1CR29+z/uajgSfYAPEGIBxOhTHBgCMs7ysuwi72o7LkMmA8E3N7/h09pSGZxs0s85g==", + "version": "13.4.11", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.4.11.tgz", + "integrity": "sha512-nirAnOj0pFi4QYuVCEy9mTL2iRKCHtSzfls9vDtXyg4gSybiAHARyfXAGARtWwB+FPgo3bVhUQsflFpOjQi+Gw==", "dev": true, "dependencies": { - "@next/eslint-plugin-next": "13.4.10", + "@next/eslint-plugin-next": "13.4.11", "@rushstack/eslint-patch": "^1.1.3", "@typescript-eslint/parser": "^5.42.0", "eslint-import-resolver-node": "^0.3.6", diff --git a/package.json b/package.json index 5d6aa43..3d3e1fe 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/xml2js": "0.4.11", "autoprefixer": "10.4.14", "eslint": "8.45.0", - "eslint-config-next": "13.4.10", + "eslint-config-next": "13.4.11", "postcss": "8.4.26", "prettier": "3.0.0", "prettier-plugin-tailwindcss": "0.4.1",