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",