Consume updated parser

This commit is contained in:
Christopher Schleiden
2022-11-28 10:09:34 -08:00
parent 25cf8b3fb5
commit f4dfb2c204
+6 -6
View File
@@ -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"