Skip to content

Commit

Permalink
fix: Update CSpell to (7.3.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 10, 2023
1 parent c1cc4c6 commit 84a149d
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 126 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.3",
"cspell-glob": "^7.3.3",
"cspell": "^7.3.4",
"cspell-glob": "^7.3.4",
"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.3",
version: "7.3.4",
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.3",
"@cspell/cspell-pipe": "7.3.3",
"@cspell/cspell-types": "7.3.3",
"@cspell/dynamic-import": "7.3.3",
"@cspell/cspell-json-reporter": "7.3.4",
"@cspell/cspell-pipe": "7.3.4",
"@cspell/cspell-types": "7.3.4",
"@cspell/dynamic-import": "7.3.4",
chalk: "^5.3.0",
"chalk-template": "^1.1.0",
commander: "^11.0.0",
"cspell-gitignore": "7.3.3",
"cspell-glob": "7.3.3",
"cspell-io": "7.3.3",
"cspell-lib": "7.3.3",
"cspell-gitignore": "7.3.4",
"cspell-glob": "7.3.4",
"cspell-io": "7.3.4",
"cspell-lib": "7.3.4",
"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: "da65ffafaa6a039cedc52d9e029c53ddd273a1fb"
gitHead: "7849a4ff2561453653fae9b9067b39252aeb773f"
};
}
});
Expand Down
18 changes: 9 additions & 9 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.3"
"@cspell/cspell-bundled-dicts": "^7.3.4"
}
}
Loading

0 comments on commit 84a149d

Please sign in to comment.