From 3e781131be44ee5c97b91acdc90e535f9a3562d4 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 6 Sep 2024 06:50:39 +0200 Subject: [PATCH] fix: update eslint-plugin-xwalk --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23579d86d5..5d540a6de0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-json": "3.1.0", - "eslint-plugin-xwalk": "github:adobe-rnd/eslint-plugin-xwalk#v0.1.0", + "eslint-plugin-xwalk": "github:adobe-rnd/eslint-plugin-xwalk#v0.1.1", "husky": "9.1.1", "merge-json-cli": "1.0.4", "npm-run-all": "4.1.5", @@ -1645,8 +1645,8 @@ } }, "node_modules/eslint-plugin-xwalk": { - "version": "0.1.0", - "resolved": "git+ssh://git@github.com/adobe-rnd/eslint-plugin-xwalk.git#15036031c7e6c8e736f74a84e612f237c878a66d", + "version": "0.1.1", + "resolved": "git+ssh://git@github.com/adobe-rnd/eslint-plugin-xwalk.git#669dd8df0164d404d669163de54412a9a457e38d", "dev": true, "license": "Apache License 2.0", "dependencies": { @@ -3003,10 +3003,11 @@ } }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, + "license": "MIT", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" diff --git a/package.json b/package.json index 68271189ac..cadad1495b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-json": "3.1.0", - "eslint-plugin-xwalk": "github:adobe-rnd/eslint-plugin-xwalk#v0.1.0", + "eslint-plugin-xwalk": "github:adobe-rnd/eslint-plugin-xwalk#v0.1.1", "husky": "9.1.1", "merge-json-cli": "1.0.4", "npm-run-all": "4.1.5",