Bump @editorjs/editorjs from 2.25.0 to 2.26.4 (#8064)

Bumps [@editorjs/editorjs](https://github.com/codex-team/editor.js) from 2.25.0 to 2.26.4.
- [Release notes](https://github.com/codex-team/editor.js/releases)
- [Changelog](https://github.com/codex-team/editor.js/blob/next/docs/CHANGELOG.md)
- [Commits](https://github.com/codex-team/editor.js/compare/v2.25.0...v2.26.4)

---
updated-dependencies:
- dependency-name: "@editorjs/editorjs"
  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-20 13:40:36 +00:00 committed by GitHub
parent 266d30041a
commit 57ea636d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 4 deletions

20
package-lock.json generated
View File

@ -3439,13 +3439,22 @@
"dev": true
},
"@editorjs/editorjs": {
"version": "2.25.0",
"resolved": "https://registry.npmjs.org/@editorjs/editorjs/-/editorjs-2.25.0.tgz",
"integrity": "sha512-TEu7h7EPh6Lx2VGIM1jVn2dky23TbpVJBd3AGvXcam1lyHuJwZ1iydbsQGF9pFkHSCiaQptTfIjZ8Y24v47Wag==",
"version": "2.26.4",
"resolved": "https://registry.npmjs.org/@editorjs/editorjs/-/editorjs-2.26.4.tgz",
"integrity": "sha512-yuJ2NM1Y5+8DDNWr4C00tHMVHKy0uCqK1HS4pwFPVcXUawgJnU2Li2vKGvPLuf0Jj2ir7MVgADO6oC1TbYBOYQ==",
"requires": {
"@codexteam/icons": "0.1.0",
"codex-notifier": "^1.1.2",
"codex-tooltip": "^1.0.5",
"html-janitor": "^2.0.4",
"nanoid": "^3.1.22"
},
"dependencies": {
"@codexteam/icons": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.1.0.tgz",
"integrity": "sha512-jW1fWnwtWzcP4FBGsaodbJY3s1ZaRU+IJy1pvJ7ygNQxkQinybJcwXoyt0a5mWwu/4w30A42EWhCrZn8lp4fdw=="
}
}
},
"@editorjs/header": {
@ -33900,6 +33909,11 @@
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
"dev": true
},
"html-janitor": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/html-janitor/-/html-janitor-2.0.4.tgz",
"integrity": "sha512-92J5h9jNZRk30PMHapjHEJfkrBWKCOy0bq3oW2pBungky6lzYSoboBGPMvxl1XRKB2q+kniQmsLsPbdpY7RM2g=="
},
"html-minifier-terser": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz",

View File

@ -67,7 +67,7 @@
"@angular/platform-browser-dynamic": "14.1.3",
"@angular/router": "14.1.3",
"@apollo/client": "^3.5.6",
"@editorjs/editorjs": "2.25.0",
"@editorjs/editorjs": "2.26.4",
"@editorjs/header": "2.7.0",
"@editorjs/list": "1.7.0",
"@editorjs/underline": "1.0.0",