aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-08-25 23:35:33 +0200
committerGitHub <noreply@github.com>2024-08-25 23:35:33 +0200
commit972a77545c430b7e72dabe803d9f5cfcf2994799 (patch)
treefcfcd88f28619933bd333908723ff62f4322e9aa /package-lock.json
parent08469574aebcb3dc526965a48882c07b832063e8 (diff)
parent9bb3ee01721992676f97f5ecdd9e30d1cd11b9af (diff)
Merge pull request #1 from arielcostas/dependabot/npm_and_yarn/npm_and_yarn-07a849e1ae
Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group across 1 directory
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index c459556..b126589 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1250,9 +1250,10 @@
}
},
"node_modules/micromatch": {
- "version": "4.0.7",
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
"dev": true,
- "license": "MIT",
"dependencies": {
"braces": "^3.0.3",
"picomatch": "^2.3.1"