This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 0b3c23136 Bump ngx-quill from 20.0.1 to 21.0.0 in /ui (#1793)
0b3c23136 is described below
commit 0b3c231361a558a647609546beee1e4b35d7265f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 25 07:50:14 2023 +0200
Bump ngx-quill from 20.0.1 to 21.0.0 in /ui (#1793)
Bumps [ngx-quill](https://github.com/KillerCodeMonkey/ngx-quill) from
20.0.1 to 21.0.0.
- [Release notes](https://github.com/KillerCodeMonkey/ngx-quill/releases)
-
[Commits](https://github.com/KillerCodeMonkey/ngx-quill/compare/v20.0.1...v21.0.0)
---
updated-dependencies:
- dependency-name: ngx-quill
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
ui/package-lock.json | 16 ++++++++--------
ui/package.json | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/ui/package-lock.json b/ui/package-lock.json
index 745dd01f2..37532f3e1 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -53,7 +53,7 @@
"material-icons": "^1.13.1",
"ngx-color-picker": "^14.0.0",
"ngx-echarts": "^15.0.3",
- "ngx-quill": "^20.0.1",
+ "ngx-quill": "^21.0.0",
"ngx-showdown": "6.0.0",
"plotly.js": "^2.20.0",
"quill": "1.3.7",
@@ -18661,9 +18661,9 @@
}
},
"node_modules/ngx-quill": {
- "version": "20.0.1",
- "resolved":
"https://registry.npmjs.org/ngx-quill/-/ngx-quill-20.0.1.tgz",
- "integrity":
"sha512-X02Me3RYuQgoOHXzYrkdi4aaDHPkyTZTUib+2amKxAMpM9LEOh/QYrFjudreQJtih6rhV6kRorO5AS4UueX9Mw==",
+ "version": "21.0.0",
+ "resolved":
"https://registry.npmjs.org/ngx-quill/-/ngx-quill-21.0.0.tgz",
+ "integrity":
"sha512-LESpKu84GpH46XS3M/hRxdLTbj4aiVyy5Wojrj4/RoB3BGoG/YRRYzaqyrGfZyqH0LGS6cqYTpVfxTZNMCXEsQ==",
"dependencies": {
"tslib": "^2.3.0"
},
@@ -18671,7 +18671,7 @@
"node": ">= 16"
},
"peerDependencies": {
- "@angular/core": "^14.0.0 || ^15.0.0",
+ "@angular/core": "^15.0.0",
"quill": "^1.3.7",
"rxjs": "^7.0.0"
}
@@ -41711,9 +41711,9 @@
}
},
"ngx-quill": {
- "version": "20.0.1",
- "resolved":
"https://registry.npmjs.org/ngx-quill/-/ngx-quill-20.0.1.tgz",
- "integrity":
"sha512-X02Me3RYuQgoOHXzYrkdi4aaDHPkyTZTUib+2amKxAMpM9LEOh/QYrFjudreQJtih6rhV6kRorO5AS4UueX9Mw==",
+ "version": "21.0.0",
+ "resolved":
"https://registry.npmjs.org/ngx-quill/-/ngx-quill-21.0.0.tgz",
+ "integrity":
"sha512-LESpKu84GpH46XS3M/hRxdLTbj4aiVyy5Wojrj4/RoB3BGoG/YRRYzaqyrGfZyqH0LGS6cqYTpVfxTZNMCXEsQ==",
"requires": {
"tslib": "^2.3.0"
}
diff --git a/ui/package.json b/ui/package.json
index 0882dadbe..cd776d14d 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -75,7 +75,7 @@
"material-icons": "^1.13.1",
"ngx-color-picker": "^14.0.0",
"ngx-echarts": "^15.0.3",
- "ngx-quill": "^20.0.1",
+ "ngx-quill": "^21.0.0",
"ngx-showdown": "6.0.0",
"plotly.js": "^2.20.0",
"quill": "1.3.7",