Skip to content

Commit

Permalink
chore(deps-dev): bump @cspell/dict-win32 from v2.0.2 to v2.0.3
Browse files Browse the repository at this point in the history
| datasource | package            | from  | to    |
| ---------- | ------------------ | ----- | ----- |
| npm        | @cspell/dict-win32 | 2.0.2 | 2.0.3 |
  • Loading branch information
renovate-bot committed Jan 6, 2024
1 parent 98293ff commit 09e1c83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 09e1c83

Please sign in to comment.