From f5e295a7d8b476954b56a9870c3bd23c36d91f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:25:09 +0000 Subject: [PATCH] Bump eslint-plugin-minecraft-linting in /custom-components Bumps [eslint-plugin-minecraft-linting](https://github.com/Mojang/minecraft-scripting-libraries/tree/HEAD/tools/eslint-plugin-minecraft-linting) from 1.2.2 to 1.2.3. - [Changelog](https://github.com/Mojang/minecraft-scripting-libraries/blob/main/tools/eslint-plugin-minecraft-linting/CHANGELOG.md) - [Commits](https://github.com/Mojang/minecraft-scripting-libraries/commits/eslint-plugin-minecraft-linting_v1.2.3/tools/eslint-plugin-minecraft-linting) --- updated-dependencies: - dependency-name: eslint-plugin-minecraft-linting dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- custom-components/package-lock.json | 8 ++++---- custom-components/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom-components/package-lock.json b/custom-components/package-lock.json index 664d56d..4be6dbf 100644 --- a/custom-components/package-lock.json +++ b/custom-components/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@minecraft/core-build-tasks": "^1.1.3", - "eslint-plugin-minecraft-linting": "^1.2.1", + "eslint-plugin-minecraft-linting": "^1.2.3", "source-map": "^0.7.4", "ts-node": "^10.9.1", "typescript": "^5.6.2" @@ -2254,9 +2254,9 @@ } }, "node_modules/eslint-plugin-minecraft-linting": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-minecraft-linting/-/eslint-plugin-minecraft-linting-1.2.2.tgz", - "integrity": "sha512-ILEZXCJfRk4xWqwRYkx0Ns6ND4WOYGDVeEjmxvDUm//EIPoVroGloHNrb8Fk/2VJMhtpiWJtBjAGA8PEJ+tWyg==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-minecraft-linting/-/eslint-plugin-minecraft-linting-1.2.3.tgz", + "integrity": "sha512-F/ZxDxg2+zUG8qwYs5OsIyuAu1gSDNSWSf5OiLy12FXP4PrPzkjFGb8FJuUIsQPiAPCBKixth1V82zJk5Ilbvw==", "dev": true, "dependencies": { "@typescript-eslint/eslint-plugin": "^7.2.0", diff --git a/custom-components/package.json b/custom-components/package.json index aed32bf..bd53227 100644 --- a/custom-components/package.json +++ b/custom-components/package.json @@ -6,7 +6,7 @@ "private": true, "devDependencies": { "@minecraft/core-build-tasks": "^1.1.3", - "eslint-plugin-minecraft-linting": "^1.2.1", + "eslint-plugin-minecraft-linting": "^1.2.3", "source-map": "^0.7.4", "ts-node": "^10.9.1", "typescript": "^5.6.2"