This is an automated email from the ASF dual-hosted git repository.
pzampino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new b3f15ccf9 Bump micromatch from 4.0.5 to 4.0.8 in /knox-webshell-ui
(#966)
b3f15ccf9 is described below
commit b3f15ccf9473321baf6afc8eacb5a4a478f12ab6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 21 15:38:44 2024 -0500
Bump micromatch from 4.0.5 to 4.0.8 in /knox-webshell-ui (#966)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to
4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
-
[Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
knox-webshell-ui/package-lock.json | 28 ++++++++++++++++++++++++----
1 file changed, 24 insertions(+), 4 deletions(-)
diff --git a/knox-webshell-ui/package-lock.json
b/knox-webshell-ui/package-lock.json
index 7433e0f53..cb6903bd2 100644
--- a/knox-webshell-ui/package-lock.json
+++ b/knox-webshell-ui/package-lock.json
@@ -3736,6 +3736,7 @@
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
"integrity":
"sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "dev": true,
"requires": {
"fill-range": "^7.0.1"
}
@@ -5429,6 +5430,7 @@
"version": "7.0.1",
"resolved":
"https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
"integrity":
"sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "dev": true,
"requires": {
"to-regex-range": "^5.0.1"
}
@@ -6935,12 +6937,30 @@
"dev": true
},
"micromatch": {
- "version": "4.0.5",
- "resolved":
"https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
- "integrity":
"sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
+ "version": "4.0.8",
+ "resolved":
"https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
+ "integrity":
"sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
"requires": {
- "braces": "^3.0.2",
+ "braces": "^3.0.3",
"picomatch": "^2.3.1"
+ },
+ "dependencies": {
+ "braces": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+ "integrity":
"sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
+ "requires": {
+ "fill-range": "^7.1.1"
+ }
+ },
+ "fill-range": {
+ "version": "7.1.1",
+ "resolved":
"https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+ "integrity":
"sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
+ "requires": {
+ "to-regex-range": "^5.0.1"
+ }
+ }
}
},
"mime": {