summaryrefslogtreecommitdiffstats
path: root/js/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-07 12:03:27 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-02-07 14:07:33 +0100
commitd11ec506aac0d00dac0ca4ed50256de45a1dd32d (patch)
tree93f013210ffe24a6b91db18d3aec4795cdf15785 /js/package-lock.json
parentdaa22f9cf832b1f758cbf1c38bb80efe26431550 (diff)
Bump minimatch from 3.0.4 to 3.0.5 in /js
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'js/package-lock.json')
-rw-r--r--js/package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 2ef11f830..e5fee60a4 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -4325,9 +4325,9 @@
}
},
"minimatch": {
- "version": "3.0.4",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
- "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz",
+ "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==",
"dev": true,
"requires": {
"brace-expansion": "^1.1.7"