diff --git a/package-lock.json b/package-lock.json index 5409123..253d134 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "cpy-cli": "^5.0.0", "eslint": "^9.13.0", "markdownlint-cli2": "^0.14.0", - "neostandard": "^0.11.6", + "neostandard": "^0.11.7", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5", "postcss-cli": "^11.0.0", @@ -4929,20 +4929,20 @@ "dev": true }, "node_modules/neostandard": { - "version": "0.11.6", - "resolved": "https://registry.npmjs.org/neostandard/-/neostandard-0.11.6.tgz", - "integrity": "sha512-/7egVVdQj1oyX2RBgjLqAm3akDa6/hZlmb2YC0mwS/rEy6xkOtT/o4P4/XrPLbIshdhda/VfQXOIhEA+O4No1w==", + "version": "0.11.7", + "resolved": "https://registry.npmjs.org/neostandard/-/neostandard-0.11.7.tgz", + "integrity": "sha512-IagKoLOInY3OwmGQX/Spx4FTDNdODGh8JpChiwAXUuL9qSOXdbW5xUQOUIypp6p8TCkG9NjskKWz0uk1gynuXA==", "dev": true, "dependencies": { "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", - "@stylistic/eslint-plugin": "^2.8.0", - "eslint-plugin-n": "^17.10.3", + "@stylistic/eslint-plugin": "^2.9.0", + "eslint-plugin-n": "^17.11.1", "eslint-plugin-promise": "^7.1.0", "eslint-plugin-react": "^7.36.1", "find-up": "^5.0.0", - "globals": "^15.9.0", + "globals": "^15.11.0", "peowly": "^1.3.2", - "typescript-eslint": "^8.6.0" + "typescript-eslint": "^8.10.0" }, "bin": { "neostandard": "cli.mjs" @@ -4969,18 +4969,6 @@ "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0" } }, - "node_modules/neostandard/node_modules/globals": { - "version": "15.9.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz", - "integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==", - "dev": true, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/nested-error-stacks": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz", diff --git a/package.json b/package.json index b4413d0..6d561ea 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@gethinode/netlify-plugin-dartsass": "^0.3.0", "cpy-cli": "^5.0.0", "eslint": "^9.13.0", - "neostandard": "^0.11.6", + "neostandard": "^0.11.7", "markdownlint-cli2": "^0.14.0", "netlify-plugin-hugo-cache-resources": "^0.2.1", "npm-run-all": "^4.1.5",