Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vulnerability issues TS-292 #562

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codacy: codacy/base@6.1.4
codacy: codacy/base@10.2.2
codacy_plugins_test: codacy/plugins-test@1.1.1

jobs:
Expand Down
2 changes: 1 addition & 1 deletion docs/patterns.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,5 +548,5 @@
"enabled": false
}
],
"version": "7.0.1"
"version": "9.1.1"
}
222 changes: 111 additions & 111 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,148 +68,148 @@
"dependencies": {
"@types/tmp": "^0.2.1",
"dictionary-en": "^3.1.0",
"fs-extra": "^10.0.0",
"fs-extra": "^11.1.0",
"markdown-extensions": "^1.1.1",
"remark": "^13.0.0",
"remark-cli": "^5.0.0",
"remark-frontmatter": "^3.0.0",
"remark": "^14.0.2",
"remark-cli": "^11.0.0",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-lint": "^8.0.0",
"remark-lint": "^9.1.1",
"remark-lint-alphabetize-lists": "^3.0.0",
"remark-lint-blank-lines-1-0-2": "^3.0.0",
"remark-lint-blockquote-indentation": "^2.0.1",
"remark-lint-checkbox-character-style": "^3.0.0",
"remark-lint-checkbox-content-indent": "^3.0.0",
"remark-lint-blockquote-indentation": "^3.1.1",
"remark-lint-books-links": "2.1.0",
"remark-lint-checkbox-character-style": "^4.1.1",
"remark-lint-checkbox-content-indent": "^4.1.1",
"remark-lint-code": "^2.0.0",
"remark-lint-code-block-style": "^2.0.1",
"remark-lint-code-block-style": "^3.1.0",
"remark-lint-code-eslint": "^2.0.0",
"remark-lint-definition-case": "^2.0.1",
"remark-lint-definition-spacing": "^2.0.1",
"remark-lint-emphasis-marker": "^2.0.1",
"remark-lint-fenced-code-flag": "^2.0.1",
"remark-lint-fenced-code-marker": "^2.0.1",
"remark-lint-file-extension": "^1.0.5",
"remark-lint-final-definition": "^2.1.0",
"remark-lint-final-newline": "^1.0.5",
"remark-lint-first-heading-level": "^2.0.1",
"remark-lint-hard-break-spaces": "^2.0.1",
"remark-lint-heading-increment": "^2.0.1",
"remark-lint-heading-style": "^2.0.1",
"remark-lint-definition-case": "^3.1.1",
"remark-lint-definition-spacing": "^3.1.1",
"remark-lint-emphasis-marker": "^3.1.1",
"remark-lint-fenced-code-flag": "^3.1.1",
"remark-lint-fenced-code-marker": "^3.1.1",
"remark-lint-file-extension": "^2.1.1",
"remark-lint-final-definition": "^3.1.1",
"remark-lint-final-newline": "^2.1.1",
"remark-lint-first-heading-level": "^3.1.1",
"remark-lint-hard-break-spaces": "^3.1.1",
"remark-lint-heading-increment": "^3.1.1",
"remark-lint-heading-style": "^3.1.1",
"remark-lint-heading-whitespace": "^1.0.0",
"remark-lint-linebreak-style": "^2.0.1",
"remark-lint-link-title-style": "^2.0.1",
"remark-lint-list-item-bullet-indent": "^3.0.0",
"remark-lint-list-item-content-indent": "^2.0.1",
"remark-lint-list-item-indent": "^2.0.1",
"remark-lint-list-item-spacing": "^3.0.0",
"remark-lint-maximum-heading-length": "^2.0.1",
"remark-lint-maximum-line-length": "^2.0.3",
"remark-lint-no-auto-link-without-protocol": "^2.0.1",
"remark-lint-no-blockquote-without-marker": "^4.0.0",
"remark-lint-no-consecutive-blank-lines": "^3.0.0",
"remark-lint-linebreak-style": "^3.1.1",
"remark-lint-link-title-style": "^3.1.1",
"remark-lint-list-item-bullet-indent": "^4.1.1",
"remark-lint-list-item-content-indent": "^3.1.1",
"remark-lint-list-item-indent": "^3.1.1",
"remark-lint-list-item-spacing": "^4.1.1",
"remark-lint-maximum-heading-length": "^3.1.1",
"remark-lint-maximum-line-length": "^3.1.2",
"remark-lint-no-auto-link-without-protocol": "^3.1.1",
"remark-lint-no-blockquote-without-marker": "^5.1.1",
"remark-lint-no-consecutive-blank-lines": "^4.1.2",
"remark-lint-no-dead-urls": "^1.1.0",
"remark-lint-no-duplicate-defined-urls": "^1.0.1",
"remark-lint-no-duplicate-definitions": "^2.0.1",
"remark-lint-no-duplicate-headings": "^2.0.1",
"remark-lint-no-duplicate-headings-in-section": "^2.0.2",
"remark-lint-no-emphasis-as-heading": "^2.0.1",
"remark-lint-no-duplicate-defined-urls": "^2.1.1",
"remark-lint-no-duplicate-definitions": "^3.1.1",
"remark-lint-no-duplicate-headings": "^3.1.1",
"remark-lint-no-duplicate-headings-in-section": "^3.1.1",
"remark-lint-no-emphasis-as-heading": "^3.1.1",
"remark-lint-no-empty-sections": "^4.0.0",
"remark-lint-no-empty-url": "^2.0.1",
"remark-lint-no-file-name-articles": "^1.0.5",
"remark-lint-no-file-name-consecutive-dashes": "^1.0.5",
"remark-lint-no-file-name-irregular-characters": "^1.0.5",
"remark-lint-no-file-name-mixed-case": "^1.0.5",
"remark-lint-no-file-name-outer-dashes": "^1.0.6",
"remark-lint-no-heading-content-indent": "^3.0.0",
"remark-lint-no-heading-indent": "^3.0.0",
"remark-lint-no-heading-like-paragraph": "^2.0.1",
"remark-lint-no-heading-punctuation": "^2.0.1",
"remark-lint-no-html": "^2.0.1",
"remark-lint-no-inline-padding": "^3.0.0",
"remark-lint-no-literal-urls": "^2.0.1",
"remark-lint-no-missing-blank-lines": "^2.0.1",
"remark-lint-no-multiple-toplevel-headings": "^2.0.1",
"remark-lint-no-paragraph-content-indent": "^3.0.0",
"remark-lint-no-reference-like-url": "^2.0.1",
"remark-lint-no-shell-dollars": "^2.0.2",
"remark-lint-no-shortcut-reference-image": "^2.0.1",
"remark-lint-no-shortcut-reference-link": "^2.0.1",
"remark-lint-no-table-indentation": "^3.0.0",
"remark-lint-no-tabs": "^2.0.1",
"remark-lint-no-undefined-references": "^3.0.0",
"remark-lint-no-unneeded-full-reference-image": "^2.0.1",
"remark-lint-no-unneeded-full-reference-link": "^2.0.1",
"remark-lint-no-unused-definitions": "^2.0.1",
"remark-lint-ordered-list-marker-style": "^2.0.1",
"remark-lint-ordered-list-marker-value": "^2.0.1",
"remark-lint-rule-style": "^2.0.1",
"remark-lint-strong-marker": "^2.0.1",
"remark-lint-table-cell-padding": "^3.0.0",
"remark-lint-table-pipe-alignment": "^2.0.1",
"remark-lint-table-pipes": "^3.0.0",
"remark-lint-unordered-list-marker-style": "^2.0.1",
"remark-lint-no-empty-url": "^3.1.1",
"remark-lint-no-file-name-articles": "^2.1.1",
"remark-lint-no-file-name-consecutive-dashes": "^2.1.1",
"remark-lint-no-file-name-irregular-characters": "^2.1.1",
"remark-lint-no-file-name-mixed-case": "^2.1.1",
"remark-lint-no-file-name-outer-dashes": "^2.1.1",
"remark-lint-no-heading-content-indent": "^4.1.1",
"remark-lint-no-heading-indent": "^4.1.1",
"remark-lint-no-heading-like-paragraph": "^3.1.1",
"remark-lint-no-heading-punctuation": "^3.1.1",
"remark-lint-no-html": "^3.1.1",
"remark-lint-no-inline-padding": "^4.1.1",
"remark-lint-no-literal-urls": "^3.1.1",
"remark-lint-no-long-code": "0.1.3",
"remark-lint-no-missing-blank-lines": "^3.1.1",
"remark-lint-no-multiple-toplevel-headings": "^3.1.1",
"remark-lint-no-paragraph-content-indent": "^4.1.1",
"remark-lint-no-reference-like-url": "^3.1.1",
"remark-lint-no-repeat-punctuation": "0.1.4",
"remark-lint-no-shell-dollars": "^3.1.1",
"remark-lint-no-shortcut-reference-image": "^3.1.1",
"remark-lint-no-shortcut-reference-link": "^3.1.1",
"remark-lint-no-table-indentation": "^4.1.1",
"remark-lint-no-tabs": "^3.1.1",
"remark-lint-no-undefined-references": "^4.2.0",
"remark-lint-no-unneeded-full-reference-image": "^3.1.1",
"remark-lint-no-unneeded-full-reference-link": "^3.1.1",
"remark-lint-no-unused-definitions": "^3.1.1",
"remark-lint-no-url-trailing-slash": "3.0.1",
"remark-lint-ordered-list-marker-style": "^3.1.1",
"remark-lint-ordered-list-marker-value": "^3.1.1",
"remark-lint-rule-style": "^3.1.1",
"remark-lint-strong-marker": "^3.1.1",
"remark-lint-table-cell-padding": "^4.1.2",
"remark-lint-table-pipe-alignment": "^3.1.1",
"remark-lint-table-pipes": "^4.1.1",
"remark-lint-unordered-list-marker-style": "^3.1.1",
"remark-lint-write-good": "^1.2.0",
"remark-parse": "^9.0.0",
"remark-preset-lint-consistent": "^4.0.0",
"remark-preset-lint-markdown-style-guide": "^4.0.0",
"remark-preset-lint-recommended": "^5.0.0",
"remark-retext": "^4.0.0",
"remark-slug": "^6.1.0",
"remark-stringify": "^9.0.1",
"remark-validate-links": "^10.0.4",
"remark-parse": "^10.0.1",
"remark-preset-lint-consistent": "^5.1.1",
"remark-preset-lint-markdown-style-guide": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.2",
"remark-retext": "^5.0.1",
"remark-slug": "^7.0.1",
"remark-stringify": "^10.0.2",
"remark-validate-links": "^12.1.0",
"retext": "^8.0.0",
"retext-contractions": "^4.0.0",
"retext-diacritics": "^3.0.0",
"retext-english": "^3.0.4",
"retext-equality": "^5.7.0",
"retext-indefinite-article": "^2.0.3",
"retext-contractions": "^5.2.0",
"retext-diacritics": "^4.2.0",
"retext-english": "^4.1.0",
"retext-equality": "^6.6.0",
"retext-indefinite-article": "^4.3.0",
"retext-overuse": "^1.1.1",
"retext-passive": "^3.0.0",
"retext-profanities": "^6.1.0",
"retext-quotes": "^4.0.0",
"retext-readability": "^6.0.0",
"retext-redundant-acronyms": "^3.0.0",
"retext-repeated-words": "^3.0.0",
"retext-sentence-spacing": "^4.0.0",
"retext-spell": "^4.0.1",
"retext-syntax-urls": "^2.0.0",
"retext-passive": "^4.2.0",
"retext-profanities": "^7.2.2",
"retext-quotes": "^5.2.0",
"retext-readability": "^7.2.0",
"retext-redundant-acronyms": "^4.3.0",
"retext-repeated-words": "^4.2.0",
"retext-sentence-spacing": "^5.2.0",
"retext-spell": "^5.3.0",
"retext-syntax-urls": "^3.1.2",
"retext-usage": "^0.5.0",
"tmp": "^0.2.1",
"unified": "^9.2.1",
"unified-engine": "^8.2.0",
"vfile": "^4.2.1",
"remark-lint-books-links": "2.1.0",
"remark-lint-no-long-code": "0.1.3",
"remark-lint-no-repeat-punctuation": "0.1.4",
"remark-lint-no-url-trailing-slash": "3.0.1"
"unified": "^10.1.2",
"unified-engine": "^10.1.0",
"vfile": "^5.3.7"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/node": "^16.3.2",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.14.2",
"@types/trim": "^0.1.1",
"@types/vfile": "^4.0.0",
"ava": "3.15.0",
"ava": "5.2.0",
"codacy-coverage": "^3.0.0",
"cz-conventional-changelog": "^3.3.0",
"dox": "^0.9.0",
"gh-pages": "^3.2.3",
"npm-run-all": "^4.1.3",
"dox": "^1.0.0",
"gh-pages": "^5.0.0",
"npm-run-all": "^4.1.5",
"npm-scripts-info": "^0.3.9",
"nyc": "^15.1.0",
"opn-cli": "^5.0.0",
"prettier": "^2.3.2",
"standard-version": "^9.3.1",
"strip-indent": "^4.0.0",
"trash-cli": "^4.0.0",
"trash-cli": "^5.0.0",
"trim": "^1.0.1",
"tslint": "^5.20.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.13.0",
"tslint-config-semistandard": "^8.0.1",
"tslint-immutable": "^6.0.1",
"typedoc": "^0.20.37",
"typescript": "^3.9.10",
"typedoc": "^0.23.26",
"typescript": "^4.9.5",
"vfile-location": "^4.0.1",
"vfile-message": "^2.0.4",
"vfile-message": "^3.1.4",
"vfile-reporter": "^7.0.1"
},
"ava": {
Expand Down