Skip to content

Commit

Permalink
fix: Workflow Bot -- Update ALL Dependencies (main) (#1467)
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 491b1fa commit ad85468
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 102 deletions.
6 changes: 3 additions & 3 deletions action/lib/main_root.js
Original file line number Diff line number Diff line change
Expand Up @@ -22375,9 +22375,9 @@ var require_dist_node9 = __commonJS({
}
});

// ../node_modules/.pnpm/@octokit+plugin-paginate-rest@9.1.4_@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.0.2/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js
var require_dist_node10 = __commonJS({
"../node_modules/.pnpm/@octokit+plugin-paginate-rest@9.1.4_@octokit+core@5.0.2/node_modules/@octokit/plugin-paginate-rest/dist-node/index.js"(exports, module2) {
"../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"(exports, module2) {
"use strict";
var __defProp2 = Object.defineProperty;
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
Expand All @@ -22404,7 +22404,7 @@ var require_dist_node10 = __commonJS({
paginatingEndpoints: () => paginatingEndpoints
});
module2.exports = __toCommonJS2(dist_src_exports);
var VERSION = "9.1.4";
var VERSION = "9.1.5";
function normalizePaginatedListResponse(response) {
if (!response.data) {
return {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"@pollyjs/core": "^6.0.6",
"@pollyjs/persister-fs": "^6.0.6",
"@tsconfig/node16": "^16.1.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-istanbul": "^0.34.6",
"env-cmd": "^10.1.0",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"prettier": "^3.1.0",
"shx": "^0.3.4",
"typescript": "^5.3.2",
Expand Down
Loading

0 comments on commit ad85468

Please sign in to comment.