chore(deps): update dependency doctoc to v2.0.1 (#3752)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Родитель
f82ca61e48
Коммит
914c0f8792
|
@ -60,7 +60,7 @@
|
|||
"babel-loader": "8.2.2",
|
||||
"codecov": "3.8.2",
|
||||
"comment-json": "4.1.0",
|
||||
"doctoc": "2.0.0",
|
||||
"doctoc": "2.0.1",
|
||||
"eslint-config-amo": "4.7.0",
|
||||
"eslint-plugin-async-await": "0.0.0",
|
||||
"eslint-plugin-promise": "5.1.0",
|
||||
|
@ -5096,16 +5096,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/doctoc": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/doctoc/-/doctoc-2.0.0.tgz",
|
||||
"integrity": "sha512-thvCndtwVPe3GCDUG09NYPu9D72Ons3MFh/Fe5A3bePMHGa1XSMgJWyL04bkxa0DyyaylEB2UrqigbQM0fcj7w==",
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/doctoc/-/doctoc-2.0.1.tgz",
|
||||
"integrity": "sha512-JsxnSVZtLCThKehjFPBDhP1+ZLmdfXQynZH/0ABAwrnd1Zf3AV6LigC9oWJyaZ+c6RXCDnlGUNJ7I+1v8VaaRg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@textlint/markdown-to-ast": "~6.1.7",
|
||||
"anchor-markdown-header": "~0.5.7",
|
||||
"htmlparser2": "~4.1.0",
|
||||
"minimist": "~1.2.5",
|
||||
"underscore": "~1.10.2",
|
||||
"underscore": "~1.12.1",
|
||||
"update-section": "~0.3.3"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -14451,9 +14451,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/underscore": {
|
||||
"version": "1.10.2",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz",
|
||||
"integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==",
|
||||
"version": "1.12.1",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
|
||||
"integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/unherit": {
|
||||
|
@ -19335,16 +19335,16 @@
|
|||
}
|
||||
},
|
||||
"doctoc": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/doctoc/-/doctoc-2.0.0.tgz",
|
||||
"integrity": "sha512-thvCndtwVPe3GCDUG09NYPu9D72Ons3MFh/Fe5A3bePMHGa1XSMgJWyL04bkxa0DyyaylEB2UrqigbQM0fcj7w==",
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/doctoc/-/doctoc-2.0.1.tgz",
|
||||
"integrity": "sha512-JsxnSVZtLCThKehjFPBDhP1+ZLmdfXQynZH/0ABAwrnd1Zf3AV6LigC9oWJyaZ+c6RXCDnlGUNJ7I+1v8VaaRg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@textlint/markdown-to-ast": "~6.1.7",
|
||||
"anchor-markdown-header": "~0.5.7",
|
||||
"htmlparser2": "~4.1.0",
|
||||
"minimist": "~1.2.5",
|
||||
"underscore": "~1.10.2",
|
||||
"underscore": "~1.12.1",
|
||||
"update-section": "~0.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -26631,9 +26631,9 @@
|
|||
}
|
||||
},
|
||||
"underscore": {
|
||||
"version": "1.10.2",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz",
|
||||
"integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==",
|
||||
"version": "1.12.1",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
|
||||
"integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
|
||||
"dev": true
|
||||
},
|
||||
"unherit": {
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
"babel-loader": "8.2.2",
|
||||
"codecov": "3.8.2",
|
||||
"comment-json": "4.1.0",
|
||||
"doctoc": "2.0.0",
|
||||
"doctoc": "2.0.1",
|
||||
"eslint-config-amo": "4.7.0",
|
||||
"eslint-plugin-async-await": "0.0.0",
|
||||
"eslint-plugin-promise": "5.1.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче