Browse Source

Commit to resolve minimatch ReDoS vulnerability

pull/2054/head
Tarun Jain 1 year ago
parent
commit
a04b214705
2 changed files with 91 additions and 323 deletions
  1. +67
    -279
      src/Web/WebSPA/Client/package-lock.json
  2. +24
    -44
      src/Web/WebSPA/Client/yarn.lock

+ 67
- 279
src/Web/WebSPA/Client/package-lock.json View File

@ -533,15 +533,6 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/@angular-devkit/build-angular/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/@angular-devkit/build-angular/node_modules/braces": { "node_modules/@angular-devkit/build-angular/node_modules/braces": {
"version": "3.0.2", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
@ -1604,15 +1595,6 @@
"@angular/compiler-cli": "15.2.0" "@angular/compiler-cli": "15.2.0"
} }
}, },
"node_modules/@angular/localize/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"peer": true,
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/@angular/localize/node_modules/glob": { "node_modules/@angular/localize/node_modules/glob": {
"version": "8.1.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
@ -3874,7 +3856,7 @@
"ignore": "^4.0.6", "ignore": "^4.0.6",
"import-fresh": "^3.2.1", "import-fresh": "^3.2.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"strip-json-comments": "^3.1.1" "strip-json-comments": "^3.1.1"
}, },
"engines": { "engines": {
@ -3945,7 +3927,7 @@
"dependencies": { "dependencies": {
"@humanwhocodes/object-schema": "^1.2.1", "@humanwhocodes/object-schema": "^1.2.1",
"debug": "^4.1.1", "debug": "^4.1.1",
"minimatch": "^3.0.4"
"minimatch": "^5.1.0"
}, },
"engines": { "engines": {
"node": ">=10.10.0" "node": ">=10.10.0"
@ -6237,12 +6219,11 @@
} }
}, },
"node_modules/brace-expansion": { "node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dependencies": { "dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
"balanced-match": "^1.0.0"
} }
}, },
"node_modules/braces": { "node_modules/braces": {
@ -6427,15 +6408,6 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
} }
}, },
"node_modules/cacache/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/cacache/node_modules/glob": { "node_modules/cacache/node_modules/glob": {
"version": "8.1.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
@ -6865,7 +6837,7 @@
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
"inherits": "2", "inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"once": "^1.3.0", "once": "^1.3.0",
"path-is-absolute": "^1.0.0" "path-is-absolute": "^1.0.0"
}, },
@ -6905,7 +6877,7 @@
"inBundle": true, "inBundle": true,
"optional": true, "optional": true,
"dependencies": { "dependencies": {
"minimatch": "^3.0.4"
"minimatch": "^5.1.0"
} }
}, },
"node_modules/chokidar/node_modules/fsevents/node_modules/inflight": { "node_modules/chokidar/node_modules/fsevents/node_modules/inflight": {
@ -6962,17 +6934,17 @@
"optional": true "optional": true
}, },
"node_modules/chokidar/node_modules/fsevents/node_modules/minimatch": { "node_modules/chokidar/node_modules/fsevents/node_modules/minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"dev": true, "dev": true,
"inBundle": true, "inBundle": true,
"optional": true, "optional": true,
"dependencies": { "dependencies": {
"brace-expansion": "^1.1.7"
"brace-expansion": "^2.0.1"
}, },
"engines": { "engines": {
"node": "*"
"node": ">=10"
} }
}, },
"node_modules/chokidar/node_modules/fsevents/node_modules/minimist": { "node_modules/chokidar/node_modules/fsevents/node_modules/minimist": {
@ -7669,24 +7641,6 @@
"tslint": "^5.0.0 || ^6.0.0" "tslint": "^5.0.0 || ^6.0.0"
} }
}, },
"node_modules/codelyzer/node_modules/@angular/compiler": {
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.0.tgz",
"integrity": "sha512-bGMc8xBs/3l5Ab2PmGGifuWVLxCzmYQPXeBYrwpmy+aYCwGzuVKxQp6L1UjA0OZNra7Am8bu4mOsLSR9ENdX6w==",
"dev": true,
"peerDependencies": {
"tslib": "^2.3.0"
}
},
"node_modules/codelyzer/node_modules/@angular/core": {
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.0.tgz",
"integrity": "sha512-UNHNcW3NqzMbG5gMjzXhb4xHrJcZq8rFdLwTLntB0oo2I/WxQFVlxz28nrW+Y09DbJf02MCASBLxD9If/6eT3g==",
"dev": true,
"peerDependencies": {
"tslib": "^2.3.0"
}
},
"node_modules/codelyzer/node_modules/tslib": { "node_modules/codelyzer/node_modules/tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -7832,11 +7786,6 @@
"ms": "2.0.0" "ms": "2.0.0"
} }
}, },
"node_modules/concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"node_modules/configstore": { "node_modules/configstore": {
"version": "3.1.2", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz", "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz",
@ -9092,7 +9041,7 @@
"json-stable-stringify-without-jsonify": "^1.0.1", "json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1", "levn": "^0.4.1",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"natural-compare": "^1.4.0", "natural-compare": "^1.4.0",
"optionator": "^0.9.1", "optionator": "^0.9.1",
"regexpp": "^3.2.0", "regexpp": "^3.2.0",
@ -10561,7 +10510,7 @@
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
"inherits": "2", "inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"once": "^1.3.0", "once": "^1.3.0",
"path-is-absolute": "^1.0.0" "path-is-absolute": "^1.0.0"
}, },
@ -10654,7 +10603,7 @@
"dependencies": { "dependencies": {
"glob": "~7.1.1", "glob": "~7.1.1",
"lodash": "~4.17.10", "lodash": "~4.17.10",
"minimatch": "~3.0.2"
"minimatch": "~5.1.0"
}, },
"engines": { "engines": {
"node": ">= 0.10" "node": ">= 0.10"
@ -11244,15 +11193,6 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
} }
}, },
"node_modules/ignore-walk/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/ignore-walk/node_modules/minimatch": { "node_modules/ignore-walk/node_modules/minimatch": {
"version": "6.2.0", "version": "6.2.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
@ -12192,7 +12132,7 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"log4js": "^6.4.1", "log4js": "^6.4.1",
"mime": "^2.5.2", "mime": "^2.5.2",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"mkdirp": "^0.5.5", "mkdirp": "^0.5.5",
"qjobs": "^1.2.0", "qjobs": "^1.2.0",
"range-parser": "^1.2.1", "range-parser": "^1.2.1",
@ -12371,7 +12311,7 @@
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
"inherits": "2", "inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"once": "^1.3.0", "once": "^1.3.0",
"path-is-absolute": "^1.0.0" "path-is-absolute": "^1.0.0"
}, },
@ -12956,15 +12896,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16.0.0" "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
} }
}, },
"node_modules/make-fetch-happen/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/make-fetch-happen/node_modules/cacache": { "node_modules/make-fetch-happen/node_modules/cacache": {
"version": "16.1.3", "version": "16.1.3",
"resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz", "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz",
@ -13073,16 +13004,6 @@
"url": "https://github.com/sponsors/isaacs" "url": "https://github.com/sponsors/isaacs"
} }
}, },
"node_modules/make-fetch-happen/node_modules/rimraf/node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"dev": true,
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"node_modules/make-fetch-happen/node_modules/rimraf/node_modules/glob": { "node_modules/make-fetch-happen/node_modules/rimraf/node_modules/glob": {
"version": "7.2.3", "version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
@ -13092,7 +13013,7 @@
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
"inherits": "2", "inherits": "2",
"minimatch": "^3.1.1",
"minimatch": "^5.1.0",
"once": "^1.3.0", "once": "^1.3.0",
"path-is-absolute": "^1.0.0" "path-is-absolute": "^1.0.0"
}, },
@ -13103,18 +13024,6 @@
"url": "https://github.com/sponsors/isaacs" "url": "https://github.com/sponsors/isaacs"
} }
}, },
"node_modules/make-fetch-happen/node_modules/rimraf/node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"dev": true,
"dependencies": {
"brace-expansion": "^1.1.7"
},
"engines": {
"node": "*"
}
},
"node_modules/make-fetch-happen/node_modules/semver": { "node_modules/make-fetch-happen/node_modules/semver": {
"version": "7.3.8", "version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
@ -13206,15 +13115,15 @@
} }
}, },
"node_modules/marked": { "node_modules/marked": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz",
"integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==",
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.2.12.tgz",
"integrity": "sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==",
"dev": true, "dev": true,
"bin": { "bin": {
"marked": "bin/marked"
"marked": "bin/marked.js"
}, },
"engines": { "engines": {
"node": ">= 8.16.2"
"node": ">= 12"
} }
}, },
"node_modules/media-typer": { "node_modules/media-typer": {
@ -13358,14 +13267,14 @@
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
}, },
"node_modules/minimatch": { "node_modules/minimatch": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz",
"integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"dependencies": { "dependencies": {
"brace-expansion": "^1.1.7"
"brace-expansion": "^2.0.1"
}, },
"engines": { "engines": {
"node": "*"
"node": ">=10"
} }
}, },
"node_modules/minimist": { "node_modules/minimist": {
@ -13818,7 +13727,7 @@
"chokidar": "^2.1.8", "chokidar": "^2.1.8",
"debug": "^3.2.6", "debug": "^3.2.6",
"ignore-by-default": "^1.0.1", "ignore-by-default": "^1.0.1",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"pstree.remy": "^1.1.7", "pstree.remy": "^1.1.7",
"semver": "^5.7.1", "semver": "^5.7.1",
"supports-color": "^5.5.0", "supports-color": "^5.5.0",
@ -15760,15 +15669,6 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
} }
}, },
"node_modules/read-package-json/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/read-package-json/node_modules/glob": { "node_modules/read-package-json/node_modules/glob": {
"version": "8.1.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
@ -16389,7 +16289,7 @@
"diff": "^4.0.1", "diff": "^4.0.1",
"glob": "^7.1.1", "glob": "^7.1.1",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"resolve": "^1.3.2", "resolve": "^1.3.2",
"semver": "^5.3.0", "semver": "^5.3.0",
@ -18206,7 +18106,7 @@
"dependencies": { "dependencies": {
"@istanbuljs/schema": "^0.1.2", "@istanbuljs/schema": "^0.1.2",
"glob": "^7.1.4", "glob": "^7.1.4",
"minimatch": "^3.0.4"
"minimatch": "^5.1.0"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
@ -18427,7 +18327,7 @@
"diff": "^4.0.1", "diff": "^4.0.1",
"glob": "^7.1.1", "glob": "^7.1.1",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"mkdirp": "^0.5.3", "mkdirp": "^0.5.3",
"resolve": "^1.3.2", "resolve": "^1.3.2",
"semver": "^5.3.0", "semver": "^5.3.0",
@ -18528,15 +18428,6 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0" "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
} }
}, },
"node_modules/tuf-js/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/tuf-js/node_modules/lru-cache": { "node_modules/tuf-js/node_modules/lru-cache": {
"version": "7.17.0", "version": "7.17.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.17.0.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.17.0.tgz",
@ -18681,8 +18572,8 @@
"@types/color": "^3.0.1", "@types/color": "^3.0.1",
"color": "^3.1.2", "color": "^3.1.2",
"lunr": "^2.3.9", "lunr": "^2.3.9",
"marked": "1.2.0",
"minimatch": "^3.0.0",
"marked": "4.2.12",
"minimatch": "^5.1.0",
"preact": "^10.5.3", "preact": "^10.5.3",
"preact-render-to-string": "^5.1.10", "preact-render-to-string": "^5.1.10",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",
@ -20304,15 +20195,6 @@
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
"dev": true "dev": true
}, },
"brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"requires": {
"balanced-match": "^1.0.0"
}
},
"braces": { "braces": {
"version": "3.0.2", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
@ -21039,15 +20921,6 @@
"yargs": "^17.2.1" "yargs": "^17.2.1"
}, },
"dependencies": { "dependencies": {
"brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"peer": true,
"requires": {
"balanced-match": "^1.0.0"
}
},
"glob": { "glob": {
"version": "8.1.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
@ -22525,7 +22398,7 @@
"ignore": "^4.0.6", "ignore": "^4.0.6",
"import-fresh": "^3.2.1", "import-fresh": "^3.2.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"strip-json-comments": "^3.1.1" "strip-json-comments": "^3.1.1"
}, },
"dependencies": { "dependencies": {
@ -22581,7 +22454,7 @@
"requires": { "requires": {
"@humanwhocodes/object-schema": "^1.2.1", "@humanwhocodes/object-schema": "^1.2.1",
"debug": "^4.1.1", "debug": "^4.1.1",
"minimatch": "^3.0.4"
"minimatch": "^5.1.0"
}, },
"dependencies": { "dependencies": {
"debug": { "debug": {
@ -24394,12 +24267,11 @@
} }
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"requires": { "requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
"balanced-match": "^1.0.0"
} }
}, },
"braces": { "braces": {
@ -24544,15 +24416,6 @@
"unique-filename": "^3.0.0" "unique-filename": "^3.0.0"
}, },
"dependencies": { "dependencies": {
"brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"requires": {
"balanced-match": "^1.0.0"
}
},
"glob": { "glob": {
"version": "8.1.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
@ -24781,8 +24644,7 @@
"optional": true "optional": true
}, },
"brace-expansion": { "brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"version": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
@ -24903,7 +24765,7 @@
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
"inherits": "2", "inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"once": "^1.3.0", "once": "^1.3.0",
"path-is-absolute": "^1.0.0" "path-is-absolute": "^1.0.0"
} }
@ -24934,7 +24796,7 @@
"dev": true, "dev": true,
"optional": true, "optional": true,
"requires": { "requires": {
"minimatch": "^3.0.4"
"minimatch": "^5.1.0"
} }
}, },
"inflight": { "inflight": {
@ -24985,14 +24847,14 @@
"optional": true "optional": true
}, },
"minimatch": { "minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"bundled": true, "bundled": true,
"dev": true, "dev": true,
"optional": true, "optional": true,
"requires": { "requires": {
"brace-expansion": "^1.1.7"
"brace-expansion": "^2.0.1"
} }
}, },
"minimist": { "minimist": {
@ -25579,20 +25441,6 @@
"zone.js": "~0.10.3" "zone.js": "~0.10.3"
}, },
"dependencies": { "dependencies": {
"@angular/compiler": {
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.0.tgz",
"integrity": "sha512-bGMc8xBs/3l5Ab2PmGGifuWVLxCzmYQPXeBYrwpmy+aYCwGzuVKxQp6L1UjA0OZNra7Am8bu4mOsLSR9ENdX6w==",
"dev": true,
"requires": {}
},
"@angular/core": {
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.0.tgz",
"integrity": "sha512-UNHNcW3NqzMbG5gMjzXhb4xHrJcZq8rFdLwTLntB0oo2I/WxQFVlxz28nrW+Y09DbJf02MCASBLxD9If/6eT3g==",
"dev": true,
"requires": {}
},
"tslib": { "tslib": {
"version": "1.14.1", "version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
@ -25724,11 +25572,6 @@
} }
} }
}, },
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
},
"configstore": { "configstore": {
"version": "3.1.2", "version": "3.1.2",
"resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz", "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz",
@ -26675,7 +26518,7 @@
"json-stable-stringify-without-jsonify": "^1.0.1", "json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1", "levn": "^0.4.1",
"lodash.merge": "^4.6.2", "lodash.merge": "^4.6.2",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"natural-compare": "^1.4.0", "natural-compare": "^1.4.0",
"optionator": "^0.9.1", "optionator": "^0.9.1",
"regexpp": "^3.2.0", "regexpp": "^3.2.0",
@ -27779,7 +27622,7 @@
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
"inherits": "2", "inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"once": "^1.3.0", "once": "^1.3.0",
"path-is-absolute": "^1.0.0" "path-is-absolute": "^1.0.0"
} }
@ -27844,7 +27687,7 @@
"requires": { "requires": {
"glob": "~7.1.1", "glob": "~7.1.1",
"lodash": "~4.17.10", "lodash": "~4.17.10",
"minimatch": "~3.0.2"
"minimatch": "~5.1.0"
} }
}, },
"gonzales-pe-sl": { "gonzales-pe-sl": {
@ -28285,15 +28128,6 @@
"minimatch": "^6.1.6" "minimatch": "^6.1.6"
}, },
"dependencies": { "dependencies": {
"brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"requires": {
"balanced-match": "^1.0.0"
}
},
"minimatch": { "minimatch": {
"version": "6.2.0", "version": "6.2.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
@ -29022,7 +28856,7 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"log4js": "^6.4.1", "log4js": "^6.4.1",
"mime": "^2.5.2", "mime": "^2.5.2",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"mkdirp": "^0.5.5", "mkdirp": "^0.5.5",
"qjobs": "^1.2.0", "qjobs": "^1.2.0",
"range-parser": "^1.2.1", "range-parser": "^1.2.1",
@ -29110,7 +28944,7 @@
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
"inherits": "2", "inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"once": "^1.3.0", "once": "^1.3.0",
"path-is-absolute": "^1.0.0" "path-is-absolute": "^1.0.0"
} }
@ -29591,15 +29425,6 @@
"semver": "^7.3.5" "semver": "^7.3.5"
} }
}, },
"brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"requires": {
"balanced-match": "^1.0.0"
}
},
"cacache": { "cacache": {
"version": "16.1.3", "version": "16.1.3",
"resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz", "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz",
@ -29678,16 +29503,6 @@
"glob": "^7.1.3" "glob": "^7.1.3"
}, },
"dependencies": { "dependencies": {
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"dev": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"glob": { "glob": {
"version": "7.2.3", "version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
@ -29697,19 +29512,10 @@
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
"inherits": "2", "inherits": "2",
"minimatch": "^3.1.1",
"minimatch": "^5.1.0",
"once": "^1.3.0", "once": "^1.3.0",
"path-is-absolute": "^1.0.0" "path-is-absolute": "^1.0.0"
} }
},
"minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"dev": true,
"requires": {
"brace-expansion": "^1.1.7"
}
} }
} }
}, },
@ -29784,9 +29590,9 @@
} }
}, },
"marked": { "marked": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz",
"integrity": "sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==",
"version": "4.2.12",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.2.12.tgz",
"integrity": "sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==",
"dev": true "dev": true
}, },
"media-typer": { "media-typer": {
@ -29890,11 +29696,11 @@
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
}, },
"minimatch": { "minimatch": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz",
"integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"requires": { "requires": {
"brace-expansion": "^1.1.7"
"brace-expansion": "^2.0.1"
} }
}, },
"minimist": { "minimist": {
@ -30248,7 +30054,7 @@
"chokidar": "^2.1.8", "chokidar": "^2.1.8",
"debug": "^3.2.6", "debug": "^3.2.6",
"ignore-by-default": "^1.0.1", "ignore-by-default": "^1.0.1",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"pstree.remy": "^1.1.7", "pstree.remy": "^1.1.7",
"semver": "^5.7.1", "semver": "^5.7.1",
"supports-color": "^5.5.0", "supports-color": "^5.5.0",
@ -31692,15 +31498,6 @@
"npm-normalize-package-bin": "^3.0.0" "npm-normalize-package-bin": "^3.0.0"
}, },
"dependencies": { "dependencies": {
"brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"requires": {
"balanced-match": "^1.0.0"
}
},
"glob": { "glob": {
"version": "8.1.0", "version": "8.1.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
@ -32208,7 +32005,7 @@
"diff": "^4.0.1", "diff": "^4.0.1",
"glob": "^7.1.1", "glob": "^7.1.1",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"resolve": "^1.3.2", "resolve": "^1.3.2",
"semver": "^5.3.0", "semver": "^5.3.0",
@ -33609,7 +33406,7 @@
"requires": { "requires": {
"@istanbuljs/schema": "^0.1.2", "@istanbuljs/schema": "^0.1.2",
"glob": "^7.1.4", "glob": "^7.1.4",
"minimatch": "^3.0.4"
"minimatch": "^5.1.0"
} }
}, },
"text-table": { "text-table": {
@ -33788,7 +33585,7 @@
"diff": "^4.0.1", "diff": "^4.0.1",
"glob": "^7.1.1", "glob": "^7.1.1",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"minimatch": "^3.0.4",
"minimatch": "^5.1.0",
"mkdirp": "^0.5.3", "mkdirp": "^0.5.3",
"resolve": "^1.3.2", "resolve": "^1.3.2",
"semver": "^5.3.0", "semver": "^5.3.0",
@ -33866,15 +33663,6 @@
"minimatch": "^6.1.0" "minimatch": "^6.1.0"
}, },
"dependencies": { "dependencies": {
"brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"requires": {
"balanced-match": "^1.0.0"
}
},
"lru-cache": { "lru-cache": {
"version": "7.17.0", "version": "7.17.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.17.0.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.17.0.tgz",
@ -33986,8 +33774,8 @@
"@types/color": "^3.0.1", "@types/color": "^3.0.1",
"color": "^3.1.2", "color": "^3.1.2",
"lunr": "^2.3.9", "lunr": "^2.3.9",
"marked": "1.2.0",
"minimatch": "^3.0.0",
"marked": "4.2.12",
"minimatch": "^5.1.0",
"preact": "^10.5.3", "preact": "^10.5.3",
"preact-render-to-string": "^5.1.10", "preact-render-to-string": "^5.1.10",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",


+ 24
- 44
src/Web/WebSPA/Client/yarn.lock View File

@ -1209,7 +1209,7 @@
ignore "^4.0.6" ignore "^4.0.6"
import-fresh "^3.2.1" import-fresh "^3.2.1"
js-yaml "^4.1.0" js-yaml "^4.1.0"
minimatch "^3.0.4"
minimatch "^5.1.0"
strip-json-comments "^3.1.1" strip-json-comments "^3.1.1"
"@gar/promisify@^1.1.3": "@gar/promisify@^1.1.3":
@ -1224,7 +1224,7 @@
dependencies: dependencies:
"@humanwhocodes/object-schema" "^1.2.1" "@humanwhocodes/object-schema" "^1.2.1"
debug "^4.1.1" debug "^4.1.1"
minimatch "^3.0.4"
minimatch "^5.1.0"
"@humanwhocodes/object-schema@^1.2.1": "@humanwhocodes/object-schema@^1.2.1":
version "1.2.1" version "1.2.1"
@ -2377,14 +2377,6 @@ boxen@^1.2.1:
term-size "^1.2.0" term-size "^1.2.0"
widest-line "^2.0.0" widest-line "^2.0.0"
brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
dependencies:
balanced-match "^1.0.0"
concat-map "0.0.1"
brace-expansion@^2.0.1: brace-expansion@^2.0.1:
version "2.0.1" version "2.0.1"
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz"
@ -2974,11 +2966,6 @@ compression@^1.7.4:
safe-buffer "5.1.2" safe-buffer "5.1.2"
vary "~1.1.2" vary "~1.1.2"
concat-map@0.0.1:
version "0.0.1"
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
configstore@^3.0.0: configstore@^3.0.0:
version "3.1.2" version "3.1.2"
resolved "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz" resolved "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz"
@ -3769,7 +3756,7 @@ eslint@>=5, eslint@8.10.0:
json-stable-stringify-without-jsonify "^1.0.1" json-stable-stringify-without-jsonify "^1.0.1"
levn "^0.4.1" levn "^0.4.1"
lodash.merge "^4.6.2" lodash.merge "^4.6.2"
minimatch "^3.0.4"
minimatch "^5.1.0"
natural-compare "^1.4.0" natural-compare "^1.4.0"
optionator "^0.9.1" optionator "^0.9.1"
regexpp "^3.2.0" regexpp "^3.2.0"
@ -4350,7 +4337,7 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.0.6, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, gl
fs.realpath "^1.0.0" fs.realpath "^1.0.0"
inflight "^1.0.4" inflight "^1.0.4"
inherits "2" inherits "2"
minimatch "^3.0.4"
minimatch "^5.1.0"
once "^1.3.0" once "^1.3.0"
path-is-absolute "^1.0.0" path-is-absolute "^1.0.0"
@ -4362,7 +4349,7 @@ glob@^7.1.7:
fs.realpath "^1.0.0" fs.realpath "^1.0.0"
inflight "^1.0.4" inflight "^1.0.4"
inherits "2" inherits "2"
minimatch "^3.0.4"
minimatch "^5.1.0"
once "^1.3.0" once "^1.3.0"
path-is-absolute "^1.0.0" path-is-absolute "^1.0.0"
@ -4437,7 +4424,7 @@ globule@^1.0.0:
dependencies: dependencies:
glob "~7.1.1" glob "~7.1.1"
lodash "~4.17.10" lodash "~4.17.10"
minimatch "~3.0.2"
minimatch "~5.1.0"
gonzales-pe-sl@^4.2.3: gonzales-pe-sl@^4.2.3:
version "4.2.3" version "4.2.3"
@ -5412,7 +5399,7 @@ karma@^6.0.0, karma@^6.3.0, karma@6.4.1:
lodash "^4.17.21" lodash "^4.17.21"
log4js "^6.4.1" log4js "^6.4.1"
mime "^2.5.2" mime "^2.5.2"
minimatch "^3.0.4"
minimatch "^5.1.0"
mkdirp "^0.5.5" mkdirp "^0.5.5"
qjobs "^1.2.0" qjobs "^1.2.0"
range-parser "^1.2.1" range-parser "^1.2.1"
@ -5775,10 +5762,10 @@ map-visit@^1.0.0:
dependencies: dependencies:
object-visit "^1.0.0" object-visit "^1.0.0"
marked@1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/marked/-/marked-1.2.0.tgz"
integrity sha512-tiRxakgbNPBr301ihe/785NntvYyhxlqcL3YaC8CaxJQh7kiaEtrN9B/eK2I2943Yjkh5gw25chYFDQhOMCwMA==
marked@4.2.12:
version "4.2.12"
resolved "https://registry.npmjs.org/marked/-/marked-4.2.12.tgz"
integrity sha512-yr8hSKa3Fv4D3jdZmtMMPghgVt6TWbk86WQaWhDloQjRSQhMMYCAro7jP7VDJrjjdV8pxVxMssXS8B8Y5DZ5aw==
media-typer@0.3.0: media-typer@0.3.0:
version "0.3.0" version "0.3.0"
@ -5906,20 +5893,6 @@ minimalistic-assert@^1.0.0:
resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz" resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz"
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
minimatch@^3.0.0, minimatch@^3.0.4, minimatch@~3.0.2:
version "3.0.5"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz"
integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==
dependencies:
brace-expansion "^1.1.7"
minimatch@^3.1.1:
version "3.1.2"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
dependencies:
brace-expansion "^1.1.7"
minimatch@^5.0.1: minimatch@^5.0.1:
version "5.1.6" version "5.1.6"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz"
@ -5927,6 +5900,13 @@ minimatch@^5.0.1:
dependencies: dependencies:
brace-expansion "^2.0.1" brace-expansion "^2.0.1"
minimatch@^5.1.0, minimatch@~5.1.0:
version "5.1.0"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz"
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
dependencies:
brace-expansion "^2.0.1"
minimatch@^6.1.0: minimatch@^6.1.0:
version "6.2.0" version "6.2.0"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz" resolved "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz"
@ -6181,7 +6161,7 @@ nodemon@^1.18.7:
chokidar "^2.1.8" chokidar "^2.1.8"
debug "^3.2.6" debug "^3.2.6"
ignore-by-default "^1.0.1" ignore-by-default "^1.0.1"
minimatch "^3.0.4"
minimatch "^5.1.0"
pstree.remy "^1.1.7" pstree.remy "^1.1.7"
semver "^5.7.1" semver "^5.7.1"
supports-color "^5.5.0" supports-color "^5.5.0"
@ -8189,7 +8169,7 @@ test-exclude@^6.0.0:
dependencies: dependencies:
"@istanbuljs/schema" "^0.1.2" "@istanbuljs/schema" "^0.1.2"
glob "^7.1.4" glob "^7.1.4"
minimatch "^3.0.4"
minimatch "^5.1.0"
text-table@^0.2.0, text-table@0.2.0: text-table@^0.2.0, text-table@0.2.0:
version "0.2.0" version "0.2.0"
@ -8363,7 +8343,7 @@ tslib@^2.0.0, tslib@^2.1.0, tslib@^2.3.0, tslib@2.5.0:
diff "^4.0.1" diff "^4.0.1"
glob "^7.1.1" glob "^7.1.1"
js-yaml "^3.13.1" js-yaml "^3.13.1"
minimatch "^3.0.4"
minimatch "^5.1.0"
mkdirp "^0.5.3" mkdirp "^0.5.3"
resolve "^1.3.2" resolve "^1.3.2"
semver "^5.3.0" semver "^5.3.0"
@ -8382,7 +8362,7 @@ tslint@^5.9.1:
diff "^4.0.1" diff "^4.0.1"
glob "^7.1.1" glob "^7.1.1"
js-yaml "^3.13.1" js-yaml "^3.13.1"
minimatch "^3.0.4"
minimatch "^5.1.0"
mkdirp "^0.5.1" mkdirp "^0.5.1"
resolve "^1.3.2" resolve "^1.3.2"
semver "^5.3.0" semver "^5.3.0"
@ -8454,8 +8434,8 @@ typedoc@1.0.0-dev.4:
"@types/color" "^3.0.1" "@types/color" "^3.0.1"
color "^3.1.2" color "^3.1.2"
lunr "^2.3.9" lunr "^2.3.9"
marked "1.2.0"
minimatch "^3.0.0"
marked "4.2.12"
minimatch "^5.1.0"
preact "^10.5.3" preact "^10.5.3"
preact-render-to-string "^5.1.10" preact-render-to-string "^5.1.10"
shelljs "^0.8.4" shelljs "^0.8.4"


Loading…
Cancel
Save