diff --git a/package-lock.json b/package-lock.json index 891199668..4f49003b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -113,7 +113,7 @@ "concurrently": "^10.0.4", "dotenv": "^16.5.0", "eslint": "^10.9.1", - "eslint-config-next": "^16.3.1", + "eslint-config-next": "^16.3.3", "eslint-plugin-jsdoc": "^64.2.1", "eslint-plugin-unused-imports": "^4.4.1", "husky": "^9.1.7", @@ -2102,7 +2102,9 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "16.3.1", + "version": "16.3.3", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.3.3.tgz", + "integrity": "sha512-pbEh30vvjKpDoTAmo1v3q2uM4JUi8QaEBpbmjWvGfoec2jLghy/WNtvzAT0bk+Ik9oz6etjt4YjXEk4BQnicCw==", "dev": true, "license": "MIT", "dependencies": { @@ -8589,11 +8591,13 @@ } }, "node_modules/eslint-config-next": { - "version": "16.3.1", + "version": "16.3.3", + "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-16.3.3.tgz", + "integrity": "sha512-teqtsR26tnlfXFHfVLTM/4tzEzU8DMu6GS1sddZzhfGzgd2f2ofbgDUcsk6cssSCzX6Tk6fmWifJcdANSdPJrw==", "dev": true, "license": "MIT", "dependencies": { - "@next/eslint-plugin-next": "16.3.1", + "@next/eslint-plugin-next": "16.3.3", "eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.32.0", @@ -9309,6 +9313,8 @@ }, "node_modules/fast-glob": { "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", "dev": true, "license": "MIT", "dependencies": { @@ -9324,6 +9330,8 @@ }, "node_modules/fast-glob/node_modules/glob-parent": { "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index f471cc863..5c194b56e 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ "concurrently": "^10.0.4", "dotenv": "^16.5.0", "eslint": "^10.9.1", - "eslint-config-next": "^16.3.1", + "eslint-config-next": "^16.3.3", "eslint-plugin-jsdoc": "^64.2.1", "eslint-plugin-unused-imports": "^4.4.1", "husky": "^9.1.7",