1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 13:07:58 +00:00

Bump @codemirror/view from 6.13.0 to 6.13.2 in /frontend (#41)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-19 14:43:47 +02:00 committed by GitHub
parent a1456b3987
commit e388b2513b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
"dependencies": {
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/language": "^6.8.0",
"@codemirror/view": "^6.13.0",
"@codemirror/view": "^6.13.2",
"bson": "^4.7.2",
"codemirror": "^6.0.1",
"date-fns": "^2.30.0"
@ -115,9 +115,9 @@
"integrity": "sha512-RupHSZ8+OjNT38zU9fKH2sv+Dnlr8Eb8sl4NOnnqz95mCFTZUaiRP8Xv5MeeaG0px2b8Bnfe7YGwCV3nsBhbuw=="
},
"node_modules/@codemirror/view": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.13.0.tgz",
"integrity": "sha512-oXTfJzHJ5Tl7f6T8ZO0HKf981zubxgKohjddLobbntbNZHlOZGMRL+pPZGtclDWFaFJWtGBYRGyNdjQ6Xsx5yA==",
"version": "6.13.2",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.13.2.tgz",
"integrity": "sha512-XA/jUuu1H+eTja49654QkrQwx2CuDMdjciHcdqyasfTVo4HRlvj87rD/Qmm4HfnhwX8234FQSSA8HxEzxihX/Q==",
"dependencies": {
"@codemirror/state": "^6.1.4",
"style-mod": "^4.0.0",
@ -3187,9 +3187,9 @@
"integrity": "sha512-RupHSZ8+OjNT38zU9fKH2sv+Dnlr8Eb8sl4NOnnqz95mCFTZUaiRP8Xv5MeeaG0px2b8Bnfe7YGwCV3nsBhbuw=="
},
"@codemirror/view": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.13.0.tgz",
"integrity": "sha512-oXTfJzHJ5Tl7f6T8ZO0HKf981zubxgKohjddLobbntbNZHlOZGMRL+pPZGtclDWFaFJWtGBYRGyNdjQ6Xsx5yA==",
"version": "6.13.2",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.13.2.tgz",
"integrity": "sha512-XA/jUuu1H+eTja49654QkrQwx2CuDMdjciHcdqyasfTVo4HRlvj87rD/Qmm4HfnhwX8234FQSSA8HxEzxihX/Q==",
"requires": {
"@codemirror/state": "^6.1.4",
"style-mod": "^4.0.0",

View File

@ -11,7 +11,7 @@
"dependencies": {
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/language": "^6.8.0",
"@codemirror/view": "^6.13.0",
"@codemirror/view": "^6.13.2",
"bson": "^4.7.2",
"codemirror": "^6.0.1",
"date-fns": "^2.30.0"