From 5379a8a3c52eb1da543c38004b255568fe9570ce Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 15:01:14 +0200 Subject: [PATCH] fix: Workflow Bot -- Update ALL Dependencies (main) (#970) fix: Workflow Bot -- Update ALL Dependencies Co-authored-by: Jason3S --- action-src/package.json | 4 +- .../@octokit/openapi-types/package.json | 4 +- .../plugin-paginate-rest/dist-node/index.js | 2 +- .../plugin-paginate-rest/dist-src/version.js | 2 +- .../plugin-paginate-rest/dist-web/index.js | 2 +- .../plugin-paginate-rest/package.json | 4 +- .../dist-node/index.js | 2 +- .../dist-src/version.js | 2 +- .../dist-web/index.js | 2 +- .../plugin-rest-endpoint-methods/package.json | 4 +- .../@octokit/types/dist-node/index.js | 2 +- .../@octokit/types/dist-src/VERSION.js | 2 +- .../@octokit/types/dist-web/index.js | 2 +- .../node_modules/@octokit/types/package.json | 6 +- action/package.json | 2 +- yarn.lock | 64 +++++++++---------- 16 files changed, 53 insertions(+), 53 deletions(-) diff --git a/action-src/package.json b/action-src/package.json index c8b8e4478..3a51a4140 100644 --- a/action-src/package.json +++ b/action-src/package.json @@ -24,7 +24,7 @@ "@pollyjs/adapter-node-http": "^6.0.5", "@pollyjs/core": "^6.0.5", "@pollyjs/persister-fs": "^6.0.5", - "@types/jest": "^29.0.2", + "@types/jest": "^29.0.3", "env-cmd": "^10.1.0", "jest": "^29.0.3", "rimraf": "^3.0.2", @@ -35,7 +35,7 @@ "@actions/core": "^1.9.1", "@actions/github": "^5.0.3", "@octokit/core": "^4.0.5", - "@octokit/plugin-rest-endpoint-methods": "^6.6.1", + "@octokit/plugin-rest-endpoint-methods": "^6.6.2", "@octokit/rest": "^19.0.4", "cspell": "^6.10.0", "cspell-glob": "^6.10.0", diff --git a/action/node_modules/@octokit/openapi-types/package.json b/action/node_modules/@octokit/openapi-types/package.json index a765a87d5..0414d609e 100644 --- a/action/node_modules/@octokit/openapi-types/package.json +++ b/action/node_modules/@octokit/openapi-types/package.json @@ -9,12 +9,12 @@ "publishConfig": { "access": "public" }, - "version": "13.11.0", + "version": "13.12.0", "main": "", "types": "types.d.ts", "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "octokit": { - "openapi-version": "7.13.0" + "openapi-version": "7.14.0" } } diff --git a/action/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js b/action/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js index 580f44329..4baf39202 100644 --- a/action/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js +++ b/action/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js @@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true }); -const VERSION = "4.3.0"; +const VERSION = "4.3.1"; /** * Some “list” response that can be paginated have a different response structure diff --git a/action/node_modules/@octokit/plugin-paginate-rest/dist-src/version.js b/action/node_modules/@octokit/plugin-paginate-rest/dist-src/version.js index d5116f318..c51216ae1 100644 --- a/action/node_modules/@octokit/plugin-paginate-rest/dist-src/version.js +++ b/action/node_modules/@octokit/plugin-paginate-rest/dist-src/version.js @@ -1 +1 @@ -export const VERSION = "4.3.0"; +export const VERSION = "4.3.1"; diff --git a/action/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js b/action/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js index 7dec9f220..32827dde2 100644 --- a/action/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js +++ b/action/node_modules/@octokit/plugin-paginate-rest/dist-web/index.js @@ -1,4 +1,4 @@ -const VERSION = "4.3.0"; +const VERSION = "4.3.1"; /** * Some “list” response that can be paginated have a different response structure diff --git a/action/node_modules/@octokit/plugin-paginate-rest/package.json b/action/node_modules/@octokit/plugin-paginate-rest/package.json index 5e9150387..66e40cf83 100644 --- a/action/node_modules/@octokit/plugin-paginate-rest/package.json +++ b/action/node_modules/@octokit/plugin-paginate-rest/package.json @@ -1,7 +1,7 @@ { "name": "@octokit/plugin-paginate-rest", "description": "Octokit plugin to paginate REST API endpoint responses", - "version": "4.3.0", + "version": "4.3.1", "license": "MIT", "files": [ "dist-*/", @@ -21,7 +21,7 @@ ], "repository": "github:octokit/plugin-paginate-rest.js", "dependencies": { - "@octokit/types": "^7.4.0" + "@octokit/types": "^7.5.0" }, "peerDependencies": { "@octokit/core": ">=4" diff --git a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js index 0377d3f00..f60c8f024 100644 --- a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js +++ b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js @@ -972,7 +972,7 @@ const Endpoints = { } }; -const VERSION = "6.6.1"; +const VERSION = "6.6.2"; function endpointsToMethods(octokit, endpointsMap) { const newMethods = {}; diff --git a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js index 7bed7d5f4..c3abe1db8 100644 --- a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +++ b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/version.js @@ -1 +1 @@ -export const VERSION = "6.6.1"; +export const VERSION = "6.6.2"; diff --git a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js index dd3bd94bd..7adbd198d 100644 --- a/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js +++ b/action/node_modules/@octokit/plugin-rest-endpoint-methods/dist-web/index.js @@ -1707,7 +1707,7 @@ const Endpoints = { }, }; -const VERSION = "6.6.1"; +const VERSION = "6.6.2"; function endpointsToMethods(octokit, endpointsMap) { const newMethods = {}; diff --git a/action/node_modules/@octokit/plugin-rest-endpoint-methods/package.json b/action/node_modules/@octokit/plugin-rest-endpoint-methods/package.json index 575a81a1e..f60b85602 100644 --- a/action/node_modules/@octokit/plugin-rest-endpoint-methods/package.json +++ b/action/node_modules/@octokit/plugin-rest-endpoint-methods/package.json @@ -1,7 +1,7 @@ { "name": "@octokit/plugin-rest-endpoint-methods", "description": "Octokit plugin adding one method for all of api.github.com REST API endpoints", - "version": "6.6.1", + "version": "6.6.2", "license": "MIT", "files": [ "dist-*/", @@ -21,7 +21,7 @@ ], "repository": "github:octokit/plugin-rest-endpoint-methods.js", "dependencies": { - "@octokit/types": "^7.4.0", + "@octokit/types": "^7.5.0", "deprecation": "^2.3.1" }, "peerDependencies": { diff --git a/action/node_modules/@octokit/types/dist-node/index.js b/action/node_modules/@octokit/types/dist-node/index.js index 5b52f6c7b..216e2ef98 100644 --- a/action/node_modules/@octokit/types/dist-node/index.js +++ b/action/node_modules/@octokit/types/dist-node/index.js @@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true }); -const VERSION = "7.4.0"; +const VERSION = "7.5.0"; exports.VERSION = VERSION; //# sourceMappingURL=index.js.map diff --git a/action/node_modules/@octokit/types/dist-src/VERSION.js b/action/node_modules/@octokit/types/dist-src/VERSION.js index 25ed02efb..a04fb6a65 100644 --- a/action/node_modules/@octokit/types/dist-src/VERSION.js +++ b/action/node_modules/@octokit/types/dist-src/VERSION.js @@ -1 +1 @@ -export const VERSION = "7.4.0"; +export const VERSION = "7.5.0"; diff --git a/action/node_modules/@octokit/types/dist-web/index.js b/action/node_modules/@octokit/types/dist-web/index.js index 160cdbbc1..d3fffc0ba 100644 --- a/action/node_modules/@octokit/types/dist-web/index.js +++ b/action/node_modules/@octokit/types/dist-web/index.js @@ -1,4 +1,4 @@ -const VERSION = "7.4.0"; +const VERSION = "7.5.0"; export { VERSION }; //# sourceMappingURL=index.js.map diff --git a/action/node_modules/@octokit/types/package.json b/action/node_modules/@octokit/types/package.json index 8eea34953..1fc99c97d 100644 --- a/action/node_modules/@octokit/types/package.json +++ b/action/node_modules/@octokit/types/package.json @@ -1,7 +1,7 @@ { "name": "@octokit/types", "description": "Shared TypeScript definitions for Octokit projects", - "version": "7.4.0", + "version": "7.5.0", "license": "MIT", "files": [ "dist-*/", @@ -10,7 +10,7 @@ "source": "dist-src/index.js", "types": "dist-types/index.d.ts", "octokit": { - "openapi-version": "7.12.0" + "openapi-version": "7.13.0" }, "main": "dist-node/index.js", "module": "dist-web/index.js", @@ -25,7 +25,7 @@ ], "repository": "github:octokit/types.ts", "dependencies": { - "@octokit/openapi-types": "^13.10.0" + "@octokit/openapi-types": "^13.11.0" }, "devDependencies": { "@pika/pack": "^0.3.7", diff --git a/action/package.json b/action/package.json index ef1a78f31..4130fd6a7 100644 --- a/action/package.json +++ b/action/package.json @@ -12,7 +12,7 @@ "@actions/core": "^1.9.1", "@actions/github": "^5.0.3", "@octokit/core": "^4.0.5", - "@octokit/plugin-rest-endpoint-methods": "^6.6.1", + "@octokit/plugin-rest-endpoint-methods": "^6.6.2", "@octokit/rest": "^19.0.4", "cspell": "^6.10.0", "cspell-glob": "^6.10.0", diff --git a/yarn.lock b/yarn.lock index 748132363..622666949 100644 --- a/yarn.lock +++ b/yarn.lock @@ -985,10 +985,10 @@ resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz#da5638d64f2b919bca89ce6602d059f1b52d3ef0" integrity sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ== -"@octokit/openapi-types@^13.10.0": - version "13.11.0" - resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.11.0.tgz#f3d8168d1df676e0ff11ffca95a66f052057f7f9" - integrity sha512-Y5LdQm7dFJLJdAp/KTZx40h/gFF3tRKDO78L4MlDd5KUwLuySRE4or9CQuaeMho5yYwQMoKjVDyt7louorZhvw== +"@octokit/openapi-types@^13.11.0": + version "13.12.0" + resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.12.0.tgz#cd49f28127ee06ee3edc6f2b5f5648c7332f6014" + integrity sha512-1QYzZrwnn3rTQE7ZoSxXrO8lhu0aIbac1c+qIPOPEaVXBWSaUyLV1x9yt4uDQOwmu6u5ywVS8OJgs+ErDLf6vQ== "@octokit/plugin-paginate-rest@^2.17.0": version "2.21.3" @@ -998,11 +998,11 @@ "@octokit/types" "^6.40.0" "@octokit/plugin-paginate-rest@^4.0.0": - version "4.3.0" - resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.3.0.tgz#f328665ece9e8def7773c6d5620f4cf94124e037" - integrity sha512-4V8hWMoXuxb03xPs3s3RjUb5Bzx4HmVRhG+gvbO08PB48ag6G8mk6/HDFKlAXz9XEorDIkc0pXcXnaOz8spHgg== + version "4.3.1" + resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.3.1.tgz#553e653ee0318605acd23bf3a799c8bfafdedae3" + integrity sha512-h8KKxESmSFTcXX409CAxlaOYscEDvN2KGQRsLCGT1NSqRW+D6EXLVQ8vuHhFznS9MuH9QYw1GfsUN30bg8hjVA== dependencies: - "@octokit/types" "^7.4.0" + "@octokit/types" "^7.5.0" "@octokit/plugin-request-log@^1.0.4": version "1.0.4" @@ -1017,12 +1017,12 @@ "@octokit/types" "^6.39.0" deprecation "^2.3.1" -"@octokit/plugin-rest-endpoint-methods@^6.0.0", "@octokit/plugin-rest-endpoint-methods@^6.6.1": - version "6.6.1" - resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.6.1.tgz#e601af2f480b5ff85ee3a1b1057d97cf50a93423" - integrity sha512-hkD9agR36fAeatWiT96Re7ZpyO4OzNrls5ZQxGxo9DeNxEKXGWSdziZ2GtWykpNOdf3Z/zjugIDLI2fUKuOYSQ== +"@octokit/plugin-rest-endpoint-methods@^6.0.0", "@octokit/plugin-rest-endpoint-methods@^6.6.2": + version "6.6.2" + resolved "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-6.6.2.tgz#cfd1c7280940d5a82d9af12566bafcb33f22bee4" + integrity sha512-n9dL5KMpz9qVFSNdcVWC8ZPbl68QbTk7+CMPXCXqaMZOLn1n1YuoSFFCy84Ge0fx333fUqpnBHv8BFjwGtUQkA== dependencies: - "@octokit/types" "^7.4.0" + "@octokit/types" "^7.5.0" deprecation "^2.3.1" "@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0": @@ -1084,12 +1084,12 @@ dependencies: "@octokit/openapi-types" "^12.11.0" -"@octokit/types@^7.0.0", "@octokit/types@^7.4.0": - version "7.4.0" - resolved "https://registry.npmjs.org/@octokit/types/-/types-7.4.0.tgz#ac2aecc9c46b30f7899976dc7c56b47c0e093688" - integrity sha512-ln1GW0p72+P8qeRjHGj0wyR5ePy6slqvczveOqonMk1w1UWua6UgrkwFzv6S0vKWjSqt/ijYXF1ehNVRRRSvLA== +"@octokit/types@^7.0.0", "@octokit/types@^7.5.0": + version "7.5.0" + resolved "https://registry.npmjs.org/@octokit/types/-/types-7.5.0.tgz#85646021bd618467b7cc465d9734b3f2878c9fae" + integrity sha512-aHm+olfIZjQpzoODpl+RCZzchKOrdSLJs+yfI7pMMcmB19Li6vidgx0DwUDO/Ic4Q3fq/lOjJORVCcLZefcrJw== dependencies: - "@octokit/openapi-types" "^13.10.0" + "@octokit/openapi-types" "^13.11.0" "@pollyjs/adapter-node-http@^6.0.5": version "6.0.5" @@ -1167,9 +1167,9 @@ url-parse "^1.5.3" "@sinclair/typebox@^0.24.1": - version "0.24.41" - resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.41.tgz#45470b8bae32a28f1e0501066d0bacbd8b772804" - integrity sha512-TJCgQurls4FipFvHeC+gfAzb+GGstL0TDwYJKQVtTeSvJIznWzP7g3bAd5gEBlr8+bIxqnWS9VGVWREDhmE8jA== + version "0.24.42" + resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.42.tgz#a74b608d494a1f4cc079738e050142a678813f52" + integrity sha512-d+2AtrHGyWek2u2ITF0lHRIv6Tt7X0dEHW+0rP+5aDCEjC3fiN2RBjrLD0yU0at52BcZbRGxLbAtXiR0hFCjYw== "@sindresorhus/fnv1a@^2.0.1": version "2.0.1" @@ -1254,10 +1254,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.0.2": - version "29.0.2" - resolved "https://registry.npmjs.org/@types/jest/-/jest-29.0.2.tgz#05dcb2d78d2fcc444be89f95b7389f2c3601d336" - integrity sha512-TaklkwSEtvwJpleiKBHgEBySIQlcZ08gYP/s5wdtdLnjz9uxjnDd7U+Y0JWACebkqBc+jtbol2PEtEW0wQV2zQ== +"@types/jest@^29.0.3": + version "29.0.3" + resolved "https://registry.npmjs.org/@types/jest/-/jest-29.0.3.tgz#b61a5ed100850686b8d3c5e28e3a1926b2001b59" + integrity sha512-F6ukyCTwbfsEX5F2YmVYmM5TcTHy1q9P5rWlRbrk56KyMh3v9xRGUO3aa8+SkvMi0SHXtASJv1283enXimC0Og== dependencies: expect "^29.0.0" pretty-format "^29.0.0" @@ -1666,9 +1666,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001400: - version "1.0.30001400" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001400.tgz#3038bee70d8b875604cd8833cb0e5e254ee0281a" - integrity sha512-Mv659Hn65Z4LgZdJ7ge5JTVbE3rqbJaaXgW5LEI9/tOaXclfIZ8DW7D7FCWWWmWiiPS7AC48S8kf3DApSxQdgA== + version "1.0.30001406" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001406.tgz#d0146e7919635479f873b4507517b627f66ab269" + integrity sha512-bWTlaXUy/rq0BBtYShc/jArYfBPjEV95euvZ8JVtO43oQExEN/WquoqpufFjNu4kSpi5cy5kMbNvzztWDfv1Jg== chalk@^2.0.0: version "2.4.2" @@ -2027,9 +2027,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.4.251: - version "1.4.251" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.251.tgz#8b62448f3c591f0d32488df09454dda72dec96d5" - integrity sha512-k4o4cFrWPv4SoJGGAydd07GmlRVzmeDIJ6MaEChTUjk4Dmomn189tCicSzil2oyvbPoGgg2suwPDNWq4gWRhoQ== + version "1.4.254" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.254.tgz#c6203583890abf88dfc0be046cd72d3b48f8beb6" + integrity sha512-Sh/7YsHqQYkA6ZHuHMy24e6TE4eX6KZVsZb9E/DvU1nQRIrH4BflO/4k+83tfdYvDl+MObvlqHPRICzEdC9c6Q== emittery@^0.10.2: version "0.10.2" @@ -4170,7 +4170,7 @@ vscode-languageserver-textdocument@^1.0.7: resolved "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.7.tgz#16df468d5c2606103c90554ae05f9f3d335b771b" integrity sha512-bFJH7UQxlXT8kKeyiyu41r22jCZXG8kuuVVA33OEJn1diWOZK5n8zBSPZFHVBOu8kXZ6h0LIRhf5UnCo61J4Hg== -vscode-uri@3.0.4, vscode-uri@^3.0.4: +vscode-uri@3.0.4: version "3.0.4" resolved "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.4.tgz#703c6dd7c0b727ee1c34a1287434138fb52d054f" integrity sha512-aEmKD6H8Sg8gaQAUrnadG0BMeWXtiWhRsj1a94n2FYsMkDpgnK7BRVzZjOUYIvkv2B+bp5Bmt4ImZCpYbnJwkg==