This is an automated email from the ASF dual-hosted git repository.
jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push:
new df865f0e59 Bump express from 4.18.2 to 4.19.2 in /zeppelin-web-angular
(#4744)
df865f0e59 is described below
commit df865f0e59b819eb2b80644121c26cdf184d0c87
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 11 13:15:52 2024 +0900
Bump express from 4.18.2 to 4.19.2 in /zeppelin-web-angular (#4744)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)
---
updated-dependencies:
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
zeppelin-web-angular/package-lock.json | 105 ++---
1 file changed, 17 insertions(+), 88 deletions(-)
diff --git a/zeppelin-web-angular/package-lock.json
b/zeppelin-web-angular/package-lock.json
index eabd50e00f..3f82465b82 100644
--- a/zeppelin-web-angular/package-lock.json
+++ b/zeppelin-web-angular/package-lock.json
@@ -26,7 +26,7 @@
"diff-match-patch": "^1.0.4",
"github-markdown-css": "^3.0.1",
"highlight.js": "^9.15.8",
-"lodash": "^4.17.11",
+"lodash": "^4.17.21",
"mathjax": "2.7.5",
"monaco-editor": "0.15.1",
"ng-zorro-antd": "^8.4.0",
@@ -7033,17 +7033,17 @@
"dev": true
},
"node_modules/express": {
- "version": "4.18.2",
- "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz";,
- "integrity":
"sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==",
+ "version": "4.19.2",
+ "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz";,
+ "integrity":
"sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==",
"dev": true,
"dependencies": {
"accepts": "~1.3.8",
"array-flatten": "1.1.1",
-"body-parser": "1.20.1",
+"body-parser": "1.20.2",
"content-disposition": "0.5.4",
"content-type": "~1.0.4",
-"cookie": "0.5.0",
+"cookie": "0.6.0",
"cookie-signature": "1.0.6",
"debug": "2.6.9",
"depd": "2.0.0",
@@ -7080,34 +7080,10 @@
"integrity":
"sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
"dev": true
},
-"node_modules/express/node_modules/body-parser": {
- "version": "1.20.1",
- "resolved":
"https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz";,
- "integrity":
"sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==",
- "dev": true,
- "dependencies": {
-"bytes": "3.1.2",
-"content-type": "~1.0.4",
-"debug": "2.6.9",
-"depd": "2.0.0",
-"destroy": "1.2.0",
-"http-errors": "2.0.0",
-"iconv-lite": "0.4.24",
-"on-finished": "2.4.1",
-"qs": "6.11.0",
-"raw-body": "2.5.1",
-"type-is": "~1.6.18",
-"unpipe": "1.0.0"
- },
- "engines": {
-"node": ">= 0.8",
-"npm": "1.2.8000 || >= 1.4.16"
- }
-},
"node_modules/express/node_modules/cookie": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz";,
- "integrity":
"sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz";,
+ "integrity":
"sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==",
"dev": true,
"engines": {
"node": ">= 0.6"
@@ -7146,21 +7122,6 @@
"integrity":
"sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
"dev": true
},
-"node_modules/express/node_modules/raw-body": {
- "version": "2.5.1",
- "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz";,
- "integrity":
"sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
- "dev": true,
- "dependencies": {
-"bytes": "3.1.2",
-"http-errors": "2.0.0",
-"iconv-lite": "0.4.24",
-"unpipe": "1.0.0"
- },
- "engines": {
-"node": ">= 0.8"
- }
-},
"node_modules/ex