From 280e1f2efa227570e10758a638f88d60ec46910e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 14:21:04 +0000 Subject: [PATCH] build(deps-dev): bump neostandard from 0.11.6 to 0.11.7 Bumps [neostandard](https://github.com/neostandard/neostandard) from 0.11.6 to 0.11.7. - [Release notes](https://github.com/neostandard/neostandard/releases) - [Changelog](https://github.com/neostandard/neostandard/blob/main/CHANGELOG.md) - [Commits](https://github.com/neostandard/neostandard/compare/v0.11.6...v0.11.7) --- updated-dependencies: - dependency-name: neostandard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++-------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index b08ece0..c5dd476 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 580f5f2..87d888c 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",