diff --git a/package-lock.json b/package-lock.json index d8fb014838..645e505b1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@inrupt/internal-test-env": "^4.1.3", "@inrupt/jest-jsdom-polyfills": "^4.1.3", "@inrupt/solid-client-authn-node": "^5.0.0", - "@next/eslint-plugin-next": "^15.3.3", + "@next/eslint-plugin-next": "^16.3.2", "@playwright/test": "^1.44.0", "@rdfjs/types": "^1.1.0", "@types/http-link-header": "^1.0.5", @@ -2514,14 +2514,35 @@ "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { - "version": "15.5.2", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.2.tgz", - "integrity": "sha512-lkLrRVxcftuOsJNhWatf1P2hNVfh98k/omQHrCEPPriUypR6RcS13IvLdIrEvkm9AH2Nu2YpR5vLqBuy6twH3Q==", + "version": "16.3.2", + "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-16.3.2.tgz", + "integrity": "sha512-z+HW1cZgt8QhByw8p2EbxF94AImgsKIYUbtSkA7Zld2T9yrKAlys4jNOcAOCtv6csX2CoA/5qCVyesL5pHmJ0A==", "dev": true, + "license": "MIT", "dependencies": { + "@eslint-community/eslint-utils": "4.9.1", "fast-glob": "3.3.1" } }, + "node_modules/@next/eslint-plugin-next/node_modules/@eslint-community/eslint-utils": { + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz", + "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "eslint-visitor-keys": "^3.4.3" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, "node_modules/@next/eslint-plugin-next/node_modules/fast-glob": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", diff --git a/package.json b/package.json index 43b3a53ad9..694b353da8 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "@inrupt/internal-test-env": "^4.1.3", "@inrupt/jest-jsdom-polyfills": "^4.1.3", "@inrupt/solid-client-authn-node": "^5.0.0", - "@next/eslint-plugin-next": "^15.3.3", + "@next/eslint-plugin-next": "^16.3.2", "@playwright/test": "^1.44.0", "@rdfjs/types": "^1.1.0", "@types/http-link-header": "^1.0.5",