Bump @editorjs/list from 1.7.0 to 1.8.0 (#8080)

Bumps [@editorjs/list](https://github.com/editor-js/list) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/editor-js/list/releases)
- [Commits](https://github.com/editor-js/list/commits)

---
updated-dependencies:
- dependency-name: "@editorjs/list"
  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] 2023-01-04 09:06:00 +00:00 committed by GitHub
parent 0d82ebccfa
commit 46d7721aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 4 deletions

16
package-lock.json generated
View File

@ -3479,9 +3479,19 @@
"dev": true
},
"@editorjs/list": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@editorjs/list/-/list-1.7.0.tgz",
"integrity": "sha512-0k0RKbQqfV32u24UYHHz5mrmSu4wr246qqXBT7xQiS533Bfd4hzki6UGzvy4f275ULzi+egbjI3BXLkpoTh9iQ=="
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@editorjs/list/-/list-1.8.0.tgz",
"integrity": "sha512-Vq6cjyTXBzgegYv/MtTfuDdiz59yGhDEc/yAVXr6lmvoWAFs9cJ4TLuh4/9SbrbhIptcQLDvUjMDKmRrV6v2NQ==",
"requires": {
"@codexteam/icons": "^0.0.4"
},
"dependencies": {
"@codexteam/icons": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.0.4.tgz",
"integrity": "sha512-V8N/TY2TGyas4wLrPIFq7bcow68b3gu8DfDt1+rrHPtXxcexadKauRJL6eQgfG7Z0LCrN4boLRawR4S9gjIh/Q=="
}
}
},
"@editorjs/marker": {
"version": "1.2.2",

View File

@ -69,7 +69,7 @@
"@apollo/client": "^3.7.2",
"@editorjs/editorjs": "2.26.4",
"@editorjs/header": "2.7.0",
"@editorjs/list": "1.7.0",
"@editorjs/list": "1.8.0",
"@editorjs/underline": "1.0.0",
"@mat-datetimepicker/core": "^9.0.68",
"@mat-datetimepicker/moment": "^9.0.68",