This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 322df6fba5 Bump micromatch from 4.0.5 to 4.0.8 in
/experimental/traffic-portal (#8068)
322df6fba5 is described below
commit 322df6fba5cdf91fdc5122374aadb548d6aaa974
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 3 16:04:50 2024 -0600
Bump micromatch from 4.0.5 to 4.0.8 in /experimental/traffic-portal (#8068)
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/4.0.8/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>
---
experimental/traffic-portal/package-lock.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/experimental/traffic-portal/package-lock.json
b/experimental/traffic-portal/package-lock.json
index 3f5235a63a..58d03e1b3f 100644
--- a/experimental/traffic-portal/package-lock.json
+++ b/experimental/traffic-portal/package-lock.json
@@ -16409,12 +16409,12 @@
}
},
"node_modules/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==",
"devOptional": true,
"dependencies": {
- "braces": "^3.0.2",
+ "braces": "^3.0.3",
"picomatch": "^2.3.1"
},
"engines": {