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 Sep 9, 2023
1 parent 22e32eb commit 4cd5aa6
Show file tree
Hide file tree
Showing 6 changed files with 263 additions and 262 deletions.
4 changes: 2 additions & 2 deletions action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@octokit/core": "^4.2.4",
"@octokit/plugin-rest-endpoint-methods": "7.1.3",
"@octokit/rest": "^19.0.13",
"cspell": "^7.3.2",
"cspell-glob": "^7.3.2",
"cspell": "^7.3.3",
"cspell-glob": "^7.3.3",
"esbuild": "^0.19.2",
"vscode-uri": "^3.0.7"
}
Expand Down
20 changes: 10 additions & 10 deletions action/lib/main_root.js
Original file line number Diff line number Diff line change
Expand Up @@ -30120,7 +30120,7 @@ var require_package = __commonJS({
"node_modules/cspell/package.json"(exports, module2) {
module2.exports = {
name: "cspell",
version: "7.3.2",
version: "7.3.3",
description: "A Spelling Checker for Code!",
funding: "https://github.com/streetsidesoftware/cspell?sponsor=1",
bin: {
Expand Down Expand Up @@ -30200,17 +30200,17 @@ var require_package = __commonJS({
},
homepage: "https://streetsidesoftware.github.io/cspell/",
dependencies: {
"@cspell/cspell-json-reporter": "7.3.2",
"@cspell/cspell-pipe": "7.3.2",
"@cspell/cspell-types": "7.3.2",
"@cspell/dynamic-import": "7.3.2",
"@cspell/cspell-json-reporter": "7.3.3",
"@cspell/cspell-pipe": "7.3.3",
"@cspell/cspell-types": "7.3.3",
"@cspell/dynamic-import": "7.3.3",
chalk: "^5.3.0",
"chalk-template": "^1.1.0",
commander: "^11.0.0",
"cspell-gitignore": "7.3.2",
"cspell-glob": "7.3.2",
"cspell-io": "7.3.2",
"cspell-lib": "7.3.2",
"cspell-gitignore": "7.3.3",
"cspell-glob": "7.3.3",
"cspell-io": "7.3.3",
"cspell-lib": "7.3.3",
"fast-glob": "^3.3.1",
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^6.0.1",
Expand All @@ -30230,7 +30230,7 @@ var require_package = __commonJS({
micromatch: "^4.0.5",
minimatch: "^9.0.3"
},
gitHead: "71d88d4e4d2252124a952c78d4fc03ce0a6d67e3"
gitHead: "da65ffafaa6a039cedc52d9e029c53ddd273a1fb"
};
}
});
Expand Down
10 changes: 5 additions & 5 deletions action/node_modules/@cspell/cspell-bundled-dicts/package.json

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

2 changes: 1 addition & 1 deletion action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
]
},
"dependencies": {
"@cspell/cspell-bundled-dicts": "^7.3.2"
"@cspell/cspell-bundled-dicts": "^7.3.3"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"@tsconfig/node16": "^16.1.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-istanbul": "^0.34.3",
"@vitest/coverage-istanbul": "^0.34.4",
"env-cmd": "^10.1.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"prettier": "^3.0.3",
"shx": "^0.3.4",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
}
}
Loading

0 comments on commit 4cd5aa6

Please sign in to comment.