Browse Source

build(deps): bump @codemirror/matchbrackets in /web/ui (#9804)

Bumps [@codemirror/matchbrackets](https://github.com/codemirror/matchbrackets) from 0.19.1 to 0.19.3.
- [Release notes](https://github.com/codemirror/matchbrackets/releases)
- [Changelog](https://github.com/codemirror/matchbrackets/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/matchbrackets/compare/0.19.1...0.19.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/9806/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
e41dcca706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      web/ui/package-lock.json
  2. 2
      web/ui/react-app/package.json

13
web/ui/package-lock.json generated

@ -1288,8 +1288,9 @@
}
},
"node_modules/@codemirror/matchbrackets": {
"version": "0.19.1",
"license": "MIT",
"version": "0.19.3",
"resolved": "https://registry.npmjs.org/@codemirror/matchbrackets/-/matchbrackets-0.19.3.tgz",
"integrity": "sha512-ljkrBxaLgh8jesroUiBa57pdEwqJamxkukXrJpL9LdyFZVJaF+9TldhztRaMsMZO1XnCSSHQ9sg32iuHo7Sc2g==",
"dependencies": {
"@codemirror/language": "^0.19.0",
"@codemirror/state": "^0.19.0",
@ -6797,7 +6798,7 @@
"@codemirror/history": "^0.19.0",
"@codemirror/language": "^0.19.5",
"@codemirror/lint": "^0.19.3",
"@codemirror/matchbrackets": "^0.19.1",
"@codemirror/matchbrackets": "^0.19.3",
"@codemirror/search": "^0.19.2",
"@codemirror/state": "^0.19.5",
"@codemirror/view": "^0.19.19",
@ -27443,7 +27444,9 @@
}
},
"@codemirror/matchbrackets": {
"version": "0.19.1",
"version": "0.19.3",
"resolved": "https://registry.npmjs.org/@codemirror/matchbrackets/-/matchbrackets-0.19.3.tgz",
"integrity": "sha512-ljkrBxaLgh8jesroUiBa57pdEwqJamxkukXrJpL9LdyFZVJaF+9TldhztRaMsMZO1XnCSSHQ9sg32iuHo7Sc2g==",
"requires": {
"@codemirror/language": "^0.19.0",
"@codemirror/state": "^0.19.0",
@ -29490,7 +29493,7 @@
"@codemirror/history": "^0.19.0",
"@codemirror/language": "^0.19.5",
"@codemirror/lint": "^0.19.3",
"@codemirror/matchbrackets": "^0.19.1",
"@codemirror/matchbrackets": "^0.19.3",
"@codemirror/search": "^0.19.2",
"@codemirror/state": "^0.19.5",
"@codemirror/view": "^0.19.19",

2
web/ui/react-app/package.json

@ -11,7 +11,7 @@
"@codemirror/history": "^0.19.0",
"@codemirror/language": "^0.19.5",
"@codemirror/lint": "^0.19.3",
"@codemirror/matchbrackets": "^0.19.1",
"@codemirror/matchbrackets": "^0.19.3",
"@codemirror/search": "^0.19.2",
"@codemirror/state": "^0.19.5",
"@codemirror/view": "^0.19.19",

Loading…
Cancel
Save