Bump @codemirror/view from 6.2.1 to 6.2.2

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-31 22:48:41 +00:00 committed by GitHub
parent 145f5249f3
commit c529de2cdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -21,7 +21,7 @@
"@codemirror/language": "^6.2.1",
"@codemirror/language-data": "^6.1.0",
"@codemirror/legacy-modes": "^6.1.0",
"@codemirror/view": "^6.2.1",
"@codemirror/view": "^6.2.2",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.4.8"
@ -860,9 +860,9 @@
"integrity": "sha512-qbUr94DZTe6/V1VS7LDLz11rM/1t/nJxR1El4I6UaxDEdc0aZZvq6JCLJWiRmUf95NRAnDH6fhXn+PWp9wGCIg=="
},
"node_modules/@codemirror/view": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.2.1.tgz",
"integrity": "sha512-r1svbtAj2Lp/86F3yy1TfDAOAtJRGLINLSEqByETyUaGo1EnLS+P+bbGCVHV62z46BzZYm16noDid69+4bzn0g==",
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.2.2.tgz",
"integrity": "sha512-RwtFlBM/+xnv95urH1D8bVsX3KYLZGygGyZG2TZoXW2Q/GMrI+AuUXh7jBE1M38IOX3YnLTlp6RdgCx3Xo2jVA==",
"dependencies": {
"@codemirror/state": "^6.0.0",
"style-mod": "^4.0.0",
@ -5526,9 +5526,9 @@
"integrity": "sha512-qbUr94DZTe6/V1VS7LDLz11rM/1t/nJxR1El4I6UaxDEdc0aZZvq6JCLJWiRmUf95NRAnDH6fhXn+PWp9wGCIg=="
},
"@codemirror/view": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.2.1.tgz",
"integrity": "sha512-r1svbtAj2Lp/86F3yy1TfDAOAtJRGLINLSEqByETyUaGo1EnLS+P+bbGCVHV62z46BzZYm16noDid69+4bzn0g==",
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.2.2.tgz",
"integrity": "sha512-RwtFlBM/+xnv95urH1D8bVsX3KYLZGygGyZG2TZoXW2Q/GMrI+AuUXh7jBE1M38IOX3YnLTlp6RdgCx3Xo2jVA==",
"requires": {
"@codemirror/state": "^6.0.0",
"style-mod": "^4.0.0",

View File

@ -19,7 +19,7 @@
"@codemirror/language": "^6.2.1",
"@codemirror/language-data": "^6.1.0",
"@codemirror/legacy-modes": "^6.1.0",
"@codemirror/view": "^6.2.1",
"@codemirror/view": "^6.2.2",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.4.8"