Update package-lock
This commit is contained in:
Generated
+25
-1
@@ -38,6 +38,19 @@
|
|||||||
"node": ">= 16"
|
"node": ">= 16"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"actions-languageserver/node_modules/@github/actions-workflow-parser": {
|
||||||
|
"version": "0.0.33",
|
||||||
|
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.33/9f4c42ae90a9b010676fec9d9f39b4ea555753b4",
|
||||||
|
"integrity": "sha512-5yzSAMKCdxy4awZMRNHOIo52E/xx3RtSjHX5I70/Gx9NlnoCQBSLEdd64dY3/fguLLQxksnhiUy/mmUWTqJyLg==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"@github/actions-expressions": "*",
|
||||||
|
"yaml": "^2.0.0-8"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 16"
|
||||||
|
}
|
||||||
|
},
|
||||||
"actions-languageservice": {
|
"actions-languageservice": {
|
||||||
"name": "@github/actions-languageservice",
|
"name": "@github/actions-languageservice",
|
||||||
"version": "0.1.49",
|
"version": "0.1.49",
|
||||||
@@ -13508,7 +13521,7 @@
|
|||||||
"version": "file:actions-languageserver",
|
"version": "file:actions-languageserver",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@github/actions-languageservice": "^0.1.49",
|
"@github/actions-languageservice": "^0.1.49",
|
||||||
"@github/actions-workflow-parser": "0.0.33",
|
"@github/actions-workflow-parser": "^0.0.33",
|
||||||
"@octokit/rest": "^19.0.5",
|
"@octokit/rest": "^19.0.5",
|
||||||
"@types/jest": "^29.0.3",
|
"@types/jest": "^29.0.3",
|
||||||
"jest": "^29.0.3",
|
"jest": "^29.0.3",
|
||||||
@@ -13519,6 +13532,17 @@
|
|||||||
"vscode-languageserver": "^8.0.2",
|
"vscode-languageserver": "^8.0.2",
|
||||||
"vscode-languageserver-textdocument": "^1.0.7",
|
"vscode-languageserver-textdocument": "^1.0.7",
|
||||||
"yaml": "^2.1.3"
|
"yaml": "^2.1.3"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@github/actions-workflow-parser": {
|
||||||
|
"version": "0.0.33",
|
||||||
|
"resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.0.33/9f4c42ae90a9b010676fec9d9f39b4ea555753b4",
|
||||||
|
"integrity": "sha512-5yzSAMKCdxy4awZMRNHOIo52E/xx3RtSjHX5I70/Gx9NlnoCQBSLEdd64dY3/fguLLQxksnhiUy/mmUWTqJyLg==",
|
||||||
|
"requires": {
|
||||||
|
"@github/actions-expressions": "*",
|
||||||
|
"yaml": "^2.0.0-8"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@github/actions-languageservice": {
|
"@github/actions-languageservice": {
|
||||||
|
|||||||
Reference in New Issue
Block a user