From 1d293b8f0ada54876f0013355ddf1eaf73b65e29 Mon Sep 17 00:00:00 2001 From: Christopher Schleiden Date: Tue, 21 Mar 2023 09:59:08 -0700 Subject: [PATCH] Consume latest versions of packages --- package-lock.json | 126 ++++++++++++++++++++++++++++------------------ 1 file changed, 78 insertions(+), 48 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9938666..6820d499 100644 --- a/package-lock.json +++ b/package-lock.json @@ -671,23 +671,24 @@ } }, "node_modules/@github/actions-expressions": { - "version": "0.1.141", - "resolved": "https://npm.pkg.github.com/download/@github/actions-expressions/0.1.141/8291f1209c2b582ee9aa127e0d233b022c2d2b0d", - "integrity": "sha512-HYI6/MpPmZgwg8lJY4F6VT9OI9/i7EA8vihHcWeMpT5jpkzIR7vgUM17+yatC/Bhil/uuH4fojmYBycRdc71Pg==", + "version": "0.1.180", + "resolved": "https://npm.pkg.github.com/download/@github/actions-expressions/0.1.180/e503b90a6092a17c7391865df5c2664903088614", + "integrity": "sha512-igHjhzZKLbXUGtUb8Oh5iiiUXVsYKF8+hRzWxD4dtT+3F6XSCJLq7F5dUk4qEwahtolIzd5y4v1i2LD/jzu8mw==", "license": "MIT", "engines": { "node": ">= 16.15" } }, "node_modules/@github/actions-languageserver": { - "version": "0.1.135", - "resolved": "https://npm.pkg.github.com/download/@github/actions-languageserver/0.1.135/bd0e47f4a3f45c243702bdee4f90a680d2f916bc", - "integrity": "sha512-LSzvzd68Hg3CiUHG8z/yOSRFkXTD4HJvZxAFMCIuejQ6y5Rkg6EKvZwnaPvxi0nFqiS9HX49dbPg4yO5tnz2Sg==", + "version": "0.1.180", + "resolved": "https://npm.pkg.github.com/download/@github/actions-languageserver/0.1.180/465b9c7d760a969448aff950e5eeec672502d3e5", + "integrity": "sha512-EvFZ5Ww0xmV3uG/StaJPG/ZL0aLedzRG5sln5EfxCwfTAWlBkfiOtZsV9Cmow2jj4nvFWqrrdHWo6NkWAPzbxA==", "license": "MIT", "dependencies": { - "@github/actions-languageservice": "^0.1.135", - "@github/actions-workflow-parser": "^0.1.135", + "@github/actions-languageservice": "^0.1.180", + "@github/actions-workflow-parser": "^0.1.180", "@octokit/rest": "^19.0.7", + "@octokit/types": "^9.0.0", "vscode-languageserver": "^8.0.2", "vscode-languageserver-textdocument": "^1.0.7", "yaml": "^2.1.3" @@ -696,16 +697,30 @@ "node": ">= 16.15" } }, + "node_modules/@github/actions-languageserver/node_modules/@octokit/openapi-types": { + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.0.0.tgz", + "integrity": "sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA==" + }, + "node_modules/@github/actions-languageserver/node_modules/@octokit/types": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.0.0.tgz", + "integrity": "sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==", + "dependencies": { + "@octokit/openapi-types": "^16.0.0" + } + }, "node_modules/@github/actions-languageservice": { - "version": "0.1.135", - "resolved": "https://npm.pkg.github.com/download/@github/actions-languageservice/0.1.135/f80aafe16a5ba9e8e4bf336777de7f921c501ad4", - "integrity": "sha512-WESZVBwCCrN/wWl4Oulo7wMPzbXGptJFCzgrHeIMSctKZMorUMn3ftknmvpktFPy/+Jnro21MqVrKa1WU1wgsw==", + "version": "0.1.180", + "resolved": "https://npm.pkg.github.com/download/@github/actions-languageservice/0.1.180/d3cd3c3d67de7c6febc100fc980f5919bb22ef09", + "integrity": "sha512-zBVJdbgVXJdOsE/h5650+J8nJSiz2z5Ccb136NXRgjrsfSQyPMbyaY07NBdkRxhggZdcjrWU03PurBXmF5B8Rg==", "license": "MIT", "dependencies": { - "@github/actions-expressions": "^0.1.135", - "@github/actions-workflow-parser": "^0.1.135", + "@github/actions-expressions": "^0.1.180", + "@github/actions-workflow-parser": "^0.1.180", "vscode-languageserver-textdocument": "^1.0.7", "vscode-languageserver-types": "^3.17.2", + "vscode-uri": "^3.0.7", "yaml": "^2.1.1" }, "engines": { @@ -713,12 +728,12 @@ } }, "node_modules/@github/actions-workflow-parser": { - "version": "0.1.141", - "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.1.141/240e6042cbf383906b23e5c7e4fded564e82f39e", - "integrity": "sha512-AUkOzaiz2/cw2If79VkeT42zeYNWz0yQNem3puCT26yW1PrC72cRfSh3VyhuQ7Q2C7iYE899niFgiLN4TdU6CQ==", + "version": "0.1.180", + "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.1.180/f75e4f4d62a6e25265774d6bf28096998cd698d1", + "integrity": "sha512-hewBFAA3PYyi7x9TOlBoRCWae0gy9+NrBWIboKvmd3MyTmkpG9rb+2C0tjSIRnox1qwnLz+u4FJB8+PXd8ruHA==", "license": "MIT", "dependencies": { - "@github/actions-expressions": "^0.1.141", + "@github/actions-expressions": "^0.1.180", "cronstrue": "^2.21.0", "yaml": "^2.0.0-8" }, @@ -3416,9 +3431,9 @@ } }, "node_modules/cronstrue": { - "version": "2.22.0", - "resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.22.0.tgz", - "integrity": "sha512-jS6dApMpBBkfNkc4nUDC35w+YC1EO6qGRofMb6+94yhVVO5XeQO/zUXkZggOvJMEFGCQJGkbH/JkA/KmTTuQew==", + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.23.0.tgz", + "integrity": "sha512-iPoWUQbCwUmrBf1w9W+9YQs8FowWp/teC2XGz3zAmt0Aja+HWGjyjUkWASWcsdzxSuL0EIIdvlfGEVBljvTbSQ==", "bin": { "cronstrue": "bin/cli.js" } @@ -9858,10 +9873,9 @@ "integrity": "sha512-zHhCWatviizPIq9B7Vh9uvrH6x3sK8itC84HkamnBWoDFJtzBf7SWlpLCZUit72b3os45h6RWQNC9xHRDF8dRA==" }, "node_modules/vscode-uri": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.3.tgz", - "integrity": "sha512-EcswR2S8bpR7fD0YPeS7r2xXExrScVMxg4MedACaWHEtx9ftCF/qHG1xGkolzTPcEmjTavCQgbVzHUIdTMzFGA==", - "dev": true + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz", + "integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==" }, "node_modules/walker": { "version": "1.0.8", @@ -10728,41 +10742,58 @@ } }, "@github/actions-expressions": { - "version": "0.1.141", - "resolved": "https://npm.pkg.github.com/download/@github/actions-expressions/0.1.141/8291f1209c2b582ee9aa127e0d233b022c2d2b0d", - "integrity": "sha512-HYI6/MpPmZgwg8lJY4F6VT9OI9/i7EA8vihHcWeMpT5jpkzIR7vgUM17+yatC/Bhil/uuH4fojmYBycRdc71Pg==" + "version": "0.1.180", + "resolved": "https://npm.pkg.github.com/download/@github/actions-expressions/0.1.180/e503b90a6092a17c7391865df5c2664903088614", + "integrity": "sha512-igHjhzZKLbXUGtUb8Oh5iiiUXVsYKF8+hRzWxD4dtT+3F6XSCJLq7F5dUk4qEwahtolIzd5y4v1i2LD/jzu8mw==" }, "@github/actions-languageserver": { - "version": "0.1.135", - "resolved": "https://npm.pkg.github.com/download/@github/actions-languageserver/0.1.135/bd0e47f4a3f45c243702bdee4f90a680d2f916bc", - "integrity": "sha512-LSzvzd68Hg3CiUHG8z/yOSRFkXTD4HJvZxAFMCIuejQ6y5Rkg6EKvZwnaPvxi0nFqiS9HX49dbPg4yO5tnz2Sg==", + "version": "0.1.180", + "resolved": "https://npm.pkg.github.com/download/@github/actions-languageserver/0.1.180/465b9c7d760a969448aff950e5eeec672502d3e5", + "integrity": "sha512-EvFZ5Ww0xmV3uG/StaJPG/ZL0aLedzRG5sln5EfxCwfTAWlBkfiOtZsV9Cmow2jj4nvFWqrrdHWo6NkWAPzbxA==", "requires": { - "@github/actions-languageservice": "^0.1.135", - "@github/actions-workflow-parser": "^0.1.135", + "@github/actions-languageservice": "^0.1.180", + "@github/actions-workflow-parser": "^0.1.180", "@octokit/rest": "^19.0.7", + "@octokit/types": "^9.0.0", "vscode-languageserver": "^8.0.2", "vscode-languageserver-textdocument": "^1.0.7", "yaml": "^2.1.3" + }, + "dependencies": { + "@octokit/openapi-types": { + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.0.0.tgz", + "integrity": "sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA==" + }, + "@octokit/types": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.0.0.tgz", + "integrity": "sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==", + "requires": { + "@octokit/openapi-types": "^16.0.0" + } + } } }, "@github/actions-languageservice": { - "version": "0.1.135", - "resolved": "https://npm.pkg.github.com/download/@github/actions-languageservice/0.1.135/f80aafe16a5ba9e8e4bf336777de7f921c501ad4", - "integrity": "sha512-WESZVBwCCrN/wWl4Oulo7wMPzbXGptJFCzgrHeIMSctKZMorUMn3ftknmvpktFPy/+Jnro21MqVrKa1WU1wgsw==", + "version": "0.1.180", + "resolved": "https://npm.pkg.github.com/download/@github/actions-languageservice/0.1.180/d3cd3c3d67de7c6febc100fc980f5919bb22ef09", + "integrity": "sha512-zBVJdbgVXJdOsE/h5650+J8nJSiz2z5Ccb136NXRgjrsfSQyPMbyaY07NBdkRxhggZdcjrWU03PurBXmF5B8Rg==", "requires": { - "@github/actions-expressions": "^0.1.135", - "@github/actions-workflow-parser": "^0.1.135", + "@github/actions-expressions": "^0.1.180", + "@github/actions-workflow-parser": "^0.1.180", "vscode-languageserver-textdocument": "^1.0.7", "vscode-languageserver-types": "^3.17.2", + "vscode-uri": "^3.0.7", "yaml": "^2.1.1" } }, "@github/actions-workflow-parser": { - "version": "0.1.141", - "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.1.141/240e6042cbf383906b23e5c7e4fded564e82f39e", - "integrity": "sha512-AUkOzaiz2/cw2If79VkeT42zeYNWz0yQNem3puCT26yW1PrC72cRfSh3VyhuQ7Q2C7iYE899niFgiLN4TdU6CQ==", + "version": "0.1.180", + "resolved": "https://npm.pkg.github.com/download/@github/actions-workflow-parser/0.1.180/f75e4f4d62a6e25265774d6bf28096998cd698d1", + "integrity": "sha512-hewBFAA3PYyi7x9TOlBoRCWae0gy9+NrBWIboKvmd3MyTmkpG9rb+2C0tjSIRnox1qwnLz+u4FJB8+PXd8ruHA==", "requires": { - "@github/actions-expressions": "^0.1.141", + "@github/actions-expressions": "^0.1.180", "cronstrue": "^2.21.0", "yaml": "^2.0.0-8" } @@ -12908,9 +12939,9 @@ } }, "cronstrue": { - "version": "2.22.0", - "resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.22.0.tgz", - "integrity": "sha512-jS6dApMpBBkfNkc4nUDC35w+YC1EO6qGRofMb6+94yhVVO5XeQO/zUXkZggOvJMEFGCQJGkbH/JkA/KmTTuQew==" + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-2.23.0.tgz", + "integrity": "sha512-iPoWUQbCwUmrBf1w9W+9YQs8FowWp/teC2XGz3zAmt0Aja+HWGjyjUkWASWcsdzxSuL0EIIdvlfGEVBljvTbSQ==" }, "cross-spawn": { "version": "7.0.3", @@ -17788,10 +17819,9 @@ "integrity": "sha512-zHhCWatviizPIq9B7Vh9uvrH6x3sK8itC84HkamnBWoDFJtzBf7SWlpLCZUit72b3os45h6RWQNC9xHRDF8dRA==" }, "vscode-uri": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.3.tgz", - "integrity": "sha512-EcswR2S8bpR7fD0YPeS7r2xXExrScVMxg4MedACaWHEtx9ftCF/qHG1xGkolzTPcEmjTavCQgbVzHUIdTMzFGA==", - "dev": true + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz", + "integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==" }, "walker": { "version": "1.0.8",