Consume parser

This commit is contained in:
Christopher Schleiden
2022-11-15 16:49:21 -08:00
parent b433ce535b
commit 0b2754e657
+6 -6
View File
@@ -665,9 +665,9 @@
"link": true
},
"node_modules/@github/actions-workflow-parser": {
"version": "0.0.10",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.10/fca1dbab29f9fceb4c52e2486a384b410171f9d3",
"integrity": "sha512-dnDnAms7lQSU+qu6bpnzcgfRT1wIxjc8iitIyeHDkqS3bc3np+kTZ7mBQ8ZQzOxVzyWOLdd9Eyn4r0IPR2/qQg==",
"version": "0.0.12",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.12/b7b753fe96c1be36cc6f7952be76301ee3a10f12",
"integrity": "sha512-tPtIiRpCilAGUygpCCBv7yEamw9/Te0SF1lBN5BljxLE0atb34bLMGR3yyKjE+S3R3xUf3jmNNcTiGRLIqnAfw==",
"license": "MIT",
"dependencies": {
"@github/actions-expressions": "*",
@@ -10927,9 +10927,9 @@
}
},
"@github/actions-workflow-parser": {
"version": "0.0.10",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.10/fca1dbab29f9fceb4c52e2486a384b410171f9d3",
"integrity": "sha512-dnDnAms7lQSU+qu6bpnzcgfRT1wIxjc8iitIyeHDkqS3bc3np+kTZ7mBQ8ZQzOxVzyWOLdd9Eyn4r0IPR2/qQg==",
"version": "0.0.12",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.12/b7b753fe96c1be36cc6f7952be76301ee3a10f12",
"integrity": "sha512-tPtIiRpCilAGUygpCCBv7yEamw9/Te0SF1lBN5BljxLE0atb34bLMGR3yyKjE+S3R3xUf3jmNNcTiGRLIqnAfw==",
"requires": {
"@github/actions-expressions": "*",
"yaml": "^2.0.0-8"