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 authored and github-actions[bot] committed Aug 12, 2024
1 parent 38b9280 commit 4515272
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 96 deletions.
2 changes: 1 addition & 1 deletion action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@cspell/cspell-bundled-dicts": "^8.13.2",
"@cspell/cspell-types": "^8.13.2",
"@octokit/webhooks-types": "^7.5.1",
"@types/node": "^20.14.14",
"@types/node": "^20.14.15",
"cspell": "^8.13.2",
"cspell-glob": "^8.13.2",
"vscode-uri": "^3.0.8"
Expand Down
20 changes: 10 additions & 10 deletions action/lib/main_root.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29073,9 +29073,9 @@ var require_has_own_prop = __commonJS({
}
});

// ../node_modules/.pnpm/comment-json@4.2.4/node_modules/comment-json/src/common.js
// ../node_modules/.pnpm/comment-json@4.2.5/node_modules/comment-json/src/common.js
var require_common = __commonJS({
"../node_modules/.pnpm/comment-json@4.2.4/node_modules/comment-json/src/common.js"(exports2, module2) {
"../node_modules/.pnpm/comment-json@4.2.5/node_modules/comment-json/src/common.js"(exports2, module2) {
var hasOwnProperty4 = require_has_own_prop();
var {
isObject,
Expand Down Expand Up @@ -29221,9 +29221,9 @@ var require_common = __commonJS({
}
});

// ../node_modules/.pnpm/comment-json@4.2.4/node_modules/comment-json/src/array.js
// ../node_modules/.pnpm/comment-json@4.2.5/node_modules/comment-json/src/array.js
var require_array = __commonJS({
"../node_modules/.pnpm/comment-json@4.2.4/node_modules/comment-json/src/array.js"(exports2, module2) {
"../node_modules/.pnpm/comment-json@4.2.5/node_modules/comment-json/src/array.js"(exports2, module2) {
var { isArray: isArray3 } = require_util8();
var { sort } = require_src();
var {
Expand Down Expand Up @@ -29389,9 +29389,9 @@ var require_array = __commonJS({
}
});

// ../node_modules/.pnpm/comment-json@4.2.4/node_modules/comment-json/src/parse.js
// ../node_modules/.pnpm/comment-json@4.2.5/node_modules/comment-json/src/parse.js
var require_parse4 = __commonJS({
"../node_modules/.pnpm/comment-json@4.2.4/node_modules/comment-json/src/parse.js"(exports2, module2) {
"../node_modules/.pnpm/comment-json@4.2.5/node_modules/comment-json/src/parse.js"(exports2, module2) {
var esprima = require_esprima();
var {
CommentArray
Expand Down Expand Up @@ -29723,9 +29723,9 @@ var require_repeat_string = __commonJS({
}
});

// ../node_modules/.pnpm/comment-json@4.2.4/node_modules/comment-json/src/stringify.js
// ../node_modules/.pnpm/comment-json@4.2.5/node_modules/comment-json/src/stringify.js
var require_stringify2 = __commonJS({
"../node_modules/.pnpm/comment-json@4.2.4/node_modules/comment-json/src/stringify.js"(exports2, module2) {
"../node_modules/.pnpm/comment-json@4.2.5/node_modules/comment-json/src/stringify.js"(exports2, module2) {
var {
isArray: isArray3,
isObject,
Expand Down Expand Up @@ -29922,9 +29922,9 @@ var require_stringify2 = __commonJS({
}
});

// ../node_modules/.pnpm/comment-json@4.2.4/node_modules/comment-json/src/index.js
// ../node_modules/.pnpm/comment-json@4.2.5/node_modules/comment-json/src/index.js
var require_src2 = __commonJS({
"../node_modules/.pnpm/comment-json@4.2.4/node_modules/comment-json/src/index.js"(exports2, module2) {
"../node_modules/.pnpm/comment-json@4.2.5/node_modules/comment-json/src/index.js"(exports2, module2) {
var { parse: parse5, tokenize } = require_parse4();
var stringify4 = require_stringify2();
var { CommentArray } = require_array();
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell-action#readme",
"devDependencies": {
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.9.0",
"@tsconfig/node20": "^20.1.4",
"@vitest/coverage-istanbul": "^2.0.5",
"env-cmd": "^10.1.0",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 4515272

Please sign in to comment.