From 4092470f113c9f42006c8046d92825df12299ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:42:05 +0200 Subject: [PATCH] build(deps-dev): bump @types/node from 20.10.3 to 20.11.13 (#930) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.3 to 20.11.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libraries/grpc-sdk/package.json | 2 +- libraries/hermes/package.json | 2 +- libraries/module-tools/package.json | 2 +- libraries/node-2fa/package.json | 2 +- libraries/testing-tools/package.json | 2 +- modules/authentication/package.json | 2 +- modules/authorization/package.json | 2 +- modules/chat/package.json | 2 +- modules/database/package.json | 2 +- modules/email/package.json | 2 +- modules/forms/package.json | 2 +- modules/functions/package.json | 2 +- modules/push-notifications/package.json | 2 +- modules/router/package.json | 2 +- modules/sms/package.json | 2 +- modules/storage/package.json | 2 +- packages/admin/package.json | 2 +- packages/commons/package.json | 2 +- packages/core/package.json | 2 +- yarn.lock | 163 +----------------------- 20 files changed, 23 insertions(+), 178 deletions(-) diff --git a/libraries/grpc-sdk/package.json b/libraries/grpc-sdk/package.json index e58ef92c1..7517e6064 100644 --- a/libraries/grpc-sdk/package.json +++ b/libraries/grpc-sdk/package.json @@ -51,7 +51,7 @@ "@types/fs-extra": "^11.0.4", "@types/google-protobuf": "^3.15.6", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "copyfiles": "^2.4.1", "rimraf": "^5.0.5", "ts-proto": "^1.167.1", diff --git a/libraries/hermes/package.json b/libraries/hermes/package.json index ac770a4c6..29c42ff66 100644 --- a/libraries/hermes/package.json +++ b/libraries/hermes/package.json @@ -58,7 +58,7 @@ "@types/express": "~4.17.21", "@types/graphql-type-json": "^0.3.5", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "@types/object-hash": "^3.0.6", "rimraf": "^5.0.5", "typescript": "~5.3.3" diff --git a/libraries/module-tools/package.json b/libraries/module-tools/package.json index 5e26b12cc..2b6f850b0 100644 --- a/libraries/module-tools/package.json +++ b/libraries/module-tools/package.json @@ -45,7 +45,7 @@ "@types/fs-extra": "^11.0.4", "@types/google-protobuf": "^3.15.6", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "copyfiles": "^2.4.1", "rimraf": "^5.0.5", "ts-proto": "^1.167.1", diff --git a/libraries/node-2fa/package.json b/libraries/node-2fa/package.json index e345db0e8..cb77c13ff 100644 --- a/libraries/node-2fa/package.json +++ b/libraries/node-2fa/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@types/jest": "^29.5.10", - "@types/node": "^20.10.3", + "@types/node": "^20.11.13", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.38.0", diff --git a/libraries/testing-tools/package.json b/libraries/testing-tools/package.json index 0f6c568bb..f9df91402 100644 --- a/libraries/testing-tools/package.json +++ b/libraries/testing-tools/package.json @@ -29,7 +29,7 @@ "devDependencies": { "@types/convict": "^6.1.6", "@types/google-protobuf": "^3.15.6", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "copyfiles": "^2.4.1", "rimraf": "^5.0.5", "ts-proto": "^1.167.1", diff --git a/modules/authentication/package.json b/modules/authentication/package.json index 46a9542d8..cdf039e8b 100644 --- a/modules/authentication/package.json +++ b/modules/authentication/package.json @@ -49,7 +49,7 @@ "@types/convict": "^6.1.6", "@types/jsonwebtoken": "^9.0.1", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "@types/uuid": "^9.0.5", "copyfiles": "^2.4.1", "rimraf": "^5.0.5", diff --git a/modules/authorization/package.json b/modules/authorization/package.json index 322dd1b7b..3266d45c7 100644 --- a/modules/authorization/package.json +++ b/modules/authorization/package.json @@ -47,7 +47,7 @@ "@types/convict": "^6.1.6", "@types/jsonwebtoken": "^9.0.1", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "@types/uuid": "^9.0.5", "copyfiles": "^2.4.1", "rimraf": "^5.0.5", diff --git a/modules/chat/package.json b/modules/chat/package.json index 49035c78d..dcbc00def 100644 --- a/modules/chat/package.json +++ b/modules/chat/package.json @@ -37,7 +37,7 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@types/node": "20.10.3", + "@types/node": "20.11.13", "@types/uuid": "^9.0.5", "@types/lodash-es": "^4.17.12", "copyfiles": "^2.4.1", diff --git a/modules/database/package.json b/modules/database/package.json index ecf17c7fc..3e57c3341 100644 --- a/modules/database/package.json +++ b/modules/database/package.json @@ -51,7 +51,7 @@ "devDependencies": { "@types/dottie": "^2.0.7", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "copyfiles": "^2.4.1", "rimraf": "^5.0.5", "ts-proto": "^1.167.1", diff --git a/modules/email/package.json b/modules/email/package.json index 597c8f171..a080ca517 100644 --- a/modules/email/package.json +++ b/modules/email/package.json @@ -51,7 +51,7 @@ "@types/lodash-es": "^4.17.12", "@types/mailgun-js": "^0.22.16", "@types/mandrill-api": "^1.0.33", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "@types/nodemailer": "^6.4.14", "@types/nodemailer-mailgun-transport": "^1.4.3", "@types/smtp-server": "^3.5.7", diff --git a/modules/forms/package.json b/modules/forms/package.json index 50def6e2a..916ae2636 100644 --- a/modules/forms/package.json +++ b/modules/forms/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@types/convict": "^6.1.6", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "copyfiles": "^2.4.1", "rimraf": "^5.0.5", "typescript": "~5.3.3" diff --git a/modules/functions/package.json b/modules/functions/package.json index e9e096da4..b62ce1883 100644 --- a/modules/functions/package.json +++ b/modules/functions/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@types/convict": "^6.1.6", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "copyfiles": "^2.4.1", "rimraf": "^5.0.5", "ts-proto": "^1.167.1", diff --git a/modules/push-notifications/package.json b/modules/push-notifications/package.json index c8c991d62..a8650113b 100644 --- a/modules/push-notifications/package.json +++ b/modules/push-notifications/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@types/convict": "^6.1.6", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "copyfiles": "^2.4.1", "ts-proto": "^1.167.1", "rimraf": "^5.0.5", diff --git a/modules/router/package.json b/modules/router/package.json index 34bea4830..31d627b3e 100644 --- a/modules/router/package.json +++ b/modules/router/package.json @@ -50,7 +50,7 @@ "@types/express": "~4.17.21", "@types/graphql-type-json": "^0.3.5", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "express": "~4.18.2", "rimraf": "^5.0.5", "ts-proto": "^1.167.1", diff --git a/modules/sms/package.json b/modules/sms/package.json index 5f8e49fd3..8af973e1e 100644 --- a/modules/sms/package.json +++ b/modules/sms/package.json @@ -43,7 +43,7 @@ "@types/otp-generator": "^4.0.2", "@types/convict": "^6.1.6", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "copyfiles": "^2.4.1", "rimraf": "^5.0.5", "ts-proto": "^1.167.1", diff --git a/modules/storage/package.json b/modules/storage/package.json index 64374b040..997a13699 100644 --- a/modules/storage/package.json +++ b/modules/storage/package.json @@ -51,7 +51,7 @@ "@types/ali-oss": "^6.16.7", "@types/convict": "^6.1.6", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "@types/uuid": "^9.0.5", "copyfiles": "^2.4.1", "rimraf": "^5.0.5", diff --git a/packages/admin/package.json b/packages/admin/package.json index ceba83a8f..3ebd18a2d 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -50,7 +50,7 @@ "@types/jest": "^29.5.10", "@types/jsonwebtoken": "^9.0.1", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "express": "~4.18.2", "jest": "^29.7.0", "rimraf": "^5.0.5", diff --git a/packages/commons/package.json b/packages/commons/package.json index f19cab319..12436b564 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -36,7 +36,7 @@ "@types/convict": "^6.1.6", "@types/express": "~4.17.21", "@types/is-natural-number": "^4.0.4", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "@types/validator": "^13.11.5", "express": "~4.18.2", "rimraf": "^5.0.5", diff --git a/packages/core/package.json b/packages/core/package.json index 188964ff6..e0896b556 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -36,7 +36,7 @@ "@types/express": "~4.17.21", "@types/jest": "^29.5.10", "@types/lodash-es": "^4.17.12", - "@types/node": "20.10.3", + "@types/node": "20.11.13", "copyfiles": "^2.4.1", "jest": "^29.7.0", "rimraf": "^5.0.5", diff --git a/yarn.lock b/yarn.lock index 4f97626d3..9a5cad81c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3912,11 +3912,6 @@ resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.202.tgz#f09dbd2fb082d507178b2f2a5c7e74bd72ff98f8" integrity sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ== -"@types/lodash@^4.14.200": - version "4.14.200" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.200.tgz#435b6035c7eba9cdf1e039af8212c9e9281e7149" - integrity sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q== - "@types/long@^4.0.0": version "4.0.2" resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a" @@ -3979,10 +3974,10 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@20.10.3", "@types/node@>=10.0.0", "@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@^20.10.3": - version "20.10.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.3.tgz#4900adcc7fc189d5af5bb41da8f543cea6962030" - integrity sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg== +"@types/node@*", "@types/node@20.11.13", "@types/node@>=10.0.0", "@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@^20.10.3", "@types/node@^20.11.13": + version "20.11.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.13.tgz#188263ee2c8d590e181d3f5bfa7e485a932957cb" + integrity sha512-5G4zQwdiQBSWYTDAH1ctw2eidqdhMJaNsiIDKHFr55ihz5Trl2qqR8fdrT732yPBho5gkNxXm67OxWFBqX9aPg== dependencies: undici-types "~5.26.4" @@ -4148,12 +4143,6 @@ resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.11.7.tgz#99e19760297667ae46b7069ec8b96cbfe0a08b98" integrity sha512-q0JomTsJ2I5Mv7dhHhQLGjMvX0JJm5dyZ1DXQySIUzU1UlwzB8bt+R6+LODUbz0UDIOvEzGc28tk27gBJw2N8Q== - -"@types/web-bluetooth@^0.0.20": - version "0.0.20" - resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597" - integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow== - "@types/validator@^13.7.17": version "13.11.8" resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.11.8.tgz#bb1162ec0fe6f87c95ca812f15b996fcc5e1e2dc" @@ -6150,11 +6139,6 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3: shebang-command "^2.0.0" which "^2.0.1" -crypto@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/crypto/-/crypto-1.0.1.tgz#2af1b7cad8175d24c8a1b0778255794a21803037" - integrity sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig== - cssesc@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" @@ -6324,14 +6308,6 @@ deepdash-es@^5.3.9: dependencies: lodash-es "^4.17.21" -deepdash@^5.3.9: - version "5.3.9" - resolved "https://registry.yarnpkg.com/deepdash/-/deepdash-5.3.9.tgz#2aa92570d7b1787ed281e2fafe0be24df00ddfe4" - integrity sha512-GRzJ0q9PDj2T+J2fX+b+TlUa2NlZ11l6vJ8LHNKVGeZ8CfxCuJaCychTq07iDRTvlfO8435jlvVS1QXBrW9kMg== - dependencies: - lodash "^4.17.21" - lodash-es "^4.17.21" - deepmerge@^4.2.2: version "4.2.2" resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" @@ -12650,137 +12626,6 @@ remark-stringify@^11.0.0: mdast-util-to-markdown "^2.0.0" unified "^11.0.0" -regenerator-runtime@^0.14.0: - version "0.14.1" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f" - integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== - -rehype-external-links@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/rehype-external-links/-/rehype-external-links-3.0.0.tgz#2b28b5cda1932f83f045b6f80a3e1b15f168c6f6" - integrity sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw== - dependencies: - "@types/hast" "^3.0.0" - "@ungap/structured-clone" "^1.0.0" - hast-util-is-element "^3.0.0" - is-absolute-url "^4.0.0" - space-separated-tokens "^2.0.0" - unist-util-visit "^5.0.0" - -rehype-format@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/rehype-format/-/rehype-format-5.0.0.tgz#e51cc8edece2aee0e88e1efdd0625bc0cbef387b" - integrity sha512-kM4II8krCHmUhxrlvzFSptvaWh280Fr7UGNJU5DCMuvmAwGCNmGfi9CvFAQK6JDjsNoRMWQStglK3zKJH685Wg== - dependencies: - "@types/hast" "^3.0.0" - hast-util-embedded "^3.0.0" - hast-util-is-element "^3.0.0" - hast-util-phrasing "^3.0.0" - hast-util-whitespace "^3.0.0" - html-whitespace-sensitive-tag-names "^3.0.0" - rehype-minify-whitespace "^6.0.0" - unist-util-visit-parents "^6.0.0" - -rehype-highlight@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/rehype-highlight/-/rehype-highlight-7.0.0.tgz#f2fd0eaebea7d4d4ce2fca2e8d9e3aea9441aefc" - integrity sha512-QtobgRgYoQaK6p1eSr2SD1i61f7bjF2kZHAQHxeCHAuJf7ZUDMvQ7owDq9YTkmar5m5TSUol+2D3bp3KfJf/oA== - dependencies: - "@types/hast" "^3.0.0" - hast-util-to-text "^4.0.0" - lowlight "^3.0.0" - unist-util-visit "^5.0.0" - vfile "^6.0.0" - -rehype-minify-whitespace@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/rehype-minify-whitespace/-/rehype-minify-whitespace-6.0.0.tgz#fe97c5e9e48c5629458166753f2249afaa2e1fd1" - integrity sha512-i9It4YHR0Sf3GsnlR5jFUKXRr9oayvEk9GKQUkwZv6hs70OH9q3OCZrq9PpLvIGKt3W+JxBOxCidNVpH/6rWdA== - dependencies: - "@types/hast" "^3.0.0" - hast-util-embedded "^3.0.0" - hast-util-is-element "^3.0.0" - hast-util-whitespace "^3.0.0" - unist-util-is "^6.0.0" - -rehype-sanitize@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/rehype-sanitize/-/rehype-sanitize-6.0.0.tgz#16e95f4a67a69cbf0f79e113c8e0df48203db73c" - integrity sha512-CsnhKNsyI8Tub6L4sm5ZFsme4puGfc6pYylvXo1AeqaGbjOYyzNv3qZPwvs0oMJ39eryyeOdmxwUIo94IpEhqg== - dependencies: - "@types/hast" "^3.0.0" - hast-util-sanitize "^5.0.0" - -rehype-slug-custom-id@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/rehype-slug-custom-id/-/rehype-slug-custom-id-1.1.0.tgz#56fe346244da033cbf33efa764b1351c993b6960" - integrity sha512-lLdTHGd7u5bOXRDnD78/VHrVZsG63nN6lZUuQgcuupGt1+v+uDW7pCeQS0cvptRcZPYzg8B+0bf8sUiMBKsjZw== - dependencies: - "@types/hast" "^2.0.0" - github-slugger "^1.1.1" - hast-util-has-property "^2.0.0" - hast-util-heading-rank "^2.0.0" - hast-util-to-string "^2.0.0" - lodash "^4.17.21" - unified "^10.0.0" - unist-util-visit "^4.0.0" - -rehype-stringify@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-10.0.0.tgz#2031cf6fdd0355393706f0474ec794c75e5492f2" - integrity sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ== - dependencies: - "@types/hast" "^3.0.0" - hast-util-to-html "^9.0.0" - unified "^11.0.0" - -relative-time-format@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/relative-time-format/-/relative-time-format-1.1.6.tgz#724a5fbc3794b8e0471b6b61419af2ce699eb9f1" - integrity sha512-aCv3juQw4hT1/P/OrVltKWLlp15eW1GRcwP1XdxHrPdZE9MtgqFpegjnTjLhi2m2WI9MT/hQQtE+tjEWG1hgkQ== - -remark-gfm@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/remark-gfm/-/remark-gfm-4.0.0.tgz#aea777f0744701aa288b67d28c43565c7e8c35de" - integrity sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA== - dependencies: - "@types/mdast" "^4.0.0" - mdast-util-gfm "^3.0.0" - micromark-extension-gfm "^3.0.0" - remark-parse "^11.0.0" - remark-stringify "^11.0.0" - unified "^11.0.0" - -remark-parse@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-11.0.0.tgz#aa60743fcb37ebf6b069204eb4da304e40db45a1" - integrity sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA== - dependencies: - "@types/mdast" "^4.0.0" - mdast-util-from-markdown "^2.0.0" - micromark-util-types "^2.0.0" - unified "^11.0.0" - -remark-rehype@^11.0.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-11.1.0.tgz#d5f264f42bcbd4d300f030975609d01a1697ccdc" - integrity sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g== - dependencies: - "@types/hast" "^3.0.0" - "@types/mdast" "^4.0.0" - mdast-util-to-hast "^13.0.0" - unified "^11.0.0" - vfile "^6.0.0" - -remark-stringify@^11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-11.0.0.tgz#4c5b01dd711c269df1aaae11743eb7e2e7636fd3" - integrity sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw== - dependencies: - "@types/mdast" "^4.0.0" - mdast-util-to-markdown "^2.0.0" - unified "^11.0.0" - request@^2.55.0, request@^2.88.0: version "2.88.2" resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"