Skip to content

Commit

Permalink
fix: Workflow Bot -- Update ALL Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 13, 2023
1 parent 8cd560b commit bb7b0e7
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@actions/github": "^6.0.0",
"@cspell/cspell-bundled-dicts": "^8.0.0",
"@octokit/core": "^5.0.1",
"@octokit/plugin-rest-endpoint-methods": "^10.1.3",
"@octokit/plugin-rest-endpoint-methods": "^10.1.4",
"@octokit/rest": "^20.0.2",
"cspell": "^8.0.0",
"cspell-glob": "^8.0.0",
Expand Down
24 changes: 12 additions & 12 deletions action/lib/main_root.js
Original file line number Diff line number Diff line change
Expand Up @@ -19912,9 +19912,9 @@ var require_dist_node8 = __commonJS({
}
});

// ../node_modules/.pnpm/@octokit+plugin-rest-endpoint-methods@10.1.3_@octokit+core@5.0.1/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js
// ../node_modules/.pnpm/@octokit+plugin-rest-endpoint-methods@10.1.4_@octokit+core@5.0.1/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js
var require_dist_node9 = __commonJS({
"../node_modules/.pnpm/@octokit+plugin-rest-endpoint-methods@10.1.3_@octokit+core@5.0.1/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js"(exports, module2) {
"../node_modules/.pnpm/@octokit+plugin-rest-endpoint-methods@10.1.4_@octokit+core@5.0.1/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js"(exports, module2) {
"use strict";
var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
Expand All @@ -19939,7 +19939,7 @@ var require_dist_node9 = __commonJS({
restEndpointMethods: () => restEndpointMethods2
});
module2.exports = __toCommonJS2(dist_src_exports);
var VERSION = "10.1.3";
var VERSION = "10.1.4";
var Endpoints = {
actions: {
addCustomLabelsToSelfHostedRunnerForOrg: [
Expand Down Expand Up @@ -22009,9 +22009,9 @@ var require_dist_node9 = __commonJS({
}
});

// ../node_modules/.pnpm/@octokit+plugin-paginate-rest@9.1.3_@octokit+core@5.0.1/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js
// ../node_modules/.pnpm/@octokit+plugin-paginate-rest@9.1.4_@octokit+core@5.0.1/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js
var require_dist_node10 = __commonJS({
"../node_modules/.pnpm/@octokit+plugin-paginate-rest@9.1.3_@octokit+core@5.0.1/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js"(exports, module2) {
"../node_modules/.pnpm/@octokit+plugin-paginate-rest@9.1.4_@octokit+core@5.0.1/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js"(exports, module2) {
"use strict";
var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
Expand All @@ -22038,7 +22038,7 @@ var require_dist_node10 = __commonJS({
paginatingEndpoints: () => paginatingEndpoints
});
module2.exports = __toCommonJS2(dist_src_exports);
var VERSION = "9.1.3";
var VERSION = "9.1.4";
function normalizePaginatedListResponse(response) {
if (!response.data) {
return {
Expand Down Expand Up @@ -45005,9 +45005,9 @@ var require_cjs = __commonJS({
}
});

// ../node_modules/.pnpm/flat-cache@3.1.1/node_modules/flat-cache/src/utils.js
// ../node_modules/.pnpm/flat-cache@3.2.0/node_modules/flat-cache/src/utils.js
var require_utils9 = __commonJS({
"../node_modules/.pnpm/flat-cache@3.1.1/node_modules/flat-cache/src/utils.js"(exports, module2) {
"../node_modules/.pnpm/flat-cache@3.2.0/node_modules/flat-cache/src/utils.js"(exports, module2) {
var fs11 = require("fs");
var path26 = require("path");
var flatted = require_cjs();
Expand Down Expand Up @@ -47634,9 +47634,9 @@ var require_rimraf = __commonJS({
}
});

// ../node_modules/.pnpm/flat-cache@3.1.1/node_modules/flat-cache/src/del.js
// ../node_modules/.pnpm/flat-cache@3.2.0/node_modules/flat-cache/src/del.js
var require_del = __commonJS({
"../node_modules/.pnpm/flat-cache@3.1.1/node_modules/flat-cache/src/del.js"(exports, module2) {
"../node_modules/.pnpm/flat-cache@3.2.0/node_modules/flat-cache/src/del.js"(exports, module2) {
var rimraf = require_rimraf().sync;
var fs11 = require("fs");
module2.exports = function del(file) {
Expand All @@ -47651,9 +47651,9 @@ var require_del = __commonJS({
}
});

// ../node_modules/.pnpm/flat-cache@3.1.1/node_modules/flat-cache/src/cache.js
// ../node_modules/.pnpm/flat-cache@3.2.0/node_modules/flat-cache/src/cache.js
var require_cache2 = __commonJS({
"../node_modules/.pnpm/flat-cache@3.1.1/node_modules/flat-cache/src/cache.js"(exports, module2) {
"../node_modules/.pnpm/flat-cache@3.2.0/node_modules/flat-cache/src/cache.js"(exports, module2) {
var path26 = require("path");
var fs11 = require("fs");
var Keyv = require_src3();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@vitest/coverage-istanbul": "^0.34.6",
"env-cmd": "^10.1.0",
"eslint": "^8.53.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"shx": "^0.3.4",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bb7b0e7

Please sign in to comment.