Skip to content

Commit

Permalink
Bump the codemirror group with 1 update
Browse files Browse the repository at this point in the history
Bumps the codemirror group with 1 update: [@codemirror/commands](https://github.com/codemirror/commands).

- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](codemirror/commands@6.3.1...6.3.2)

---
updated-dependencies:
- dependency-name: "@codemirror/commands"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 1fb038f commit 691502a
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/commands": "^6.3.1",
"@codemirror/commands": "^6.3.2",
"@codemirror/view": "^6.22.1",
"@codemirror/state": "^6.3.2",
"@codemirror/language": "^6.9.3",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1007,10 +1007,10 @@
"@codemirror/view" "^6.17.0"
"@lezer/common" "^1.0.0"

"@codemirror/commands@^6.0.0", "@codemirror/commands@^6.3.1":
version "6.3.1"
resolved "https://registry.yarnpkg.com/@codemirror/commands/-/commands-6.3.1.tgz#c8eb8d7121dea3ba487330ac115770bb26643163"
integrity sha512-mgVour3mg9pnZUp53LzWQLPTRIBI3aZcoMJiJu6R0FadsLrydmMFxq/HMcI1zkElWWXcjaIZXemyog5IMKVIIA==
"@codemirror/commands@^6.0.0", "@codemirror/commands@^6.3.2":
version "6.3.2"
resolved "https://registry.yarnpkg.com/@codemirror/commands/-/commands-6.3.2.tgz#9fa47ccdacbea52fcddc6845089dfbf5be03f126"
integrity sha512-tjoi4MCWDNxgIpoLZ7+tezdS9OEB6pkiDKhfKx9ReJ/XBcs2G2RXIu+/FxXBlWsPTsz6C9q/r4gjzrsxpcnqCQ==
dependencies:
"@codemirror/language" "^6.0.0"
"@codemirror/state" "^6.2.0"

0 comments on commit 691502a

Please sign in to comment.