This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new d31672d61b NIFI-14894 Upgraded cipher-base from 1.0.4 to 1.0.6 for
NiFi Registry (#10229)
d31672d61b is described below
commit d31672d61bd1b9f590293e8f24da9bc9969645cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 21 17:10:15 2025 -0500
NIFI-14894 Upgraded cipher-base from 1.0.4 to 1.0.6 for NiFi Registry
(#10229)
Signed-off-by: David Handermann <[email protected]>
---
.../src/main/package-lock.json | 24 +++++++++++++---------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git
a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json
b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json
index 8a45a6ef4e..94c5cf8bec 100644
---
a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json
+++
b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json
@@ -4174,13 +4174,17 @@
}
},
"node_modules/cipher-base": {
- "version": "1.0.4",
- "resolved":
"https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
- "integrity":
"sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
+ "version": "1.0.6",
+ "resolved":
"https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.6.tgz",
+ "integrity":
"sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "inherits": "^2.0.1",
- "safe-buffer": "^5.0.1"
+ "inherits": "^2.0.4",
+ "safe-buffer": "^5.2.1"
+ },
+ "engines": {
+ "node": ">= 0.10"
}
},
"node_modules/class-utils": {
@@ -20444,13 +20448,13 @@
"dev": true
},
"cipher-base": {
- "version": "1.0.4",
- "resolved":
"https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
- "integrity":
"sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==",
+ "version": "1.0.6",
+ "resolved":
"https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.6.tgz",
+ "integrity":
"sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==",
"dev": true,
"requires": {
- "inherits": "^2.0.1",
- "safe-buffer": "^5.0.1"
+ "inherits": "^2.0.4",
+ "safe-buffer": "^5.2.1"
}
},
"class-utils": {