Skip to content

Commit

Permalink
fix: Workflow Bot -- Update ALL Dependencies (main) (#1539)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 0c00895 commit 38e968b
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 254 deletions.
4 changes: 2 additions & 2 deletions action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@cspell/cspell-bundled-dicts"
],
"devDependencies": {
"esbuild": "^0.19.11"
"esbuild": "^0.19.12"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@cspell/cspell-bundled-dicts": "^8.3.2",
"@octokit/core": "^5.0.2",
"@octokit/core": "^5.1.0",
"@octokit/plugin-rest-endpoint-methods": "^10.2.0",
"@octokit/rest": "^20.0.2",
"cspell": "^8.3.2",
Expand Down
14 changes: 7 additions & 7 deletions action/lib/main_root.js
Original file line number Diff line number Diff line change
Expand Up @@ -20119,9 +20119,9 @@ var require_dist_node7 = __commonJS({
}
});

// ../node_modules/.pnpm/@octokit+core@5.0.2/node_modules/@octokit/core/dist-node/index.js
// ../node_modules/.pnpm/@octokit+core@5.1.0/node_modules/@octokit/core/dist-node/index.js
var require_dist_node8 = __commonJS({
"../node_modules/.pnpm/@octokit+core@5.0.2/node_modules/@octokit/core/dist-node/index.js"(exports2, module2) {
"../node_modules/.pnpm/@octokit+core@5.1.0/node_modules/@octokit/core/dist-node/index.js"(exports2, module2) {
"use strict";
var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
Expand Down Expand Up @@ -20150,7 +20150,7 @@ var require_dist_node8 = __commonJS({
var import_request4 = require_dist_node5();
var import_graphql = require_dist_node6();
var import_auth_token = require_dist_node7();
var VERSION = "5.0.2";
var VERSION = "5.1.0";
var noop = () => {
};
var consoleWarn = console.warn.bind(console);
Expand Down Expand Up @@ -20278,9 +20278,9 @@ var require_dist_node8 = __commonJS({
}
});

// ../node_modules/.pnpm/@octokit+plugin-rest-endpoint-methods@10.2.0_@octokit+core@5.0.2/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js
// ../node_modules/.pnpm/@octokit+plugin-rest-endpoint-methods@10.2.0_@octokit+core@5.1.0/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.2.0_@octokit+core@5.0.2/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js"(exports2, module2) {
"../node_modules/.pnpm/@octokit+plugin-rest-endpoint-methods@10.2.0_@octokit+core@5.1.0/node_modules/@octokit/plugin-rest-endpoint-methods/dist-node/index.js"(exports2, module2) {
"use strict";
var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
Expand Down Expand Up @@ -22375,9 +22375,9 @@ var require_dist_node9 = __commonJS({
}
});

// ../node_modules/.pnpm/@octokit+plugin-paginate-rest@9.1.5_@octokit+core@5.0.2/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js
// ../node_modules/.pnpm/@octokit+plugin-paginate-rest@9.1.5_@octokit+core@5.1.0/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js
var require_dist_node10 = __commonJS({
"../node_modules/.pnpm/@octokit+plugin-paginate-rest@9.1.5_@octokit+core@5.0.2/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js"(exports2, module2) {
"../node_modules/.pnpm/@octokit+plugin-paginate-rest@9.1.5_@octokit+core@5.1.0/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js"(exports2, module2) {
"use strict";
var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"@pollyjs/core": "^6.0.6",
"@pollyjs/persister-fs": "^6.0.6",
"@tsconfig/node16": "^16.1.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vitest/coverage-istanbul": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/coverage-istanbul": "^1.2.1",
"env-cmd": "^10.1.0",
"eslint": "^8.56.0",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"shx": "^0.3.4",
"typescript": "^5.3.3",
"vitest": "^1.2.0"
"vitest": "^1.2.1"
}
}
Loading

0 comments on commit 38e968b

Please sign in to comment.