From cd96f4ef5d3c68866ff4edb814c6cb323ed85827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:05:04 +0000 Subject: [PATCH] build(deps-dev): bump neostandard from 0.12.0 to 0.12.1 Bumps [neostandard](https://github.com/neostandard/neostandard) from 0.12.0 to 0.12.1. - [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.12.0...v0.12.1) --- updated-dependencies: - dependency-name: neostandard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e042527..003b0054 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint": "^9.19.0", "hugo-bin": "^0.140.1", "markdownlint-cli2": "^0.17.2", - "neostandard": "^0.12.0", + "neostandard": "^0.12.1", "netlify-plugin-hugo-cache-resources": "^0.2.1", "postcss-cli": "^11.0.0", "purgecss-whitelister": "^2.4.0", @@ -6005,10 +6005,11 @@ "dev": true }, "node_modules/neostandard": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/neostandard/-/neostandard-0.12.0.tgz", - "integrity": "sha512-MvtiRhevDzE+oqQUxFvDsEmipzy3erNmnz5q5TG9M8xZ30n86rt4PxGP9jgocGIZr1105OgPZNlK2FQEtb2Vng==", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/neostandard/-/neostandard-0.12.1.tgz", + "integrity": "sha512-As/LDK+xx591BLb1rPRaPs+JfXFgyNx5BoBui1KBeF/J4s0mW8+NBohrYnMfgm1w1t7E/Y/tU34MjMiP6lns6A==", "dev": true, + "license": "MIT", "dependencies": { "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "@stylistic/eslint-plugin": "2.11.0", diff --git a/package.json b/package.json index e48b845a..ccf8a177 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint": "^9.19.0", "hugo-bin": "^0.140.1", "markdownlint-cli2": "^0.17.2", - "neostandard": "^0.12.0", + "neostandard": "^0.12.1", "netlify-plugin-hugo-cache-resources": "^0.2.1", "postcss-cli": "^11.0.0", "purgecss-whitelister": "^2.4.0",