Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @cspell/dict-win32 from v2.0.2 to v2.0.3 #775

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ JAVASCRIPT_ES_CLI_EXECUTABLE: [node, .yarn/releases/yarn-4.0.2.cjs, run, eslint]
# Work around https://github.com/oxsecurity/megalinter/issues/2500.
REPOSITORY_TRIVY_ARGUMENTS: --ignorefile .trivyignore.yaml
SPELL_CSPELL_PRE_COMMANDS:
- command: npm install @cspell/dict-win32@2.0.2
- command: npm install @cspell/dict-win32@2.0.3
continue_if_failed: false
TYPESCRIPT_ES_CLI_EXECUTABLE: [node, .yarn/releases/yarn-4.0.2.cjs, run, eslint]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@actions/core": "1.10.1"
},
"devDependencies": {
"@cspell/dict-win32": "2.0.2",
"@cspell/dict-win32": "2.0.3",
"@fast-check/jest": "1.8.0",
"@jest/globals": "29.7.0",
"@jest/types": "29.6.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,10 @@ __metadata:
languageName: node
linkType: hard

"@cspell/dict-win32@npm:2.0.2":
version: 2.0.2
resolution: "@cspell/dict-win32@npm:2.0.2"
checksum: b471d289c0422788d21ae321f524d21dcd4ceae7ff81e6a70a57662da2774e42374e735b86738ccd01adce5f500bbd95ec0274b16338f72119b98ff76fa6a039
"@cspell/dict-win32@npm:2.0.3":
version: 2.0.3
resolution: "@cspell/dict-win32@npm:2.0.3"
checksum: 7d83585e773bab165fa7c9c61817ed2306e0895264d368ffaf73dd7f01a42d3c8154fa70e2de3e00c94d6945886c7ae05035a344323f3ed75f79287f63143764
languageName: node
linkType: hard

Expand Down Expand Up @@ -2318,7 +2318,7 @@ __metadata:
dependencies:
"@actions/cache": "npm:3.2.2"
"@actions/core": "npm:1.10.1"
"@cspell/dict-win32": "npm:2.0.2"
"@cspell/dict-win32": "npm:2.0.3"
"@fast-check/jest": "npm:1.8.0"
"@jest/globals": "npm:29.7.0"
"@jest/types": "npm:29.6.3"
Expand Down