From a55fdcaafa2815fd29c5728b567f2bd1d66bbe0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:31:17 +0000 Subject: [PATCH] chore(deps): update dependency textlint to v13 --- packages/textlint-config/package.json | 2 +- pnpm-lock.yaml | 229 +++++++++++++++++++++++--- 2 files changed, 206 insertions(+), 25 deletions(-) diff --git a/packages/textlint-config/package.json b/packages/textlint-config/package.json index efba16c18..ccf0f94d4 100644 --- a/packages/textlint-config/package.json +++ b/packages/textlint-config/package.json @@ -64,7 +64,7 @@ "write-good": "1.0.8" }, "devDependencies": { - "textlint": "^12.5.1" + "textlint": "^13.0.0" }, "peerDependencies": { "textlint": "^12.2.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e53ae813e..4e8562111 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -391,7 +391,7 @@ importers: '@textlint-rule/textlint-rule-preset-google': 0.1.2 '@textlint/ast-node-types': ^12.3.0 '@textlint/types': ^12.5.0 - textlint: ^12.5.1 + textlint: ^13.0.0 textlint-filter-rule-comments: ^1.2.2 textlint-rule-abbr-within-parentheses: 1.0.2 textlint-rule-alex: 3.0.0 @@ -414,7 +414,7 @@ importers: '@textlint-rule/textlint-rule-preset-google': 0.1.2 '@textlint/ast-node-types': 12.3.0 '@textlint/types': 12.5.0 - textlint-filter-rule-comments: 1.2.2_textlint@12.5.1 + textlint-filter-rule-comments: 1.2.2_textlint@13.3.0 textlint-rule-abbr-within-parentheses: 1.0.2 textlint-rule-alex: 3.0.0 textlint-rule-apostrophe: 2.0.0 @@ -424,14 +424,14 @@ importers: textlint-rule-en-capitalization: 2.0.3 textlint-rule-footnote-order: 1.0.3 textlint-rule-helper: 2.2.4 - textlint-rule-no-dead-link: 5.1.2_textlint@12.5.1 + textlint-rule-no-dead-link: 5.1.2_textlint@13.3.0 textlint-rule-no-empty-section: 1.1.0 textlint-rule-no-todo: 2.0.1 textlint-rule-terminology: 3.0.4 textlint-rule-write-good: 2.0.0 write-good: 1.0.8 devDependencies: - textlint: 12.5.1 + textlint: 13.3.0 packages: @@ -3100,6 +3100,10 @@ packages: /@textlint/ast-node-types/12.3.0: resolution: {integrity: sha512-ke5hlKy/xZ/vQt6j+h4k9GradJPDsV3FKsUqWpCpF/X8qWCU2zM4e1SMUAFjoUcLuF9in+eXIQ71Qm/AdjjkZQ==} + dev: false + + /@textlint/ast-node-types/13.3.0: + resolution: {integrity: sha512-5PGZhAxOJ987c311SayvjGNkcVuX/Dr3k+H/FJDmS/wDcgZ0lEAdJzjCKn9USXXf2r+i14kZCbhzg8V01KSyKg==} /@textlint/ast-node-types/4.4.3: resolution: {integrity: sha512-qi2jjgO6Tn3KNPGnm6B7p6QTEPvY95NFsIAaJuwbulur8iJUEenp1OnoUfiDaC/g2WPPEFkcfXpmnu8XEMFo2A==} @@ -3121,17 +3125,26 @@ packages: debug: 4.3.4 transitivePeerDependencies: - supports-color + dev: false - /@textlint/ast-traverse/12.2.2: - resolution: {integrity: sha512-ROd6W9P76DFA9hv7wCf1+Dc6aehLcsd0/3qKerQN/Luc3B2ek+/qJbGgWeAEsSBKl9LVLJhTBydmdgOAHrVjwA==} + /@textlint/ast-tester/13.3.0: + resolution: {integrity: sha512-LwGd7JjHNXekgCA4BmE39S9fQrgDHJLk2MSf5+uPdUWQM2ojL/RQiyucghxwGdKib+1DutcPrbJSM4SdT1HWSQ==} dependencies: - '@textlint/ast-node-types': 12.3.0 - dev: false + '@textlint/ast-node-types': 13.3.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color /@textlint/ast-traverse/12.5.0: resolution: {integrity: sha512-TAbfxz8x8Q/sn7D/h7OikzYp5NqPDrRExm3N+3v9yj+gq++fxHtskas48tm1TYcChTMq6BbPU+EGbdlMo3rWWA==} dependencies: '@textlint/ast-node-types': 12.3.0 + dev: false + + /@textlint/ast-traverse/13.3.0: + resolution: {integrity: sha512-bF0OeKlOtE8f9pNKRlgXqCdApZPYCj7n2Ty3DHvGbumC+rC5tapQuIioxwKKC11deQY1nsYTf2gaYV52SdFS6Q==} + dependencies: + '@textlint/ast-node-types': 13.3.0 /@textlint/config-loader/12.5.0: resolution: {integrity: sha512-g706+XwdsUGpVXzqW7OFcBO8XdxH1AqbD0D3UYEjlfUONXD0c4Bymctdjk49hzOwTVDGqj+CCyvL+cB/X2bG+Q==} @@ -3145,6 +3158,20 @@ packages: try-resolve: 1.0.1 transitivePeerDependencies: - supports-color + dev: false + + /@textlint/config-loader/13.3.0: + resolution: {integrity: sha512-CZ088hUWjY360MOGDIZkVw2Ln8zLc/3BlMCE4FDsPX1ojKXcJX2vL+9YRVK5gDZYL3+W4mFHGJUkvEmTnroG9g==} + dependencies: + '@textlint/kernel': 13.3.0 + '@textlint/module-interop': 13.3.0 + '@textlint/types': 13.3.0 + '@textlint/utils': 13.3.0 + debug: 4.3.4 + rc-config-loader: 4.1.2 + try-resolve: 1.0.1 + transitivePeerDependencies: + - supports-color /@textlint/feature-flag/12.2.2: resolution: {integrity: sha512-L0v/ZjxmdzRXygja1WiXBjA2ZczvU3cG6qkwME4JGKwUsbEa9UzpwD8i3yBoO7ISkjkMpPM5BYD3AtJgQpCuEg==} @@ -3152,6 +3179,10 @@ packages: /@textlint/feature-flag/12.5.0: resolution: {integrity: sha512-GdyRbbIsWRuZieWKvRxQA8j5wX5hzq+QqEmuputBrU/KKapNfkg6uNY2GOY6SWvC8QcwD0dYh3Dy1x2txT8p8Q==} + dev: false + + /@textlint/feature-flag/13.3.0: + resolution: {integrity: sha512-GhMH0UiwQPPjyngvmybw637g6GHdwFVnZj0XpQBKG6W+bQO5ubsc/jsox2E+PgNwRYwlaSOf/hR69BuHtCZyZg==} /@textlint/fixer-formatter/12.5.1: resolution: {integrity: sha512-dzOsgpkl5lIB25BHgW0saAohRW4ZF0s/SyK/FbweYtkDGd190USLGpCibx2M8/mAEFDs5YsnTqZlkbp1FLLuyQ==} @@ -3168,17 +3199,34 @@ packages: try-resolve: 1.0.1 transitivePeerDependencies: - supports-color + dev: false + + /@textlint/fixer-formatter/13.3.0: + resolution: {integrity: sha512-zVZHjnUVCL1yuW7dBwGwPJmyM1xZXBzkC3ADvB9n0Sz9EYSF0903bg0cXy3oZtdbllIXDxuMkUHbhfJReZOYeA==} + dependencies: + '@textlint/module-interop': 13.3.0 + '@textlint/types': 13.3.0 + chalk: 4.1.2 + debug: 4.3.4 + diff: 4.0.2 + is-file: 1.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + text-table: 0.2.0 + try-resolve: 1.0.1 + transitivePeerDependencies: + - supports-color /@textlint/kernel/12.2.2: resolution: {integrity: sha512-rDa//HGBQh2BTcJvsgMDP1WRaVxwa57zeE6FPXUdaIA41GGKupQq9GXX8P0PcAVo9gxzOFnMrtbBw7mkQYu4hQ==} dependencies: '@textlint/ast-node-types': 12.3.0 '@textlint/ast-tester': 12.2.2 - '@textlint/ast-traverse': 12.2.2 - '@textlint/feature-flag': 12.2.2 + '@textlint/ast-traverse': 12.5.0 + '@textlint/feature-flag': 12.5.0 '@textlint/source-code-fixer': 12.2.2 '@textlint/types': 12.5.0 - '@textlint/utils': 12.2.2 + '@textlint/utils': 12.5.0 debug: 4.3.4 deep-equal: 1.1.1 structured-source: 3.0.2 @@ -3201,6 +3249,23 @@ packages: structured-source: 3.0.2 transitivePeerDependencies: - supports-color + dev: false + + /@textlint/kernel/13.3.0: + resolution: {integrity: sha512-vrFpvuNlqDxA9uNvkw43FZs9DKRRWejCzo3iIL7QGIqXoEVa2yQyKgi4rjsfkUQlU7NW8McPL0lUEKkwH0XD2w==} + dependencies: + '@textlint/ast-node-types': 13.3.0 + '@textlint/ast-tester': 13.3.0 + '@textlint/ast-traverse': 13.3.0 + '@textlint/feature-flag': 13.3.0 + '@textlint/source-code-fixer': 13.3.0 + '@textlint/types': 13.3.0 + '@textlint/utils': 13.3.0 + debug: 4.3.4 + fast-equals: 4.0.3 + structured-source: 4.0.0 + transitivePeerDependencies: + - supports-color /@textlint/linter-formatter/12.5.0: resolution: {integrity: sha512-cJ87VGmyqDyjxT2aL3492g/YyGh6AU7/3QqxKN9q8rxJtzaY2e1uJrUKdpj0oOj1xZzYYv8zPeIpFaiFtNW02Q==} @@ -3223,6 +3288,29 @@ packages: try-resolve: 1.0.1 transitivePeerDependencies: - supports-color + dev: false + + /@textlint/linter-formatter/13.3.0: + resolution: {integrity: sha512-ngf17z3ugKpnZ5oGcvVACrM/LZi/Mgj6iZl3ZdzyR91bIayBA1wzi9aty2XO+M0TVpOnKyBAfNg1VY4iO33pdQ==} + dependencies: + '@azu/format-text': 1.0.1 + '@azu/style-format': 1.0.0 + '@textlint/module-interop': 13.3.0 + '@textlint/types': 13.3.0 + chalk: 4.1.2 + debug: 4.3.4 + is-file: 1.0.0 + js-yaml: 3.14.1 + lodash: 4.17.21 + optionator: 0.9.1 + pluralize: 2.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + table: 6.8.1 + text-table: 0.2.0 + try-resolve: 1.0.1 + transitivePeerDependencies: + - supports-color /@textlint/markdown-to-ast/12.5.0: resolution: {integrity: sha512-+fUslPm0+ukMnRVMPUQwKv1DEwmDP/rXFuzc5+k5tCMhighZ/Fv/e3Y9MUe7SgNDte7ilajTa3/uP0Iurr60WA==} @@ -3238,9 +3326,29 @@ packages: unified: 9.2.2 transitivePeerDependencies: - supports-color + dev: false + + /@textlint/markdown-to-ast/13.3.0: + resolution: {integrity: sha512-TCw8HN9vwVuo7oXb9NSwSjnCfM2TB0IgLxF75CU90R4MrsQYZ7HZTJxPXhYqQFzAYxFyHZrzEhxodYCry2EChw==} + dependencies: + '@textlint/ast-node-types': 13.3.0 + debug: 4.3.4 + mdast-util-gfm-autolink-literal: 0.1.3 + remark-footnotes: 3.0.0 + remark-frontmatter: 3.0.0 + remark-gfm: 1.0.0 + remark-parse: 9.0.0 + traverse: 0.6.7 + unified: 9.2.2 + transitivePeerDependencies: + - supports-color /@textlint/module-interop/12.5.0: resolution: {integrity: sha512-NmkHL5tt+HEqLm00JSW1f03KTbEqOzupliboSZ2HeNhOqZxSX4wR3lBlGqVeVi5dImMWrt40oa+AbkqkD78b9Q==} + dev: false + + /@textlint/module-interop/13.3.0: + resolution: {integrity: sha512-3u5gZR8NL3yKHCh7QDttTNYmKMyfx55NmRfS1HalGFTIgaHwAFCz95KX7JA3WhpIa9Hu7zKlaxA1WGUnJDHLyA==} /@textlint/regexp-string-matcher/1.1.0: resolution: {integrity: sha512-uTPnE1Dw1j+9clXPn61ZUdtg+WyhbgeXHwCTfBev7quHjeCP9PS8NdRkR6wEgmjuLg+xZlI4r/e1r6Bd0xyusQ==} @@ -3269,11 +3377,26 @@ packages: debug: 4.3.4 transitivePeerDependencies: - supports-color + dev: false + + /@textlint/source-code-fixer/13.3.0: + resolution: {integrity: sha512-zLTmp8XyuksW90u0Y24wNALKd2xuieI/Vc40RKAYMEJL+sYyL0O2gYllnjcgQtLMz1wzy7rEXHMxvp/dvPX6/w==} + dependencies: + '@textlint/types': 13.3.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color /@textlint/text-to-ast/12.5.0: resolution: {integrity: sha512-wOWYX+d821ThwNYNk5hfxOBxvkqKUpNOBKkDaic4V+dkuBoAS0D9lE9fA9Ps62kL/I1uQwhU5d4qsAHWnFmQkw==} dependencies: '@textlint/ast-node-types': 12.3.0 + dev: false + + /@textlint/text-to-ast/13.3.0: + resolution: {integrity: sha512-d8eN3WDWC27Pd8DpREMIWGEAp4GNiIzDQRezL4az3OLwS4yUsqUh3g2Q9cj7Vm7l3kmrs/0LFl+yxEaklk64Kw==} + dependencies: + '@textlint/ast-node-types': 13.3.0 /@textlint/textlint-plugin-markdown/12.5.0: resolution: {integrity: sha512-1B4mTmA1NOvK2kAk4Rl/TW3QFB80iwhsOKSJ16nCH/yvF82xgH+Gu4gQB/prNpACb4TivmzwvBRYp7rzhOTTyA==} @@ -3281,23 +3404,43 @@ packages: '@textlint/markdown-to-ast': 12.5.0 transitivePeerDependencies: - supports-color + dev: false + + /@textlint/textlint-plugin-markdown/13.3.0: + resolution: {integrity: sha512-p6+dOuLKo05ZvujnhQcQc95PIPevF8gqvzb2/7iNsJH1BhH2IjJXVZzEalIMBNnP8ieOb8Fhee51OBkzI0gEGw==} + dependencies: + '@textlint/markdown-to-ast': 13.3.0 + transitivePeerDependencies: + - supports-color /@textlint/textlint-plugin-text/12.5.0: resolution: {integrity: sha512-ec3rZaJYytoscwpAtuxD4UM3bUPqNAeWKia+LMaVMWREULwKfntlSAqSNmudujEkxdsKr028CkzYuP78q8Xmuw==} dependencies: '@textlint/text-to-ast': 12.5.0 + dev: false + + /@textlint/textlint-plugin-text/13.3.0: + resolution: {integrity: sha512-j/I+g4IRBbeswRN4H4swQosEQUQUp1D9PBYE0amya9qthP7LviJKWgN8eGjvGFsNMLZIdxsG+DUiN5qlyrRY0g==} + dependencies: + '@textlint/text-to-ast': 13.3.0 /@textlint/types/12.5.0: resolution: {integrity: sha512-Po5qOubilL/g3dx+ZUgaQzNXbROADBF4Z5xy7qqgV6pBQIEE/06INZDmmLE1Eesm2zoDpygoG/1f/0/Cy5Yupw==} dependencies: '@textlint/ast-node-types': 12.3.0 - - /@textlint/utils/12.2.2: - resolution: {integrity: sha512-74p3VWj5KlmXs+gFRJALEuUsyt/Sz4t91KQ//LAX1zNTY/aK0nk8LxipUcDZeBHArn3Gh5nf3SwlTgUZ7jvNrQ==} dev: false + /@textlint/types/13.3.0: + resolution: {integrity: sha512-Xr3BBKbCClux2GDFvXDNMDXo4Q/weo0JaRaqUq6dPp2wYQ5UmZA3XhFdIY69hZPiaUIP6mAycZK8VHro9AMp+g==} + dependencies: + '@textlint/ast-node-types': 13.3.0 + /@textlint/utils/12.5.0: resolution: {integrity: sha512-bQWrQ7Xaru1DRLQhAQQJgNnfGQIwgTgWUigdS5wSwpbmfLDnaMzHu3AG0lk5hEnELMKTCIej5uCR0+YscyUckg==} + dev: false + + /@textlint/utils/13.3.0: + resolution: {integrity: sha512-hJ57KmY6C4LTWPoi1VkSJczIVm6Gc1lo0caK9rEy19AsYoKrqjZY4yh5i/9wUZ1CruGfuomI4TDlM1OT5aKELg==} /@tootallnate/once/2.0.0: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} @@ -4578,10 +4721,10 @@ packages: /boundary/1.0.1: resolution: {integrity: sha512-AaLhxHwYVh55iOTJncV3DE5o7RakEUSSj64XXEWRTiIhlp7aDI8qR0vY/k8Uw0Z234VjZi/iG/WxfrvqYPUCww==} + dev: false /boundary/2.0.0: resolution: {integrity: sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA==} - dev: false /boxen/4.2.0: resolution: {integrity: sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==} @@ -5581,6 +5724,7 @@ packages: object-is: 1.1.5 object-keys: 1.1.1 regexp.prototype.flags: 1.4.3 + dev: false /deep-equal/2.2.0: resolution: {integrity: sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==} @@ -7155,6 +7299,9 @@ packages: /fast-deep-equal/3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + /fast-equals/4.0.3: + resolution: {integrity: sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==} + /fast-glob/2.2.7: resolution: {integrity: sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==} engines: {node: '>=4.0.0'} @@ -7545,7 +7692,7 @@ packages: split2: 1.0.0 stream-combiner2: 1.1.1 through2: 2.0.5 - traverse: 0.6.6 + traverse: 0.6.7 /git-raw-commits/2.0.11: resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==} @@ -11756,6 +11903,7 @@ packages: require-from-string: 2.0.2 transitivePeerDependencies: - supports-color + dev: false /rc-config-loader/4.1.2: resolution: {integrity: sha512-qKTnVWFl9OQYKATPzdfaZIbTxcHziQl92zYSxYC6umhOqyAsoj8H8Gq/+aFjAso68sBdjTz3A7omqeAkkF1MWg==} @@ -13182,12 +13330,12 @@ packages: resolution: {integrity: sha512-Ap7JHfKgmH40SUjumqyKTHYHNZ8GvGQskP34ks0ElHCDEig+bYGpmXVksxPSrgcY9rkJqhVMzfeg5GIpZelfpQ==} dependencies: boundary: 1.0.1 + dev: false /structured-source/4.0.0: resolution: {integrity: sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==} dependencies: boundary: 2.0.0 - dev: false /style-search/0.1.0: resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} @@ -13536,12 +13684,12 @@ packages: /text-table/0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} - /textlint-filter-rule-comments/1.2.2_textlint@12.5.1: + /textlint-filter-rule-comments/1.2.2_textlint@13.3.0: resolution: {integrity: sha1-OnLElJlOBo4OSqrQ8k6nz+M4UDo=} peerDependencies: textlint: '>=6.8.0' dependencies: - textlint: 12.5.1 + textlint: 13.3.0 dev: false /textlint-rule-abbr-within-parentheses/1.0.2: @@ -13621,7 +13769,7 @@ packages: unist-util-visit: 2.0.3 dev: false - /textlint-rule-no-dead-link/5.1.2_textlint@12.5.1: + /textlint-rule-no-dead-link/5.1.2_textlint@13.3.0: resolution: {integrity: sha512-TXJKXL5WU6dtSbRuNli91D0emY8hQTBP1VUSbq2Ka+zDMoE/vqkzsAyVl7V7YuiwW8URXfc98BzYHu4NDAdQLw==} engines: {node: '>=4'} peerDependencies: @@ -13636,7 +13784,7 @@ packages: node-fetch: 2.6.7 p-memoize: 3.1.0 p-queue: 6.6.2 - textlint: 12.5.1 + textlint: 13.3.0 textlint-rule-helper: 2.2.4 transitivePeerDependencies: - encoding @@ -13736,6 +13884,42 @@ packages: unique-concat: 0.2.2 transitivePeerDependencies: - supports-color + dev: false + + /textlint/13.3.0: + resolution: {integrity: sha512-1JFbDHWBZiqM/NaA875IlX3GuHk7pt6L4ApFFZHiFIqDnj77XzqhG+tPiitnBC/vhngZiGVXclIM9klLGmfoFg==} + engines: {node: '>=16.0.0'} + hasBin: true + dependencies: + '@textlint/ast-node-types': 13.3.0 + '@textlint/ast-traverse': 13.3.0 + '@textlint/config-loader': 13.3.0 + '@textlint/feature-flag': 13.3.0 + '@textlint/fixer-formatter': 13.3.0 + '@textlint/kernel': 13.3.0 + '@textlint/linter-formatter': 13.3.0 + '@textlint/module-interop': 13.3.0 + '@textlint/textlint-plugin-markdown': 13.3.0 + '@textlint/textlint-plugin-text': 13.3.0 + '@textlint/types': 13.3.0 + '@textlint/utils': 13.3.0 + debug: 4.3.4 + file-entry-cache: 5.0.1 + get-stdin: 5.0.1 + glob: 7.2.3 + is-file: 1.0.0 + md5: 2.3.0 + mkdirp: 0.5.6 + optionator: 0.9.1 + path-to-glob-pattern: 1.0.2 + rc-config-loader: 4.1.2 + read-pkg: 1.1.0 + read-pkg-up: 3.0.0 + structured-source: 4.0.0 + try-resolve: 1.0.1 + unique-concat: 0.2.2 + transitivePeerDependencies: + - supports-color /through/2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} @@ -13867,9 +14051,6 @@ packages: /tr46/0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - /traverse/0.6.6: - resolution: {integrity: sha512-kdf4JKs8lbARxWdp7RKdNzoJBhGUcIalSYibuGyHJbmk40pOysQ0+QPvlkCOICOivDWU2IJo2rkrxyTK2AH4fw==} - /traverse/0.6.7: resolution: {integrity: sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg==}