From c4d3a7bcdd138b20d128cb61822890ee8bbfa49f Mon Sep 17 00:00:00 2001 From: Jacob Wallraff Date: Mon, 9 Jan 2023 14:30:35 -0800 Subject: [PATCH] Update parser version --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4358410..bd2cffa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -702,9 +702,9 @@ "link": true }, "node_modules/@github/actions-workflow-parser": { - "version": "0.0.41", - "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.41/234e6042ee06199b4314589ad77dfd7fe0debe6d", - "integrity": "sha512-s27gUhNH80YhFmkcQ5GE5BA5D15xbQ48YjwKCwYKN+ndldaOhpqa+v5Q+NfZlNwBmJ/8lJZob09/IiGRgFq7ag==", + "version": "0.0.43", + "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.43/67508b2dc0381b6d13591227aa82a4ff9fc8aeaf", + "integrity": "sha512-cT8mAhcv5xh+asyHU9maLaLwexAPAb88P4DNx1HIAV+OlMOIH3oe5tXJIq67xtkVRKVJzHrvhy16HfLG9uKGpw==", "license": "MIT", "dependencies": { "@github/actions-expressions": "*", @@ -13565,9 +13565,9 @@ } }, "@github/actions-workflow-parser": { - "version": "0.0.41", - "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.41/234e6042ee06199b4314589ad77dfd7fe0debe6d", - "integrity": "sha512-s27gUhNH80YhFmkcQ5GE5BA5D15xbQ48YjwKCwYKN+ndldaOhpqa+v5Q+NfZlNwBmJ/8lJZob09/IiGRgFq7ag==", + "version": "0.0.43", + "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.43/67508b2dc0381b6d13591227aa82a4ff9fc8aeaf", + "integrity": "sha512-cT8mAhcv5xh+asyHU9maLaLwexAPAb88P4DNx1HIAV+OlMOIH3oe5tXJIq67xtkVRKVJzHrvhy16HfLG9uKGpw==", "requires": { "@github/actions-expressions": "*", "yaml": "^2.0.0-8"