build(deps-dev): bump @editorjs/code from 2.7.0 to 2.8.0 (#8110)

Bumps [@editorjs/code](https://github.com/editor-js/code) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/editor-js/code/releases)
- [Commits](https://github.com/editor-js/code/commits)

---
updated-dependencies:
- dependency-name: "@editorjs/code"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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] 2023-01-10 14:57:55 +00:00 committed by GitHub
parent a772c0a319
commit a6e35deb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -3440,10 +3440,13 @@
"integrity": "sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA=="
},
"@editorjs/code": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@editorjs/code/-/code-2.7.0.tgz",
"integrity": "sha512-gXtTce915fHp3H9i4IqhTxEDbbkT2heFfYiW/bhFHsCmZDpyGzfZxi94kmrEqDmbxXjV49ZZ6GZbR26If13KJw==",
"dev": true
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@editorjs/code/-/code-2.8.0.tgz",
"integrity": "sha512-qlv1OqSEPKnLv/ZQgNFmVgqsMbGDkh/qgTEnbVWsS+yujo1nlwgVkqCB8tOkQGVsrpmAYLiWRlA413nKxxCN5w==",
"dev": true,
"requires": {
"@codexteam/icons": "^0.0.5"
}
},
"@editorjs/editorjs": {
"version": "2.26.4",

View File

@ -99,7 +99,7 @@
"@angular-eslint/template-parser": "14.0.2",
"@angular/cli": "~14.1.0",
"@angular/compiler-cli": "14.1.3",
"@editorjs/code": "2.7.0",
"@editorjs/code": "2.8.0",
"@editorjs/inline-code": "1.3.1",
"@editorjs/marker": "1.2.2",
"@nrwl/angular": "14.8.6",