chore(deps): bump minimatch from 5.0.1 to 5.1.0 (#1067) [skip ci]

This commit is contained in:
dependabot[bot]
2022-05-24 17:42:59 -04:00
committed by GitHub
parent 6c596e421a
commit 8026578aa8
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"linguist-js": "^2.5.0", "linguist-js": "^2.5.0",
"marked": "^4.0.14", "marked": "^4.0.14",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"minimatch": "^5.0.1", "minimatch": "^5.1.0",
"node-chartist": "^1.0.5", "node-chartist": "^1.0.5",
"node-fetch": "^3.2.3", "node-fetch": "^3.2.3",
"open-graph-scraper": "^4.11.0", "open-graph-scraper": "^4.11.0",
@@ -6536,9 +6536,9 @@
} }
}, },
"node_modules/minimatch": { "node_modules/minimatch": {
"version": "5.0.1", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"dependencies": { "dependencies": {
"brace-expansion": "^2.0.1" "brace-expansion": "^2.0.1"
}, },
@@ -14508,9 +14508,9 @@
} }
}, },
"minimatch": { "minimatch": {
"version": "5.0.1", "version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==", "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"requires": { "requires": {
"brace-expansion": "^2.0.1" "brace-expansion": "^2.0.1"
} }

View File

@@ -49,7 +49,7 @@
"linguist-js": "^2.5.0", "linguist-js": "^2.5.0",
"marked": "^4.0.14", "marked": "^4.0.14",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"minimatch": "^5.0.1", "minimatch": "^5.1.0",
"node-chartist": "^1.0.5", "node-chartist": "^1.0.5",
"node-fetch": "^3.2.3", "node-fetch": "^3.2.3",
"open-graph-scraper": "^4.11.0", "open-graph-scraper": "^4.11.0",