Update workflow parser package version

This commit is contained in:
Josh Gross
2022-12-01 12:42:18 -05:00
parent f4295a4d43
commit c6ef2b8bb1
+6 -6
View File
@@ -665,9 +665,9 @@
"link": true
},
"node_modules/@github/actions-workflow-parser": {
"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==",
"version": "0.0.22",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.22/2bee5d6f70ee4a88996a7ae3ec201dca0127d249",
"integrity": "sha512-xZTeoUqvB9oX6++m7zjBStrXHHEUSt/U/sbxbPn61D9vrGhodbXC3rMib0C/waO/I0BYrYKyvt99BzmNbjKnkQ==",
"license": "MIT",
"dependencies": {
"@github/actions-expressions": "*",
@@ -10927,9 +10927,9 @@
}
},
"@github/actions-workflow-parser": {
"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==",
"version": "0.0.22",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.22/2bee5d6f70ee4a88996a7ae3ec201dca0127d249",
"integrity": "sha512-xZTeoUqvB9oX6++m7zjBStrXHHEUSt/U/sbxbPn61D9vrGhodbXC3rMib0C/waO/I0BYrYKyvt99BzmNbjKnkQ==",
"requires": {
"@github/actions-expressions": "*",
"yaml": "^2.0.0-8"