chore(deps): update dependency doctoc to v2.0.1 (#3752)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-06-08 09:23:21 +02:00 коммит произвёл GitHub
Родитель f82ca61e48
Коммит 914c0f8792
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 16 добавлений и 16 удалений

30
package-lock.json сгенерированный
Просмотреть файл

@ -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",