From f4dfb2c20457f820f347a069cfd12ef741ce0bfc Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Mon, 28 Nov 2022 10:09:34 -0800 Subject: [PATCH] Consume updated parser --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffd0efa..43de9b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -665,9 +665,9 @@ "link": true }, "node_modules/@github/actions-workflow-parser": { - "version": "0.0.17", - "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.17/72fabe0ef0e949f9414296f7ef0475d7e93b4ea7", - "integrity": "sha512-HG/HGOBhOMZOpO6jzXd/qNqX/28aO3Cl5r3/M8gU0FRuwzmc/op5Jtcycf9Sh9EHUMniquABuSW6MqczTE/Pfg==", + "version": "0.0.20", + "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.20/cfba09f790505ad7f811d3ba63981f9a22562b82", + "integrity": "sha512-85C1iony9CclubBCGFNY3wcvDE+FeGHZ92bEYd5XdseFEtAU5UjAF85nBAd55mEzEh+f/mJq8RK3s0rMLqv5pQ==", "license": "MIT", "dependencies": { "@github/actions-expressions": "*", @@ -10927,9 +10927,9 @@ } }, "@github/actions-workflow-parser": { - "version": "0.0.17", - "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.17/72fabe0ef0e949f9414296f7ef0475d7e93b4ea7", - "integrity": "sha512-HG/HGOBhOMZOpO6jzXd/qNqX/28aO3Cl5r3/M8gU0FRuwzmc/op5Jtcycf9Sh9EHUMniquABuSW6MqczTE/Pfg==", + "version": "0.0.20", + "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.20/cfba09f790505ad7f811d3ba63981f9a22562b82", + "integrity": "sha512-85C1iony9CclubBCGFNY3wcvDE+FeGHZ92bEYd5XdseFEtAU5UjAF85nBAd55mEzEh+f/mJq8RK3s0rMLqv5pQ==", "requires": { "@github/actions-expressions": "*", "yaml": "^2.0.0-8"