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 10, 2023
1 parent 22e32eb commit 504d3a4
Show file tree
Hide file tree
Showing 19 changed files with 334 additions and 294 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.

3 changes: 3 additions & 0 deletions action/node_modules/@cspell/dict-companies/dict/companies.txt

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

4 changes: 2 additions & 2 deletions action/node_modules/@cspell/dict-companies/package.json

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

1 change: 1 addition & 0 deletions action/node_modules/@cspell/dict-cpp/dict/cpp-refined.txt

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

18 changes: 18 additions & 0 deletions action/node_modules/@cspell/dict-cpp/dict/cpp.txt

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

6 changes: 3 additions & 3 deletions action/node_modules/@cspell/dict-cpp/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/node_modules/@cspell/dict-node/README.md

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

6 changes: 6 additions & 0 deletions action/node_modules/@cspell/dict-node/dict/node.txt

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

10 changes: 5 additions & 5 deletions action/node_modules/@cspell/dict-node/package.json

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

6 changes: 3 additions & 3 deletions action/node_modules/@cspell/dict-python/package.json

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

Binary file modified action/node_modules/@cspell/dict-python/python.txt.gz
Binary file not shown.

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

Loading

0 comments on commit 504d3a4

Please sign in to comment.