web: bump @codemirror/legacy-modes from 6.3.0 to 6.3.1 in /web (#4084)

Bumps [@codemirror/legacy-modes](https://github.com/codemirror/legacy-modes) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/codemirror/legacy-modes/releases)
- [Changelog](https://github.com/codemirror/legacy-modes/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/legacy-modes/compare/6.3.0...6.3.1)

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

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

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] 2022-11-25 10:47:30 +01:00 committed by GitHub
parent cb9a759aa0
commit 1e328436d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -18,7 +18,7 @@
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-python": "^6.1.0",
"@codemirror/lang-xml": "^6.0.1",
"@codemirror/legacy-modes": "^6.3.0",
"@codemirror/legacy-modes": "^6.3.1",
"@formatjs/intl-listformat": "^7.1.3",
"@fortawesome/fontawesome-free": "^6.2.1",
"@goauthentik/api": "^2022.11.1-1669197045",
@ -1796,9 +1796,9 @@
}
},
"node_modules/@codemirror/legacy-modes": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@codemirror/legacy-modes/-/legacy-modes-6.3.0.tgz",
"integrity": "sha512-54ncmguzXZQ3u+8gx4/mpBRbkn6TLzfIrCGvFNLgB3giFYY3E2UETzv1RCFP0hM2L2bQBKBoI92i4ahrDAiE6g==",
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@codemirror/legacy-modes/-/legacy-modes-6.3.1.tgz",
"integrity": "sha512-icXmCs4Mhst2F8mE0TNpmG6l7YTj1uxam3AbZaFaabINH5oWAdg2CfR/PVi+d/rqxJ+TuTnvkKK5GILHrNThtw==",
"dependencies": {
"@codemirror/language": "^6.0.0"
}
@ -11539,9 +11539,9 @@
}
},
"@codemirror/legacy-modes": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/@codemirror/legacy-modes/-/legacy-modes-6.3.0.tgz",
"integrity": "sha512-54ncmguzXZQ3u+8gx4/mpBRbkn6TLzfIrCGvFNLgB3giFYY3E2UETzv1RCFP0hM2L2bQBKBoI92i4ahrDAiE6g==",
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@codemirror/legacy-modes/-/legacy-modes-6.3.1.tgz",
"integrity": "sha512-icXmCs4Mhst2F8mE0TNpmG6l7YTj1uxam3AbZaFaabINH5oWAdg2CfR/PVi+d/rqxJ+TuTnvkKK5GILHrNThtw==",
"requires": {
"@codemirror/language": "^6.0.0"
}

View File

@ -61,7 +61,7 @@
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-python": "^6.1.0",
"@codemirror/lang-xml": "^6.0.1",
"@codemirror/legacy-modes": "^6.3.0",
"@codemirror/legacy-modes": "^6.3.1",
"@formatjs/intl-listformat": "^7.1.3",
"@fortawesome/fontawesome-free": "^6.2.1",
"@goauthentik/api": "^2022.11.1-1669197045",