build(deps-dev): bump @editorjs/inline-code from 1.3.1 to 1.4.0 (#8112)

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

---
updated-dependencies:
- dependency-name: "@editorjs/inline-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 16:31:59 +00:00 committed by GitHub
parent a564176cb7
commit 01678a4fc7
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

@ -3476,10 +3476,13 @@
}
},
"@editorjs/inline-code": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@editorjs/inline-code/-/inline-code-1.3.1.tgz",
"integrity": "sha512-iY6DeRmJo2Jl6sB2S9QEA9OoSp+KCHBztoY2fjPeiBcKCOKX8we5H3JQJTLxT0L/N8uJqCUiiPKgG6xvqaCn+g==",
"dev": true
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@editorjs/inline-code/-/inline-code-1.4.0.tgz",
"integrity": "sha512-nJJx2eBgQyml7U8MdMdJNFY2RgZCOuvvXHEW73xsdu36ZXCd44eAo7vq1S5Jz9l8bC676SvNbRfeH/nojXK37A==",
"dev": true,
"requires": {
"@codexteam/icons": "^0.0.5"
}
},
"@editorjs/list": {
"version": "1.8.0",

View File

@ -100,7 +100,7 @@
"@angular/cli": "~14.1.0",
"@angular/compiler-cli": "14.1.3",
"@editorjs/code": "2.8.0",
"@editorjs/inline-code": "1.3.1",
"@editorjs/inline-code": "1.4.0",
"@editorjs/marker": "1.2.2",
"@nrwl/angular": "14.8.6",
"@nrwl/cli": "14.5.4",