From 2154c19dbd229e909666b0e27737ebac4467215a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:57:51 +0200 Subject: [PATCH] fix(deps): update dependency neostandard to ^0.8.0 (#327) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 40 ++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index eefaa50..66b6f59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint-plugin-security": "^3.0.1", "eslint-plugin-sort-destructure-keys": "^2.0.0", "eslint-plugin-unicorn": "^54.0.0", - "neostandard": "^0.7.2" + "neostandard": "^0.8.0" }, "devDependencies": { "@types/eslint": "^8.56.10", @@ -605,9 +605,9 @@ } }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.1.0.tgz", - "integrity": "sha512-gdXUjGNSsnY6nPyqxu6lmDTtVrwCOjun4x8PUn0x04d5ucLI74N3MT1Q0UhdcOR9No3bo5PGDyBgXK+KmD787A==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.2.2.tgz", + "integrity": "sha512-Vj2Q1YHVvJw+ThtOvmk5Yx7wZanVrIBRUTT89horLDb4xdP9GA1um9XOYQC6j67VeUC2gjZQnz5/RVJMzaOhtw==", "license": "MIT", "dependencies": { "@types/eslint": "^8.56.10", @@ -4720,20 +4720,20 @@ "license": "MIT" }, "node_modules/neostandard": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/neostandard/-/neostandard-0.7.2.tgz", - "integrity": "sha512-5kFn4IVhqjyS8Huem/hWdVqZr+bTnlxPR3cNfJEKUrHA6+8QuNODvgdprfpTYvrZKz5PVYGr/lRhe2c87rwaAw==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/neostandard/-/neostandard-0.8.0.tgz", + "integrity": "sha512-UEQCiF5bq+EXbMqsWbQkRYjAwXxZBre+QXSNd9K65kyxsGrvZ49baninrQscbgep1kQkGMTC8SCv1l6ZDyb8zw==", "license": "MIT", "dependencies": { "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", - "@stylistic/eslint-plugin-js": "^2.1.0", - "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.28", - "@typescript-eslint/utils": "^8.0.0-alpha.28", - "eslint-plugin-n": "^17.8.1", + "@stylistic/eslint-plugin-js": "^2.2.2", + "@typescript-eslint/eslint-plugin": "^8.0.0-alpha.30", + "@typescript-eslint/utils": "^8.0.0-alpha.30", + "eslint-plugin-n": "^17.9.0", "find-up": "^5.0.0", - "globals": "^15.4.0", - "peowly": "^1.3.0", - "typescript-eslint": "^8.0.0-alpha.28" + "globals": "^15.6.0", + "peowly": "^1.3.1", + "typescript-eslint": "^8.0.0-alpha.30" }, "bin": { "neostandard": "cli.mjs" @@ -4746,9 +4746,9 @@ } }, "node_modules/neostandard/node_modules/globals": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.4.0.tgz", - "integrity": "sha512-unnwvMZpv0eDUyjNyh9DH/yxUaRYrEjW/qK4QcdrHg3oO11igUQrCSgODHEqxlKg8v2CD2Sd7UkqqEBoz5U7TQ==", + "version": "15.6.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.6.0.tgz", + "integrity": "sha512-UzcJi88Hw//CurUIRa9Jxb0vgOCcuD/MNjwmXp633cyaRKkCWACkoqHCtfZv43b1kqXGg/fpOa8bwgacCeXsVg==", "license": "MIT", "engines": { "node": ">=18" @@ -5189,9 +5189,9 @@ } }, "node_modules/peowly": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/peowly/-/peowly-1.3.0.tgz", - "integrity": "sha512-Tvj2QMNEuvL3WmaG4agZ6IGjOLGcvQSQO9TBJFkh9op+tNX3/J3UZtxPQWUA+d+Lki4u8WaNJ0OUwNt1G3GnWg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/peowly/-/peowly-1.3.1.tgz", + "integrity": "sha512-TcJI62RPJoNr6enzq5MLOVj5x8ViQ7uctOimjAfIvng72gcF2CLK5uS2KKvprFDZvbDjFUML58ZGTSOPH5VcKw==", "license": "MIT", "engines": { "node": ">=18.6.0" diff --git a/package.json b/package.json index ca4dc83..8338c3b 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "eslint-plugin-security": "^3.0.1", "eslint-plugin-sort-destructure-keys": "^2.0.0", "eslint-plugin-unicorn": "^54.0.0", - "neostandard": "^0.7.2" + "neostandard": "^0.8.0" } }