Bump @editorjs/header from 2.6.2 to 2.7.0 (#8026)

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

---
updated-dependencies:
- dependency-name: "@editorjs/header"
  dependency-type: direct:production
  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] 2022-12-13 11:53:43 +00:00 committed by GitHub
parent f094ace1c7
commit 38520c9e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

14
package-lock.json generated
View File

@ -2969,6 +2969,11 @@
"minimist": "^1.2.0"
}
},
"@codexteam/icons": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.0.5.tgz",
"integrity": "sha512-s6H2KXhLz2rgbMZSkRm8dsMJvyUNZsEjxobBEg9ztdrb1B2H3pEzY6iTwI4XUPJWJ3c3qRKwV4TrO3J5jUdoQA=="
},
"@colors/colors": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
@ -3444,9 +3449,12 @@
}
},
"@editorjs/header": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/@editorjs/header/-/header-2.6.2.tgz",
"integrity": "sha512-U1dnT+KGjwFmpWneEEyR2Nqp42hn9iKwQDgRHWQM+y6qx82pg+eAyuIf0QWt2Mluu9uPD2CzNfvJ+pxIuwX8Lw=="
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@editorjs/header/-/header-2.7.0.tgz",
"integrity": "sha512-4fGKGe2ZYblVqR/P/iw5ieG00uXInFgNMftBMqJRYcB2hUPD30kuu7Sn6eJDcLXoKUMOeqi8Z2AlUxYAmvw7zQ==",
"requires": {
"@codexteam/icons": "^0.0.5"
}
},
"@editorjs/inline-code": {
"version": "1.3.1",

View File

@ -81,7 +81,7 @@
"@angular/router": "14.1.3",
"@apollo/client": "^3.5.6",
"@editorjs/editorjs": "2.25.0",
"@editorjs/header": "2.6.2",
"@editorjs/header": "2.7.0",
"@editorjs/list": "1.7.0",
"@editorjs/underline": "1.0.0",
"@mat-datetimepicker/core": "^9.0.68",