Bump @codemirror/lang-cpp from 6.0.1 to 6.0.2

Bumps [@codemirror/lang-cpp](https://github.com/codemirror/lang-cpp) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/codemirror/lang-cpp/releases)
- [Changelog](https://github.com/codemirror/lang-cpp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/lang-cpp/compare/6.0.1...6.0.2)

---
updated-dependencies:
- dependency-name: "@codemirror/lang-cpp"
  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-10-28 17:10:53 +00:00 committed by GitHub
parent cdee301837
commit eab493e2a0
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

@ -9,7 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@codemirror/commands": "^6.1.2",
"@codemirror/lang-cpp": "^6.0.1",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-html": "^6.1.3",
"@codemirror/lang-java": "^6.0.0",
"@codemirror/lang-javascript": "^6.1.1",
@ -649,9 +649,9 @@
}
},
"node_modules/@codemirror/lang-cpp": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@codemirror/lang-cpp/-/lang-cpp-6.0.1.tgz",
"integrity": "sha512-46p3ohfhjzkLWJ3VwvzX0aqlXh8UkEqX1xo2Eds9l6Ql3uDoxI2IZEjR9cgJaGOZTXCkDzQuQH7sfYAxMvzLjA==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@codemirror/lang-cpp/-/lang-cpp-6.0.2.tgz",
"integrity": "sha512-6oYEYUKHvrnacXxWxYa6t4puTlbN3dgV662BDfSH8+MfjQjVmP697/KYTDOqpxgerkvoNm7q5wlFMBeX8ZMocg==",
"dependencies": {
"@codemirror/language": "^6.0.0",
"@lezer/cpp": "^1.0.0"
@ -5438,9 +5438,9 @@
}
},
"@codemirror/lang-cpp": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@codemirror/lang-cpp/-/lang-cpp-6.0.1.tgz",
"integrity": "sha512-46p3ohfhjzkLWJ3VwvzX0aqlXh8UkEqX1xo2Eds9l6Ql3uDoxI2IZEjR9cgJaGOZTXCkDzQuQH7sfYAxMvzLjA==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@codemirror/lang-cpp/-/lang-cpp-6.0.2.tgz",
"integrity": "sha512-6oYEYUKHvrnacXxWxYa6t4puTlbN3dgV662BDfSH8+MfjQjVmP697/KYTDOqpxgerkvoNm7q5wlFMBeX8ZMocg==",
"requires": {
"@codemirror/language": "^6.0.0",
"@lezer/cpp": "^1.0.0"

View File

@ -7,7 +7,7 @@
},
"dependencies": {
"@codemirror/commands": "^6.1.2",
"@codemirror/lang-cpp": "^6.0.1",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-html": "^6.1.3",
"@codemirror/lang-java": "^6.0.0",
"@codemirror/lang-javascript": "^6.1.1",