diff --git a/package-lock.json b/package-lock.json index 134e2b7..b412bba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "marked": "^7.0.2", "marked-highlight": "^2.0.4", "normalize.css": "^8.0.1", - "outmatch": "^0.7.0", + "outmatch": "^1.0.0", "pako": "^2.0.4", "react": "^17.0.2", "react-dom": "^17.0.2" @@ -13752,9 +13752,9 @@ } }, "node_modules/outmatch": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/outmatch/-/outmatch-0.7.0.tgz", - "integrity": "sha512-w1ybiTBffGiwxOO7JJBVVOsIiWwzcfSl/D80amWAU2UDe1o9/SySOUzAwDuN3+jGKQRs0UCDTS8rndFiroJgVQ==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/outmatch/-/outmatch-1.0.0.tgz", + "integrity": "sha512-Dro+1hlvosA7DUKFqeHUA2g+xdWGoGTGZ+19go5vwxqS7iSTXQtajrEdhTdBXdahzGBEV2NH89vouFWpLyOuPg==" }, "node_modules/p-cancelable": { "version": "3.0.0", @@ -29009,9 +29009,9 @@ "dev": true }, "outmatch": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/outmatch/-/outmatch-0.7.0.tgz", - "integrity": "sha512-w1ybiTBffGiwxOO7JJBVVOsIiWwzcfSl/D80amWAU2UDe1o9/SySOUzAwDuN3+jGKQRs0UCDTS8rndFiroJgVQ==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/outmatch/-/outmatch-1.0.0.tgz", + "integrity": "sha512-Dro+1hlvosA7DUKFqeHUA2g+xdWGoGTGZ+19go5vwxqS7iSTXQtajrEdhTdBXdahzGBEV2NH89vouFWpLyOuPg==" }, "p-cancelable": { "version": "3.0.0", diff --git a/package.json b/package.json index 0fda2b7..49fc1ae 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "marked": "^7.0.2", "marked-highlight": "^2.0.4", "normalize.css": "^8.0.1", - "outmatch": "^0.7.0", + "outmatch": "^1.0.0", "pako": "^2.0.4", "react": "^17.0.2", "react-dom": "^17.0.2"