diff --git a/package.json b/package.json index b7c542c82..65b71a242 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "multer": "^1.4.4", "nyc": "^15.1.0", "remark-cli": "^10.0.1", - "remark-preset-github": "^4.0.4", + "remark-preset-github": "4.0.3", "rimraf": "^3.0.2", "should": "^13.2.3", "should-http": "^0.1.1", diff --git a/yarn.lock b/yarn.lock index e1d64b5f5..f78a752db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1355,7 +1355,7 @@ resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d" integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ== -"@typescript-eslint/eslint-plugin@*": +"@typescript-eslint/eslint-plugin@^5.24.0": version "5.29.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.29.0.tgz#c67794d2b0fd0b4a47f50266088acdc52a08aab6" integrity sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w== @@ -1370,7 +1370,7 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/parser@*": +"@typescript-eslint/parser@^5.24.0": version "5.29.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.29.0.tgz#41314b195b34d44ff38220caa55f3f93cfca43cf" integrity sha512-ruKWTv+x0OOxbzIw9nW5oWlUopvP/IQDjB5ZqmTglLIoDTctLlAJpAQFpNPJP/ZI7hTT9sARBosEfaKbcFuECw== @@ -3987,7 +3987,7 @@ eslint-config-xo-lass@1: resolved "https://registry.yarnpkg.com/eslint-config-xo-lass/-/eslint-config-xo-lass-1.0.6.tgz#6c27c2b694aea2e3ebc49ab50b4699ce747a5a5b" integrity sha512-C/oftF0mIBWuuj9tiy41qS1EmpXryEu9oVmoujNOnC31Ouyhvj8rQ4RgRn7QMBGs0vSbShq9TAZyLb3rPh2Ozw== -eslint-config-xo-typescript@*: +eslint-config-xo-typescript@^0.51.1: version "0.51.1" resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.51.1.tgz#0f9166edffb06cbb1dabddf84d295c843e43cd1f" integrity sha512-bqUYpPLylgOtuueawFJnLFX/t2W6shKYR+IwbwBZhw9ivr2sLd+8I2vLfKDDzxMrHzij8bkdVoRoDLRvugQoXg== @@ -9479,10 +9479,10 @@ remark-parse@^10.0.0: mdast-util-from-markdown "^1.0.0" unified "^10.0.0" -remark-preset-github@^4.0.4: - version "4.0.4" - resolved "https://registry.yarnpkg.com/remark-preset-github/-/remark-preset-github-4.0.4.tgz#ed995ec1465a661cf3f341268b63461bcce5f630" - integrity sha512-BTdQejtrqK9mEG9pNlJd/VBCLdFzSN+9DW+Fd9Wq6emUp2jkXvFYL+DDYvinJGKTSYN/Lsq1wW5RGo+ssZMyPQ== +remark-preset-github@4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/remark-preset-github/-/remark-preset-github-4.0.3.tgz#0a380e6e14b650e37298d0e2c1e13febf0c88695" + integrity sha512-jctZGF9RO9lmn0xHLjlsVTb9WokzZaV/aK04KWFdJj98yberX14QMQ4Gu3HvXfupkJl3nIvXUEvxT2Lc9k/q6g== dependencies: remark-comment-config "^6.0.0" remark-contributors "4"