diff --git a/howto-gallery/package-lock.json b/howto-gallery/package-lock.json index 7ef8623..26f551b 100644 --- a/howto-gallery/package-lock.json +++ b/howto-gallery/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@minecraft/core-build-tasks": "^1.1.4", - "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" @@ -2293,9 +2293,9 @@ } }, "node_modules/eslint-plugin-minecraft-linting": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-minecraft-linting/-/eslint-plugin-minecraft-linting-1.2.1.tgz", - "integrity": "sha512-BhWQmo3MHA7/wn0Jl8C8Qexb20ug7xNWqZpFdWIk9FlbMPkUZZsNsf81F0QBU6Ng7Cy+K+OG4R4fqCoG4Zk2eQ==", + "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/howto-gallery/package.json b/howto-gallery/package.json index e92827e..7b4f7b1 100644 --- a/howto-gallery/package.json +++ b/howto-gallery/package.json @@ -6,7 +6,7 @@ "private": true, "devDependencies": { "@minecraft/core-build-tasks": "^1.1.4", - "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"