From b3c97c4c0ff6277e70417e13164aac836e95320f Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Thu, 15 Dec 2022 10:33:57 -0500 Subject: [PATCH] Bump expressions package version --- package-lock.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3553df5..5afb05d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,6 +43,7 @@ "version": "0.1.55", "license": "MIT", "dependencies": { + "@github/actions-expressions": "*", "@github/actions-workflow-parser": "*", "vscode-languageserver-textdocument": "^1.0.7", "vscode-languageserver-types": "^3.17.2", @@ -683,9 +684,9 @@ "dev": true }, "node_modules/@github/actions-expressions": { - "version": "0.0.7", - "resolved": "https://npm.pkg.github.com/download/@github/actions-expressions/0.0.7/deed2be11b9f74791730303b6e33f9aca701d6a7", - "integrity": "sha512-PG8dQUafOckk/ny5O1wcUcfml5IZM8REoi7WBBY1HfpnRR7mL7gqTczQEmQWNTpoHb9f1VQK47y2hBZTOg9Y7g==", + "version": "0.0.8", + "resolved": "https://npm.pkg.github.com/download/@github/actions-expressions/0.0.8/055f455fcb0ed907f52c349b9385728aeed38f9a", + "integrity": "sha512-SPuGfnjgKAbMzJNCk4sZPAK2bxHlRXDJCk6vrwIi9VJL16Eh1YyiyM4fU9kV5EXEE5AV9aPFlZAPXu6t0mmBNw==", "license": "MIT", "engines": { "node": ">= 16" @@ -13500,9 +13501,9 @@ "dev": true }, "@github/actions-expressions": { - "version": "0.0.7", - "resolved": "https://npm.pkg.github.com/download/@github/actions-expressions/0.0.7/deed2be11b9f74791730303b6e33f9aca701d6a7", - "integrity": "sha512-PG8dQUafOckk/ny5O1wcUcfml5IZM8REoi7WBBY1HfpnRR7mL7gqTczQEmQWNTpoHb9f1VQK47y2hBZTOg9Y7g==" + "version": "0.0.8", + "resolved": "https://npm.pkg.github.com/download/@github/actions-expressions/0.0.8/055f455fcb0ed907f52c349b9385728aeed38f9a", + "integrity": "sha512-SPuGfnjgKAbMzJNCk4sZPAK2bxHlRXDJCk6vrwIi9VJL16Eh1YyiyM4fU9kV5EXEE5AV9aPFlZAPXu6t0mmBNw==" }, "@github/actions-languageserver": { "version": "file:actions-languageserver", @@ -13524,6 +13525,7 @@ "@github/actions-languageservice": { "version": "file:actions-languageservice", "requires": { + "@github/actions-expressions": "*", "@github/actions-workflow-parser": "*", "@types/jest": "^29.0.3", "jest": "^29.0.3",