Merge pull request #306 from pastebinrun/a9c8dependabot/npm_and_yarn/codemirror/view-6.7.2

Bump @codemirror/view from 6.7.1 to 6.7.2
This commit is contained in:
Konrad Borowski 2023-01-05 00:59:08 +01:00 committed by GitHub
commit 5414937e5e
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.3.2",
"@codemirror/language-data": "^6.1.0",
"@codemirror/legacy-modes": "^6.3.1",
"@codemirror/view": "^6.7.1",
"@codemirror/view": "^6.7.2",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.6.6"
@ -860,9 +860,9 @@
"integrity": "sha512-69QXtcrsc3RYtOtd+GsvczJ319udtBf1PTrr2KbLWM/e2CXUPnh0Nz9AUo8WfhSQ7GeL8dPVNUmhQVgpmuaNGA=="
},
"node_modules/@codemirror/view": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.7.1.tgz",
"integrity": "sha512-kYtS+uqYw/q/0ytYxpkqE1JVuK5NsbmBklWYhwLFTKO9gVuTdh/kDEeZPKorbqHcJ+P+ucrhcsS1czVweOpT2g==",
"version": "6.7.2",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.7.2.tgz",
"integrity": "sha512-HeK2GyycxceaQVyvYVYXmn1vUKYYBsHCcfGRSsFO+3fRRtwXx2STK0YiFBmiWx2vtU9gUAJgIUXUN8a0osI8Ng==",
"dependencies": {
"@codemirror/state": "^6.1.4",
"style-mod": "^4.0.0",
@ -5683,9 +5683,9 @@
"integrity": "sha512-69QXtcrsc3RYtOtd+GsvczJ319udtBf1PTrr2KbLWM/e2CXUPnh0Nz9AUo8WfhSQ7GeL8dPVNUmhQVgpmuaNGA=="
},
"@codemirror/view": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.7.1.tgz",
"integrity": "sha512-kYtS+uqYw/q/0ytYxpkqE1JVuK5NsbmBklWYhwLFTKO9gVuTdh/kDEeZPKorbqHcJ+P+ucrhcsS1czVweOpT2g==",
"version": "6.7.2",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.7.2.tgz",
"integrity": "sha512-HeK2GyycxceaQVyvYVYXmn1vUKYYBsHCcfGRSsFO+3fRRtwXx2STK0YiFBmiWx2vtU9gUAJgIUXUN8a0osI8Ng==",
"requires": {
"@codemirror/state": "^6.1.4",
"style-mod": "^4.0.0",

View File

@ -19,7 +19,7 @@
"@codemirror/language": "^6.3.2",
"@codemirror/language-data": "^6.1.0",
"@codemirror/legacy-modes": "^6.3.1",
"@codemirror/view": "^6.7.1",
"@codemirror/view": "^6.7.2",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.6.6"