Merge pull request #63 from github/joshmgross/bump-parser

Update parser version
This commit is contained in:
Josh Gross
2022-12-19 15:32:52 -05:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
@@ -139,7 +139,7 @@ describe("find-token", () => {
testFindToken(`on: push
jobs:
build:
runs-on: [ubuntu-latest, self|`)
runs-on: [ubuntu-latest, self|]`)
).toEqual({
path: [
["workflow-root-strict", TokenType.Mapping],
+6 -6
View File
@@ -701,9 +701,9 @@
"link": true
},
"node_modules/@github/actions-workflow-parser": {
"version": "0.0.36",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.36/f27b908936efa949a105d7192dd3787a15094d71",
"integrity": "sha512-ATResf0PCT/bftJgs2ROAo0gDMIKQ1X0HcB4GejuYTcyHxWfvC44EqvFZmMpurV4Camht20bqK3LSY4NoJ0aVQ==",
"version": "0.0.37",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.37/4211d8ace6c443c5af3c0d3e5da031384242142c",
"integrity": "sha512-LW8Axm1Rus6sedifxDlXWfSPcgrDmYJW7jdTO27qSbwv13vu20xd3VTdlshMMV4g6IcC0u6Zw7NaV3qT2C77GQ==",
"license": "MIT",
"dependencies": {
"@github/actions-expressions": "*",
@@ -13539,9 +13539,9 @@
}
},
"@github/actions-workflow-parser": {
"version": "0.0.36",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.36/f27b908936efa949a105d7192dd3787a15094d71",
"integrity": "sha512-ATResf0PCT/bftJgs2ROAo0gDMIKQ1X0HcB4GejuYTcyHxWfvC44EqvFZmMpurV4Camht20bqK3LSY4NoJ0aVQ==",
"version": "0.0.37",
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.37/4211d8ace6c443c5af3c0d3e5da031384242142c",
"integrity": "sha512-LW8Axm1Rus6sedifxDlXWfSPcgrDmYJW7jdTO27qSbwv13vu20xd3VTdlshMMV4g6IcC0u6Zw7NaV3qT2C77GQ==",
"requires": {
"@github/actions-expressions": "*",
"yaml": "^2.0.0-8"