summaryrefslogtreecommitdiffstats
path: root/js/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/package-lock.json')
-rw-r--r--js/package-lock.json48
1 files changed, 45 insertions, 3 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 0dfd224da..57510286f 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -2803,6 +2803,17 @@
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
+ },
+ "dependencies": {
+ "minimatch": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.1.tgz",
+ "integrity": "sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A==",
+ "dev": true,
+ "requires": {
+ "brace-expansion": "^1.1.7"
+ }
+ }
}
},
"glob-parent": {
@@ -3680,6 +3691,17 @@
"lodash": "~4.17.21",
"minimatch": "~3.0.2",
"strip-json-comments": "1.0.x"
+ },
+ "dependencies": {
+ "minimatch": {
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.7.tgz",
+ "integrity": "sha512-pYjbG0o9W2Wb3KVBuV6s7R/bzS/iS3HPiHcFcDee5GGiN1M5MErXqgS4jGn8pwVwTZAoy7B8bYb/+AqQU0NhZA==",
+ "dev": true,
+ "requires": {
+ "brace-expansion": "^1.1.7"
+ }
+ }
}
},
"json-stable-stringify-without-jsonify": {
@@ -3875,6 +3897,15 @@
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
"dev": true
},
+ "minimatch": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.1.tgz",
+ "integrity": "sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A==",
+ "dev": true,
+ "requires": {
+ "brace-expansion": "^1.1.7"
+ }
+ },
"normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
@@ -3986,6 +4017,17 @@
"istanbul-lib-source-maps": "^4.0.1",
"istanbul-reports": "^3.0.5",
"minimatch": "^3.0.4"
+ },
+ "dependencies": {
+ "minimatch": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.1.tgz",
+ "integrity": "sha512-reLxBcKUPNBnc/sVtAbxgRVFSegoGeLaSjmphNhcwcolhYLRgtJscn5mRl6YRZNQv40Y7P6JM2YhSIsbL9OB5A==",
+ "dev": true,
+ "requires": {
+ "brace-expansion": "^1.1.7"
+ }
+ }
}
},
"karma-firefox-launcher": {
@@ -4338,9 +4380,9 @@
}
},
"minimatch": {
- "version": "3.0.5",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz",
- "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.1.1.tgz",
+ "integrity": "sha512-9ObkVPP8aM2KWHw1RMAaOoEzHjcqzE1dmEQHAOq9ySRhvVMru1VKqniUs/g6Us4KSwXKk0+uLko6caynDcWEWQ==",
"dev": true,
"requires": {
"brace-expansion": "^1.1.7"