Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 38e968b

Browse filesBrowse files
fix: Workflow Bot -- Update ALL Dependencies (main) (#1539)
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
1 parent 0c00895 commit 38e968b
Copy full SHA for 38e968b

File tree

4 files changed

+254
-254
lines changed
Filter options

4 files changed

+254
-254
lines changed

‎action-src/package.json

Copy file name to clipboardExpand all lines: action-src/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"@cspell/cspell-bundled-dicts"
2222
],
2323
"devDependencies": {
24-
"esbuild": "^0.19.11"
24+
"esbuild": "^0.19.12"
2525
},
2626
"dependencies": {
2727
"@actions/core": "^1.10.1",
2828
"@actions/github": "^6.0.0",
2929
"@cspell/cspell-bundled-dicts": "^8.3.2",
30-
"@octokit/core": "^5.0.2",
30+
"@octokit/core": "^5.1.0",
3131
"@octokit/plugin-rest-endpoint-methods": "^10.2.0",
3232
"@octokit/rest": "^20.0.2",
3333
"cspell": "^8.3.2",

‎action/lib/main_root.js

Copy file name to clipboardExpand all lines: action/lib/main_root.js
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20119,9 +20119,9 @@ var require_dist_node7 = __commonJS({
2011920119
}
2012020120
});
2012120121

20122-
// ../node_modules/.pnpm/@octokit+core@5.0.2/node_modules/@octokit/core/dist-node/index.js
20122+
// ../node_modules/.pnpm/@octokit+core@5.1.0/node_modules/@octokit/core/dist-node/index.js
2012320123
var require_dist_node8 = __commonJS({
20124-
"../node_modules/.pnpm/@octokit+core@5.0.2/node_modules/@octokit/core/dist-node/index.js"(exports2, module2) {
20124+
"../node_modules/.pnpm/@octokit+core@5.1.0/node_modules/@octokit/core/dist-node/index.js"(exports2, module2) {
2012520125
"use strict";
2012620126
var __defProp2 = Object.defineProperty;
2012720127
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -20150,7 +20150,7 @@ var require_dist_node8 = __commonJS({
2015020150
var import_request4 = require_dist_node5();
2015120151
var import_graphql = require_dist_node6();
2015220152
var import_auth_token = require_dist_node7();
20153-
var VERSION = "5.0.2";
20153+
var VERSION = "5.1.0";
2015420154
var noop = () => {
2015520155
};
2015620156
var consoleWarn = console.warn.bind(console);
@@ -20278,9 +20278,9 @@ var require_dist_node8 = __commonJS({
2027820278
}
2027920279
});
2028020280

20281-
// ../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
20281+
// ../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
2028220282
var require_dist_node9 = __commonJS({
20283-
"../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) {
20283+
"../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) {
2028420284
"use strict";
2028520285
var __defProp2 = Object.defineProperty;
2028620286
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;
@@ -22375,9 +22375,9 @@ var require_dist_node9 = __commonJS({
2237522375
}
2237622376
});
2237722377

22378-
// ../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
22378+
// ../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
2237922379
var require_dist_node10 = __commonJS({
22380-
"../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) {
22380+
"../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) {
2238122381
"use strict";
2238222382
var __defProp2 = Object.defineProperty;
2238322383
var __getOwnPropDesc2 = Object.getOwnPropertyDescriptor;

‎package.json

Copy file name to clipboardExpand all lines: package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"@pollyjs/core": "^6.0.6",
4444
"@pollyjs/persister-fs": "^6.0.6",
4545
"@tsconfig/node16": "^16.1.1",
46-
"@typescript-eslint/eslint-plugin": "^6.19.0",
47-
"@typescript-eslint/parser": "^6.19.0",
48-
"@vitest/coverage-istanbul": "^1.2.0",
46+
"@typescript-eslint/eslint-plugin": "^6.19.1",
47+
"@typescript-eslint/parser": "^6.19.1",
48+
"@vitest/coverage-istanbul": "^1.2.1",
4949
"env-cmd": "^10.1.0",
5050
"eslint": "^8.56.0",
51-
"prettier": "^3.2.2",
51+
"prettier": "^3.2.4",
5252
"shx": "^0.3.4",
5353
"typescript": "^5.3.3",
54-
"vitest": "^1.2.0"
54+
"vitest": "^1.2.1"
5555
}
5656
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.