Merge pull request #160 from pastebinrun/2274dependabot/npm_and_yarn/codemirror/view-6.2.5

Bump @codemirror/view from 6.2.4 to 6.2.5
This commit is contained in:
Konrad Borowski 2022-09-27 00:57:38 +02:00 committed by GitHub
commit 1347e36168
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.4",
"@codemirror/view": "^6.2.5",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.5.6"
@ -861,9 +861,9 @@
"integrity": "sha512-qbUr94DZTe6/V1VS7LDLz11rM/1t/nJxR1El4I6UaxDEdc0aZZvq6JCLJWiRmUf95NRAnDH6fhXn+PWp9wGCIg=="
},
"node_modules/@codemirror/view": {
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.2.4.tgz",
"integrity": "sha512-Zc5qDv+CD2ubWs6ShGJL0tf4y2w5vObdg7Eus0ouhg9g5lrvsAnwO9PvavDZdK4bpH6O+cnNDRhFlvDuieXo/g==",
"version": "6.2.5",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.2.5.tgz",
"integrity": "sha512-4kVS3RZi3nkPNfG2X/7+2L8IhoJv6dJ9yJz4KUlw4rwxI8OmVCKJzC/jnJqp+bVNOml+oA3gSF1kX2VvOiI72Q==",
"dependencies": {
"@codemirror/state": "^6.0.0",
"style-mod": "^4.0.0",
@ -5631,9 +5631,9 @@
"integrity": "sha512-qbUr94DZTe6/V1VS7LDLz11rM/1t/nJxR1El4I6UaxDEdc0aZZvq6JCLJWiRmUf95NRAnDH6fhXn+PWp9wGCIg=="
},
"@codemirror/view": {
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.2.4.tgz",
"integrity": "sha512-Zc5qDv+CD2ubWs6ShGJL0tf4y2w5vObdg7Eus0ouhg9g5lrvsAnwO9PvavDZdK4bpH6O+cnNDRhFlvDuieXo/g==",
"version": "6.2.5",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.2.5.tgz",
"integrity": "sha512-4kVS3RZi3nkPNfG2X/7+2L8IhoJv6dJ9yJz4KUlw4rwxI8OmVCKJzC/jnJqp+bVNOml+oA3gSF1kX2VvOiI72Q==",
"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.4",
"@codemirror/view": "^6.2.5",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.5.6"