From 0c8b00ee44ee99f2cd4c99020b4eb295fa193574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 10:54:12 +0200 Subject: [PATCH] build(deps): lock file maintenance (#15) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ea8a49..a3b1f06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "requires": true, "dependencies": { "@octoherd/cli": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/@octoherd/cli/-/cli-3.6.3.tgz", - "integrity": "sha512-c8atCnPnAMIR1+pfNYrN7luqXESHyF/+XImZIMsmQbBbmwpJKxOrTb7zOQBiMch0ziKGAH5tABrXET33bMaLOA==", + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/@octoherd/cli/-/cli-3.6.5.tgz", + "integrity": "sha512-UI3UVDRsnfBchYtcYroNRUwKoCOSv8ufgccuXb8hfto1255unHdkDBpcAzjxPIw8PPnCmn/mn3niXfQLtNXSfg==", "requires": { "@octoherd/octokit": "^3.0.0", "@octokit/auth-oauth-device": "^4.0.0", - "@octokit/openapi-types": "^16.0.0", + "@octokit/openapi-types": "^17.0.0", "chalk": "^5.0.0", "clipboardy": "^3.0.0", "enquirer": "^2.3.6", @@ -106,9 +106,9 @@ } }, "@octokit/openapi-types": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.0.0.tgz", - "integrity": "sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA==" + "version": "17.1.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.0.tgz", + "integrity": "sha512-rnI26BAITDZTo5vqFOmA7oX4xRd18rO+gcK4MiTpJmsRMxAw0JmevNjPsjpry1bb9SVNo56P/0kbiyXXa4QluA==" }, "@octokit/plugin-paginate-rest": { "version": "6.0.0", @@ -128,9 +128,9 @@ } }, "@octokit/plugin-throttling": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-5.0.1.tgz", - "integrity": "sha512-I4qxs7wYvYlFuY3PAUGWAVPhFXG3RwnvTiSr5Fu/Auz7bYhDLnzS2MjwV8nGLq/FPrWwYiweeZrI5yjs1YG4tQ==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-throttling/-/plugin-throttling-5.1.1.tgz", + "integrity": "sha512-UlsdoW3ZOhhvjnK8S+OmQWOvB14kaKKdxseGFAxVHVggKZlgKO/ZtAb1AQoHXaQUCfO7uV/O5BR27o/wbKAzHg==", "requires": { "@octokit/types": "^9.0.0", "bottleneck": "^2.15.3" @@ -160,11 +160,11 @@ } }, "@octokit/types": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.0.0.tgz", - "integrity": "sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.0.tgz", + "integrity": "sha512-xySzJG4noWrIBFyMu4lg4tu9vAgNg9S0aoLRONhAEz6ueyi1evBzb40HitIosaYS4XOexphG305IVcLrIX/30g==", "requires": { - "@octokit/openapi-types": "^16.0.0" + "@octokit/openapi-types": "^17.1.0" } }, "ansi-colors": { @@ -653,9 +653,9 @@ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" }, "yargs": { - "version": "17.7.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz", - "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "requires": { "cliui": "^8.0.1", "escalade": "^3.1.1",