mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 23:32:10 -05:00
Update NPM dependencies
This commit is contained in:
parent
67f15bf54c
commit
ef31553688
2 changed files with 242 additions and 188 deletions
426
dependencies/package-lock.json
generated
vendored
426
dependencies/package-lock.json
generated
vendored
|
@ -13,7 +13,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"@typescript-eslint/parser": "^5.48.2",
|
||||
"asl-validator": "^3.1.0",
|
||||
"axios": "^1.2.2",
|
||||
"axios": "^1.2.3",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
|
@ -51,7 +51,7 @@
|
|||
"stylelint-prettier": "^2.0.0",
|
||||
"stylelint-scss": "^4.3.0",
|
||||
"tekton-lint": "^0.6.0",
|
||||
"textlint": "^12.5.1",
|
||||
"textlint": "^12.6.0",
|
||||
"textlint-filter-rule-allowlist": "^4.0.0",
|
||||
"textlint-filter-rule-comments": "^1.2.2",
|
||||
"textlint-rule-terminology": "^3.0.4",
|
||||
|
@ -1551,38 +1551,38 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@textlint/ast-node-types": {
|
||||
"version": "12.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-12.3.0.tgz",
|
||||
"integrity": "sha512-ke5hlKy/xZ/vQt6j+h4k9GradJPDsV3FKsUqWpCpF/X8qWCU2zM4e1SMUAFjoUcLuF9in+eXIQ71Qm/AdjjkZQ=="
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-12.6.0.tgz",
|
||||
"integrity": "sha512-DPxbo0d6Uihwcv2MKE/6oUaCuipHeEygow0In98SHZRY8hMytYWoYQEfhcTE5i+0cIcA2hHZhz4OQ0JaujqZ6w=="
|
||||
},
|
||||
"node_modules/@textlint/ast-tester": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.5.0.tgz",
|
||||
"integrity": "sha512-osHf1OFLC3RnjGyoSBynn2u5pgj7qkik8TNaxgPekVwlLWtJTcyh22PHo+mXPF47XWM5gJQmy/72nUrqtbDMPg==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.6.0.tgz",
|
||||
"integrity": "sha512-Yis3qIbOtPwJjbz5316K+P8K/SHCwsJ6YIXAvNjX0wrekhLZIwHDWUlH1cfV4rKSe8IIabBhbiq8lx95w91A3w==",
|
||||
"dependencies": {
|
||||
"@textlint/ast-node-types": "^12.3.0",
|
||||
"@textlint/ast-node-types": "^12.6.0",
|
||||
"debug": "^4.3.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@textlint/ast-traverse": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-12.5.0.tgz",
|
||||
"integrity": "sha512-TAbfxz8x8Q/sn7D/h7OikzYp5NqPDrRExm3N+3v9yj+gq++fxHtskas48tm1TYcChTMq6BbPU+EGbdlMo3rWWA==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-12.6.0.tgz",
|
||||
"integrity": "sha512-QJuUkRw6wSFN5SWSYDfcfvMD8nw2fAtuKdtSf64d4MO07e5F9Wkpkr4V1O2dknlBcdQ2nA/T9s59HVoQ1QAe/w==",
|
||||
"dependencies": {
|
||||
"@textlint/ast-node-types": "^12.3.0"
|
||||
"@textlint/ast-node-types": "^12.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@textlint/config-loader": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/config-loader/-/config-loader-12.5.0.tgz",
|
||||
"integrity": "sha512-g706+XwdsUGpVXzqW7OFcBO8XdxH1AqbD0D3UYEjlfUONXD0c4Bymctdjk49hzOwTVDGqj+CCyvL+cB/X2bG+Q==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/config-loader/-/config-loader-12.6.0.tgz",
|
||||
"integrity": "sha512-Sm4GwsABjMquS95K0rr9rHkiHXaxF6USbDc5+sCc/KJ+FqcfFwIBUZvp3inyaD3vgRYsvbYmy92qF10VLwplOA==",
|
||||
"dependencies": {
|
||||
"@textlint/kernel": "^12.5.0",
|
||||
"@textlint/module-interop": "^12.5.0",
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/utils": "^12.5.0",
|
||||
"@textlint/kernel": "^12.6.0",
|
||||
"@textlint/module-interop": "^12.6.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"@textlint/utils": "^12.6.0",
|
||||
"debug": "^4.3.4",
|
||||
"rc-config-loader": "^4.1.1",
|
||||
"rc-config-loader": "^4.1.2",
|
||||
"try-resolve": "^1.0.1"
|
||||
}
|
||||
},
|
||||
|
@ -1598,17 +1598,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@textlint/feature-flag": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-12.5.0.tgz",
|
||||
"integrity": "sha512-GdyRbbIsWRuZieWKvRxQA8j5wX5hzq+QqEmuputBrU/KKapNfkg6uNY2GOY6SWvC8QcwD0dYh3Dy1x2txT8p8Q=="
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-12.6.0.tgz",
|
||||
"integrity": "sha512-iIdK/ItmPIOEXn4C97Gz495ni9u+Qzwf8Dc8W8nQaAwy3GALL5hbm5VK84Q0bf6q+/2wgQ3CcTebqySQsX9Ohg=="
|
||||
},
|
||||
"node_modules/@textlint/fixer-formatter": {
|
||||
"version": "12.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.5.1.tgz",
|
||||
"integrity": "sha512-dzOsgpkl5lIB25BHgW0saAohRW4ZF0s/SyK/FbweYtkDGd190USLGpCibx2M8/mAEFDs5YsnTqZlkbp1FLLuyQ==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.6.0.tgz",
|
||||
"integrity": "sha512-gFbeq1GC6XGtTg+22GXvGT5veQGw13vuXjosY/2HfWjGsT/7RS6Jq5AL43y3sHQ0pWaOh0Yk+JmDFfL2FqNNFQ==",
|
||||
"dependencies": {
|
||||
"@textlint/module-interop": "^12.5.0",
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/module-interop": "^12.6.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"chalk": "^4.1.2",
|
||||
"debug": "^4.3.4",
|
||||
"diff": "^4.0.2",
|
||||
|
@ -1625,31 +1625,44 @@
|
|||
"integrity": "sha512-J3cG1pl2llYD4ZaZMe0qVgVaHT8RvT+/SW1FHQ8HRceNalMM9O0Y8iIgtl4GGOx4vMghoIPKFVLASw8P8bJ3ZA=="
|
||||
},
|
||||
"node_modules/@textlint/kernel": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-12.5.0.tgz",
|
||||
"integrity": "sha512-9UspUHtS2FShTO9pWnrZjadjIvJzFIdIZDKIYCdZuUdU8dEhJqwOdYosqM4N5Wy40aMKnv4Voxp80Ssaq7zZaA==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-12.6.0.tgz",
|
||||
"integrity": "sha512-F4lpOc7eNc45i9FCoN39GQpiCbtWunHS6zkn61tj0Wf7YqNuzkjeydaQbFtLcRag3CQw0CcjNBSddPOtLiGZNA==",
|
||||
"dependencies": {
|
||||
"@textlint/ast-node-types": "^12.3.0",
|
||||
"@textlint/ast-tester": "^12.5.0",
|
||||
"@textlint/ast-traverse": "^12.5.0",
|
||||
"@textlint/feature-flag": "^12.5.0",
|
||||
"@textlint/source-code-fixer": "^12.5.0",
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/utils": "^12.5.0",
|
||||
"@textlint/ast-node-types": "^12.6.0",
|
||||
"@textlint/ast-tester": "^12.6.0",
|
||||
"@textlint/ast-traverse": "^12.6.0",
|
||||
"@textlint/feature-flag": "^12.6.0",
|
||||
"@textlint/source-code-fixer": "^12.6.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"@textlint/utils": "^12.6.0",
|
||||
"debug": "^4.3.4",
|
||||
"deep-equal": "^1.1.1",
|
||||
"structured-source": "^3.0.2"
|
||||
"structured-source": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@textlint/kernel/node_modules/boundary": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/boundary/-/boundary-2.0.0.tgz",
|
||||
"integrity": "sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA=="
|
||||
},
|
||||
"node_modules/@textlint/kernel/node_modules/structured-source": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/structured-source/-/structured-source-4.0.0.tgz",
|
||||
"integrity": "sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==",
|
||||
"dependencies": {
|
||||
"boundary": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@textlint/linter-formatter": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-12.5.0.tgz",
|
||||
"integrity": "sha512-cJ87VGmyqDyjxT2aL3492g/YyGh6AU7/3QqxKN9q8rxJtzaY2e1uJrUKdpj0oOj1xZzYYv8zPeIpFaiFtNW02Q==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-12.6.0.tgz",
|
||||
"integrity": "sha512-jz2f78PFjPl9hiOKOa5yxQ6v8vbqY7jNABbOubaLmtrM2zxF/OjbRjrD+w1zzJNlT33yseG2XSJFAdQEyrj30g==",
|
||||
"dependencies": {
|
||||
"@azu/format-text": "^1.0.1",
|
||||
"@azu/style-format": "^1.0.0",
|
||||
"@textlint/module-interop": "^12.5.0",
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/module-interop": "^12.6.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"chalk": "^4.1.2",
|
||||
"debug": "^4.3.4",
|
||||
"is-file": "^1.0.0",
|
||||
|
@ -1690,11 +1703,11 @@
|
|||
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
|
||||
},
|
||||
"node_modules/@textlint/markdown-to-ast": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-12.5.0.tgz",
|
||||
"integrity": "sha512-+fUslPm0+ukMnRVMPUQwKv1DEwmDP/rXFuzc5+k5tCMhighZ/Fv/e3Y9MUe7SgNDte7ilajTa3/uP0Iurr60WA==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-12.6.0.tgz",
|
||||
"integrity": "sha512-zy+bs7CW7R+s5FadonIb1ZWKrCt2uW563fDIlwmTLq53At07qFdp5haf60CSHBhatYkSOcUsWBu8+VXqIvRI1A==",
|
||||
"dependencies": {
|
||||
"@textlint/ast-node-types": "^12.3.0",
|
||||
"@textlint/ast-node-types": "^12.6.0",
|
||||
"debug": "^4.3.4",
|
||||
"mdast-util-gfm-autolink-literal": "^0.1.3",
|
||||
"remark-footnotes": "^3.0.0",
|
||||
|
@ -1706,9 +1719,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@textlint/module-interop": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-12.5.0.tgz",
|
||||
"integrity": "sha512-NmkHL5tt+HEqLm00JSW1f03KTbEqOzupliboSZ2HeNhOqZxSX4wR3lBlGqVeVi5dImMWrt40oa+AbkqkD78b9Q=="
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-12.6.0.tgz",
|
||||
"integrity": "sha512-gdb6XSBe/1K80jr/wu6q0q2z+d5u9c+QQFSN9C4VseoQJ1udDRQ5vTyMCBsMBdf2DQ5/ccD/8NH0SINe/dAbcA=="
|
||||
},
|
||||
"node_modules/@textlint/regexp-string-matcher": {
|
||||
"version": "1.1.1",
|
||||
|
@ -1732,50 +1745,50 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@textlint/source-code-fixer": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-12.5.0.tgz",
|
||||
"integrity": "sha512-7LebJ6Y64Rb4fVYyokpU8FnjNLdx+TehcHQJ9L/fi8PYVjpS/08klYtYfRtKWmi/vrWED7U0aGhb8Xr26NuWFw==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-12.6.0.tgz",
|
||||
"integrity": "sha512-K9bijbOIo+bvFYW48+K2EU6H7pp8zL8cRqnZvWcLBgv+cZ4DL1RrUcXE8XK4PtQM+eYu+vzFL7DTdDqLWbcf3A==",
|
||||
"dependencies": {
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"debug": "^4.3.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@textlint/text-to-ast": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-12.5.0.tgz",
|
||||
"integrity": "sha512-wOWYX+d821ThwNYNk5hfxOBxvkqKUpNOBKkDaic4V+dkuBoAS0D9lE9fA9Ps62kL/I1uQwhU5d4qsAHWnFmQkw==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-12.6.0.tgz",
|
||||
"integrity": "sha512-HuXrKhbnV3hv/cQNpvYhlbZI0WiGRBbhk+cnjR9F9tPmwdffHMZg0A52S0GFGVZRVdhxhooUBiBGNewHfSD/eA==",
|
||||
"dependencies": {
|
||||
"@textlint/ast-node-types": "^12.3.0"
|
||||
"@textlint/ast-node-types": "^12.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@textlint/textlint-plugin-markdown": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-12.5.0.tgz",
|
||||
"integrity": "sha512-1B4mTmA1NOvK2kAk4Rl/TW3QFB80iwhsOKSJ16nCH/yvF82xgH+Gu4gQB/prNpACb4TivmzwvBRYp7rzhOTTyA==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-12.6.0.tgz",
|
||||
"integrity": "sha512-51Lr5/XTKsim+WInSgwDzTWx73QXF6WjbooB8nEkxh1PcXOVkMbjppQcb91woOEbUlMC0h9RXUGzQpWjFM9JpQ==",
|
||||
"dependencies": {
|
||||
"@textlint/markdown-to-ast": "^12.5.0"
|
||||
"@textlint/markdown-to-ast": "^12.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@textlint/textlint-plugin-text": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-12.5.0.tgz",
|
||||
"integrity": "sha512-ec3rZaJYytoscwpAtuxD4UM3bUPqNAeWKia+LMaVMWREULwKfntlSAqSNmudujEkxdsKr028CkzYuP78q8Xmuw==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-12.6.0.tgz",
|
||||
"integrity": "sha512-qiqkiaC7qR4tkxSeh2MDLVrMcT+oCO+Y3JroP+W9GlSVoHavYW8LD0G7sZNHgCv4lc6zCUXPxC0rZPxsMSkwVA==",
|
||||
"dependencies": {
|
||||
"@textlint/text-to-ast": "^12.5.0"
|
||||
"@textlint/text-to-ast": "^12.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@textlint/types": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-12.5.0.tgz",
|
||||
"integrity": "sha512-Po5qOubilL/g3dx+ZUgaQzNXbROADBF4Z5xy7qqgV6pBQIEE/06INZDmmLE1Eesm2zoDpygoG/1f/0/Cy5Yupw==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-12.6.0.tgz",
|
||||
"integrity": "sha512-rCW4OC0bDEhGDxNkhWh2V7F6Bzem5v09uqn3D/7QcDqReSEJ6yUYuNaSRVZCNEkNmgmO9K1nUeQf37wqhPzBJw==",
|
||||
"dependencies": {
|
||||
"@textlint/ast-node-types": "^12.3.0"
|
||||
"@textlint/ast-node-types": "^12.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@textlint/utils": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-12.5.0.tgz",
|
||||
"integrity": "sha512-bQWrQ7Xaru1DRLQhAQQJgNnfGQIwgTgWUigdS5wSwpbmfLDnaMzHu3AG0lk5hEnELMKTCIej5uCR0+YscyUckg=="
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-12.6.0.tgz",
|
||||
"integrity": "sha512-RzF5onZIS5WQS1gnJJDOb58bb7ktp35GFrLpRmzDMEHS+WrT8xQ97NwIivm+5f0/MQluiOUoJ6tNlltIQKTAqQ=="
|
||||
},
|
||||
"node_modules/@tootallnate/once": {
|
||||
"version": "1.1.2",
|
||||
|
@ -2475,9 +2488,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.2.tgz",
|
||||
"integrity": "sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==",
|
||||
"version": "1.2.3",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.3.tgz",
|
||||
"integrity": "sha512-pdDkMYJeuXLZ6Xj/Q5J3Phpe+jbGdsSzlQaFVkMQzRUL05+6+tetX8TV3p4HrU4kzuO9bt+io/yGQxuyxA/xcw==",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
|
@ -9743,22 +9756,22 @@
|
|||
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
|
||||
},
|
||||
"node_modules/textlint": {
|
||||
"version": "12.5.1",
|
||||
"resolved": "https://registry.npmjs.org/textlint/-/textlint-12.5.1.tgz",
|
||||
"integrity": "sha512-LoFU1yBIm/gxM++jDdvdfS2diW14NBHsimRyChi8Kb5h5pUHcG0rGfW2PflUzfYcHF0XykgW9WBdPd1WWnyS7Q==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/textlint/-/textlint-12.6.0.tgz",
|
||||
"integrity": "sha512-ApCBRN6bq0ATD3E3f7gdRni4L/zcpy6mbZ9PrDyfc96zt0T98FYd2hATxS1g13AOov8pgMGm8qYmYFTqKXRFzQ==",
|
||||
"dependencies": {
|
||||
"@textlint/ast-node-types": "^12.3.0",
|
||||
"@textlint/ast-traverse": "^12.5.0",
|
||||
"@textlint/config-loader": "^12.5.0",
|
||||
"@textlint/feature-flag": "^12.5.0",
|
||||
"@textlint/fixer-formatter": "^12.5.1",
|
||||
"@textlint/kernel": "^12.5.0",
|
||||
"@textlint/linter-formatter": "^12.5.0",
|
||||
"@textlint/module-interop": "^12.5.0",
|
||||
"@textlint/textlint-plugin-markdown": "^12.5.0",
|
||||
"@textlint/textlint-plugin-text": "^12.5.0",
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/utils": "^12.5.0",
|
||||
"@textlint/ast-node-types": "^12.6.0",
|
||||
"@textlint/ast-traverse": "^12.6.0",
|
||||
"@textlint/config-loader": "^12.6.0",
|
||||
"@textlint/feature-flag": "^12.6.0",
|
||||
"@textlint/fixer-formatter": "^12.6.0",
|
||||
"@textlint/kernel": "^12.6.0",
|
||||
"@textlint/linter-formatter": "^12.6.0",
|
||||
"@textlint/module-interop": "^12.6.0",
|
||||
"@textlint/textlint-plugin-markdown": "^12.6.0",
|
||||
"@textlint/textlint-plugin-text": "^12.6.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"@textlint/utils": "^12.6.0",
|
||||
"debug": "^4.3.4",
|
||||
"deep-equal": "^1.1.1",
|
||||
"file-entry-cache": "^5.0.1",
|
||||
|
@ -9772,7 +9785,7 @@
|
|||
"rc-config-loader": "^3.0.0",
|
||||
"read-pkg": "^1.1.0",
|
||||
"read-pkg-up": "^3.0.0",
|
||||
"structured-source": "^3.0.2",
|
||||
"structured-source": "^4.0.0",
|
||||
"try-resolve": "^1.0.1",
|
||||
"unique-concat": "^0.2.2"
|
||||
},
|
||||
|
@ -9832,6 +9845,11 @@
|
|||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/textlint/node_modules/boundary": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/boundary/-/boundary-2.0.0.tgz",
|
||||
"integrity": "sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA=="
|
||||
},
|
||||
"node_modules/textlint/node_modules/file-entry-cache": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz",
|
||||
|
@ -10072,6 +10090,14 @@
|
|||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/textlint/node_modules/structured-source": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/structured-source/-/structured-source-4.0.0.tgz",
|
||||
"integrity": "sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==",
|
||||
"dependencies": {
|
||||
"boundary": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/to-fast-properties": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
||||
|
@ -12193,38 +12219,38 @@
|
|||
"integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg=="
|
||||
},
|
||||
"@textlint/ast-node-types": {
|
||||
"version": "12.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-12.3.0.tgz",
|
||||
"integrity": "sha512-ke5hlKy/xZ/vQt6j+h4k9GradJPDsV3FKsUqWpCpF/X8qWCU2zM4e1SMUAFjoUcLuF9in+eXIQ71Qm/AdjjkZQ=="
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-12.6.0.tgz",
|
||||
"integrity": "sha512-DPxbo0d6Uihwcv2MKE/6oUaCuipHeEygow0In98SHZRY8hMytYWoYQEfhcTE5i+0cIcA2hHZhz4OQ0JaujqZ6w=="
|
||||
},
|
||||
"@textlint/ast-tester": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.5.0.tgz",
|
||||
"integrity": "sha512-osHf1OFLC3RnjGyoSBynn2u5pgj7qkik8TNaxgPekVwlLWtJTcyh22PHo+mXPF47XWM5gJQmy/72nUrqtbDMPg==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-tester/-/ast-tester-12.6.0.tgz",
|
||||
"integrity": "sha512-Yis3qIbOtPwJjbz5316K+P8K/SHCwsJ6YIXAvNjX0wrekhLZIwHDWUlH1cfV4rKSe8IIabBhbiq8lx95w91A3w==",
|
||||
"requires": {
|
||||
"@textlint/ast-node-types": "^12.3.0",
|
||||
"@textlint/ast-node-types": "^12.6.0",
|
||||
"debug": "^4.3.4"
|
||||
}
|
||||
},
|
||||
"@textlint/ast-traverse": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-12.5.0.tgz",
|
||||
"integrity": "sha512-TAbfxz8x8Q/sn7D/h7OikzYp5NqPDrRExm3N+3v9yj+gq++fxHtskas48tm1TYcChTMq6BbPU+EGbdlMo3rWWA==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/ast-traverse/-/ast-traverse-12.6.0.tgz",
|
||||
"integrity": "sha512-QJuUkRw6wSFN5SWSYDfcfvMD8nw2fAtuKdtSf64d4MO07e5F9Wkpkr4V1O2dknlBcdQ2nA/T9s59HVoQ1QAe/w==",
|
||||
"requires": {
|
||||
"@textlint/ast-node-types": "^12.3.0"
|
||||
"@textlint/ast-node-types": "^12.6.0"
|
||||
}
|
||||
},
|
||||
"@textlint/config-loader": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/config-loader/-/config-loader-12.5.0.tgz",
|
||||
"integrity": "sha512-g706+XwdsUGpVXzqW7OFcBO8XdxH1AqbD0D3UYEjlfUONXD0c4Bymctdjk49hzOwTVDGqj+CCyvL+cB/X2bG+Q==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/config-loader/-/config-loader-12.6.0.tgz",
|
||||
"integrity": "sha512-Sm4GwsABjMquS95K0rr9rHkiHXaxF6USbDc5+sCc/KJ+FqcfFwIBUZvp3inyaD3vgRYsvbYmy92qF10VLwplOA==",
|
||||
"requires": {
|
||||
"@textlint/kernel": "^12.5.0",
|
||||
"@textlint/module-interop": "^12.5.0",
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/utils": "^12.5.0",
|
||||
"@textlint/kernel": "^12.6.0",
|
||||
"@textlint/module-interop": "^12.6.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"@textlint/utils": "^12.6.0",
|
||||
"debug": "^4.3.4",
|
||||
"rc-config-loader": "^4.1.1",
|
||||
"rc-config-loader": "^4.1.2",
|
||||
"try-resolve": "^1.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -12242,17 +12268,17 @@
|
|||
}
|
||||
},
|
||||
"@textlint/feature-flag": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-12.5.0.tgz",
|
||||
"integrity": "sha512-GdyRbbIsWRuZieWKvRxQA8j5wX5hzq+QqEmuputBrU/KKapNfkg6uNY2GOY6SWvC8QcwD0dYh3Dy1x2txT8p8Q=="
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/feature-flag/-/feature-flag-12.6.0.tgz",
|
||||
"integrity": "sha512-iIdK/ItmPIOEXn4C97Gz495ni9u+Qzwf8Dc8W8nQaAwy3GALL5hbm5VK84Q0bf6q+/2wgQ3CcTebqySQsX9Ohg=="
|
||||
},
|
||||
"@textlint/fixer-formatter": {
|
||||
"version": "12.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.5.1.tgz",
|
||||
"integrity": "sha512-dzOsgpkl5lIB25BHgW0saAohRW4ZF0s/SyK/FbweYtkDGd190USLGpCibx2M8/mAEFDs5YsnTqZlkbp1FLLuyQ==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/fixer-formatter/-/fixer-formatter-12.6.0.tgz",
|
||||
"integrity": "sha512-gFbeq1GC6XGtTg+22GXvGT5veQGw13vuXjosY/2HfWjGsT/7RS6Jq5AL43y3sHQ0pWaOh0Yk+JmDFfL2FqNNFQ==",
|
||||
"requires": {
|
||||
"@textlint/module-interop": "^12.5.0",
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/module-interop": "^12.6.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"chalk": "^4.1.2",
|
||||
"debug": "^4.3.4",
|
||||
"diff": "^4.0.2",
|
||||
|
@ -12269,31 +12295,46 @@
|
|||
"integrity": "sha512-J3cG1pl2llYD4ZaZMe0qVgVaHT8RvT+/SW1FHQ8HRceNalMM9O0Y8iIgtl4GGOx4vMghoIPKFVLASw8P8bJ3ZA=="
|
||||
},
|
||||
"@textlint/kernel": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-12.5.0.tgz",
|
||||
"integrity": "sha512-9UspUHtS2FShTO9pWnrZjadjIvJzFIdIZDKIYCdZuUdU8dEhJqwOdYosqM4N5Wy40aMKnv4Voxp80Ssaq7zZaA==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/kernel/-/kernel-12.6.0.tgz",
|
||||
"integrity": "sha512-F4lpOc7eNc45i9FCoN39GQpiCbtWunHS6zkn61tj0Wf7YqNuzkjeydaQbFtLcRag3CQw0CcjNBSddPOtLiGZNA==",
|
||||
"requires": {
|
||||
"@textlint/ast-node-types": "^12.3.0",
|
||||
"@textlint/ast-tester": "^12.5.0",
|
||||
"@textlint/ast-traverse": "^12.5.0",
|
||||
"@textlint/feature-flag": "^12.5.0",
|
||||
"@textlint/source-code-fixer": "^12.5.0",
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/utils": "^12.5.0",
|
||||
"@textlint/ast-node-types": "^12.6.0",
|
||||
"@textlint/ast-tester": "^12.6.0",
|
||||
"@textlint/ast-traverse": "^12.6.0",
|
||||
"@textlint/feature-flag": "^12.6.0",
|
||||
"@textlint/source-code-fixer": "^12.6.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"@textlint/utils": "^12.6.0",
|
||||
"debug": "^4.3.4",
|
||||
"deep-equal": "^1.1.1",
|
||||
"structured-source": "^3.0.2"
|
||||
"structured-source": "^4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"boundary": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/boundary/-/boundary-2.0.0.tgz",
|
||||
"integrity": "sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA=="
|
||||
},
|
||||
"structured-source": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/structured-source/-/structured-source-4.0.0.tgz",
|
||||
"integrity": "sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==",
|
||||
"requires": {
|
||||
"boundary": "^2.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@textlint/linter-formatter": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-12.5.0.tgz",
|
||||
"integrity": "sha512-cJ87VGmyqDyjxT2aL3492g/YyGh6AU7/3QqxKN9q8rxJtzaY2e1uJrUKdpj0oOj1xZzYYv8zPeIpFaiFtNW02Q==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/linter-formatter/-/linter-formatter-12.6.0.tgz",
|
||||
"integrity": "sha512-jz2f78PFjPl9hiOKOa5yxQ6v8vbqY7jNABbOubaLmtrM2zxF/OjbRjrD+w1zzJNlT33yseG2XSJFAdQEyrj30g==",
|
||||
"requires": {
|
||||
"@azu/format-text": "^1.0.1",
|
||||
"@azu/style-format": "^1.0.0",
|
||||
"@textlint/module-interop": "^12.5.0",
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/module-interop": "^12.6.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"chalk": "^4.1.2",
|
||||
"debug": "^4.3.4",
|
||||
"is-file": "^1.0.0",
|
||||
|
@ -12333,11 +12374,11 @@
|
|||
}
|
||||
},
|
||||
"@textlint/markdown-to-ast": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-12.5.0.tgz",
|
||||
"integrity": "sha512-+fUslPm0+ukMnRVMPUQwKv1DEwmDP/rXFuzc5+k5tCMhighZ/Fv/e3Y9MUe7SgNDte7ilajTa3/uP0Iurr60WA==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/markdown-to-ast/-/markdown-to-ast-12.6.0.tgz",
|
||||
"integrity": "sha512-zy+bs7CW7R+s5FadonIb1ZWKrCt2uW563fDIlwmTLq53At07qFdp5haf60CSHBhatYkSOcUsWBu8+VXqIvRI1A==",
|
||||
"requires": {
|
||||
"@textlint/ast-node-types": "^12.3.0",
|
||||
"@textlint/ast-node-types": "^12.6.0",
|
||||
"debug": "^4.3.4",
|
||||
"mdast-util-gfm-autolink-literal": "^0.1.3",
|
||||
"remark-footnotes": "^3.0.0",
|
||||
|
@ -12349,9 +12390,9 @@
|
|||
}
|
||||
},
|
||||
"@textlint/module-interop": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-12.5.0.tgz",
|
||||
"integrity": "sha512-NmkHL5tt+HEqLm00JSW1f03KTbEqOzupliboSZ2HeNhOqZxSX4wR3lBlGqVeVi5dImMWrt40oa+AbkqkD78b9Q=="
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/module-interop/-/module-interop-12.6.0.tgz",
|
||||
"integrity": "sha512-gdb6XSBe/1K80jr/wu6q0q2z+d5u9c+QQFSN9C4VseoQJ1udDRQ5vTyMCBsMBdf2DQ5/ccD/8NH0SINe/dAbcA=="
|
||||
},
|
||||
"@textlint/regexp-string-matcher": {
|
||||
"version": "1.1.1",
|
||||
|
@ -12374,50 +12415,50 @@
|
|||
}
|
||||
},
|
||||
"@textlint/source-code-fixer": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-12.5.0.tgz",
|
||||
"integrity": "sha512-7LebJ6Y64Rb4fVYyokpU8FnjNLdx+TehcHQJ9L/fi8PYVjpS/08klYtYfRtKWmi/vrWED7U0aGhb8Xr26NuWFw==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/source-code-fixer/-/source-code-fixer-12.6.0.tgz",
|
||||
"integrity": "sha512-K9bijbOIo+bvFYW48+K2EU6H7pp8zL8cRqnZvWcLBgv+cZ4DL1RrUcXE8XK4PtQM+eYu+vzFL7DTdDqLWbcf3A==",
|
||||
"requires": {
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"debug": "^4.3.4"
|
||||
}
|
||||
},
|
||||
"@textlint/text-to-ast": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-12.5.0.tgz",
|
||||
"integrity": "sha512-wOWYX+d821ThwNYNk5hfxOBxvkqKUpNOBKkDaic4V+dkuBoAS0D9lE9fA9Ps62kL/I1uQwhU5d4qsAHWnFmQkw==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/text-to-ast/-/text-to-ast-12.6.0.tgz",
|
||||
"integrity": "sha512-HuXrKhbnV3hv/cQNpvYhlbZI0WiGRBbhk+cnjR9F9tPmwdffHMZg0A52S0GFGVZRVdhxhooUBiBGNewHfSD/eA==",
|
||||
"requires": {
|
||||
"@textlint/ast-node-types": "^12.3.0"
|
||||
"@textlint/ast-node-types": "^12.6.0"
|
||||
}
|
||||
},
|
||||
"@textlint/textlint-plugin-markdown": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-12.5.0.tgz",
|
||||
"integrity": "sha512-1B4mTmA1NOvK2kAk4Rl/TW3QFB80iwhsOKSJ16nCH/yvF82xgH+Gu4gQB/prNpACb4TivmzwvBRYp7rzhOTTyA==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-12.6.0.tgz",
|
||||
"integrity": "sha512-51Lr5/XTKsim+WInSgwDzTWx73QXF6WjbooB8nEkxh1PcXOVkMbjppQcb91woOEbUlMC0h9RXUGzQpWjFM9JpQ==",
|
||||
"requires": {
|
||||
"@textlint/markdown-to-ast": "^12.5.0"
|
||||
"@textlint/markdown-to-ast": "^12.6.0"
|
||||
}
|
||||
},
|
||||
"@textlint/textlint-plugin-text": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-12.5.0.tgz",
|
||||
"integrity": "sha512-ec3rZaJYytoscwpAtuxD4UM3bUPqNAeWKia+LMaVMWREULwKfntlSAqSNmudujEkxdsKr028CkzYuP78q8Xmuw==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/textlint-plugin-text/-/textlint-plugin-text-12.6.0.tgz",
|
||||
"integrity": "sha512-qiqkiaC7qR4tkxSeh2MDLVrMcT+oCO+Y3JroP+W9GlSVoHavYW8LD0G7sZNHgCv4lc6zCUXPxC0rZPxsMSkwVA==",
|
||||
"requires": {
|
||||
"@textlint/text-to-ast": "^12.5.0"
|
||||
"@textlint/text-to-ast": "^12.6.0"
|
||||
}
|
||||
},
|
||||
"@textlint/types": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-12.5.0.tgz",
|
||||
"integrity": "sha512-Po5qOubilL/g3dx+ZUgaQzNXbROADBF4Z5xy7qqgV6pBQIEE/06INZDmmLE1Eesm2zoDpygoG/1f/0/Cy5Yupw==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/types/-/types-12.6.0.tgz",
|
||||
"integrity": "sha512-rCW4OC0bDEhGDxNkhWh2V7F6Bzem5v09uqn3D/7QcDqReSEJ6yUYuNaSRVZCNEkNmgmO9K1nUeQf37wqhPzBJw==",
|
||||
"requires": {
|
||||
"@textlint/ast-node-types": "^12.3.0"
|
||||
"@textlint/ast-node-types": "^12.6.0"
|
||||
}
|
||||
},
|
||||
"@textlint/utils": {
|
||||
"version": "12.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-12.5.0.tgz",
|
||||
"integrity": "sha512-bQWrQ7Xaru1DRLQhAQQJgNnfGQIwgTgWUigdS5wSwpbmfLDnaMzHu3AG0lk5hEnELMKTCIej5uCR0+YscyUckg=="
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@textlint/utils/-/utils-12.6.0.tgz",
|
||||
"integrity": "sha512-RzF5onZIS5WQS1gnJJDOb58bb7ktp35GFrLpRmzDMEHS+WrT8xQ97NwIivm+5f0/MQluiOUoJ6tNlltIQKTAqQ=="
|
||||
},
|
||||
"@tootallnate/once": {
|
||||
"version": "1.1.2",
|
||||
|
@ -12919,9 +12960,9 @@
|
|||
"integrity": "sha512-b1WlTV8+XKLj9gZy2DZXgQiyDp9xkkoe2a6U6UbYccScq2wgH/YwCeI2/Jq2mgo0HzQxqJOjWZBLeA/mqsk5Mg=="
|
||||
},
|
||||
"axios": {
|
||||
"version": "1.2.2",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.2.tgz",
|
||||
"integrity": "sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==",
|
||||
"version": "1.2.3",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.2.3.tgz",
|
||||
"integrity": "sha512-pdDkMYJeuXLZ6Xj/Q5J3Phpe+jbGdsSzlQaFVkMQzRUL05+6+tetX8TV3p4HrU4kzuO9bt+io/yGQxuyxA/xcw==",
|
||||
"requires": {
|
||||
"follow-redirects": "^1.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
|
@ -18202,22 +18243,22 @@
|
|||
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
|
||||
},
|
||||
"textlint": {
|
||||
"version": "12.5.1",
|
||||
"resolved": "https://registry.npmjs.org/textlint/-/textlint-12.5.1.tgz",
|
||||
"integrity": "sha512-LoFU1yBIm/gxM++jDdvdfS2diW14NBHsimRyChi8Kb5h5pUHcG0rGfW2PflUzfYcHF0XykgW9WBdPd1WWnyS7Q==",
|
||||
"version": "12.6.0",
|
||||
"resolved": "https://registry.npmjs.org/textlint/-/textlint-12.6.0.tgz",
|
||||
"integrity": "sha512-ApCBRN6bq0ATD3E3f7gdRni4L/zcpy6mbZ9PrDyfc96zt0T98FYd2hATxS1g13AOov8pgMGm8qYmYFTqKXRFzQ==",
|
||||
"requires": {
|
||||
"@textlint/ast-node-types": "^12.3.0",
|
||||
"@textlint/ast-traverse": "^12.5.0",
|
||||
"@textlint/config-loader": "^12.5.0",
|
||||
"@textlint/feature-flag": "^12.5.0",
|
||||
"@textlint/fixer-formatter": "^12.5.1",
|
||||
"@textlint/kernel": "^12.5.0",
|
||||
"@textlint/linter-formatter": "^12.5.0",
|
||||
"@textlint/module-interop": "^12.5.0",
|
||||
"@textlint/textlint-plugin-markdown": "^12.5.0",
|
||||
"@textlint/textlint-plugin-text": "^12.5.0",
|
||||
"@textlint/types": "^12.5.0",
|
||||
"@textlint/utils": "^12.5.0",
|
||||
"@textlint/ast-node-types": "^12.6.0",
|
||||
"@textlint/ast-traverse": "^12.6.0",
|
||||
"@textlint/config-loader": "^12.6.0",
|
||||
"@textlint/feature-flag": "^12.6.0",
|
||||
"@textlint/fixer-formatter": "^12.6.0",
|
||||
"@textlint/kernel": "^12.6.0",
|
||||
"@textlint/linter-formatter": "^12.6.0",
|
||||
"@textlint/module-interop": "^12.6.0",
|
||||
"@textlint/textlint-plugin-markdown": "^12.6.0",
|
||||
"@textlint/textlint-plugin-text": "^12.6.0",
|
||||
"@textlint/types": "^12.6.0",
|
||||
"@textlint/utils": "^12.6.0",
|
||||
"debug": "^4.3.4",
|
||||
"deep-equal": "^1.1.1",
|
||||
"file-entry-cache": "^5.0.1",
|
||||
|
@ -18231,11 +18272,16 @@
|
|||
"rc-config-loader": "^3.0.0",
|
||||
"read-pkg": "^1.1.0",
|
||||
"read-pkg-up": "^3.0.0",
|
||||
"structured-source": "^3.0.2",
|
||||
"structured-source": "^4.0.0",
|
||||
"try-resolve": "^1.0.1",
|
||||
"unique-concat": "^0.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"boundary": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/boundary/-/boundary-2.0.0.tgz",
|
||||
"integrity": "sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA=="
|
||||
},
|
||||
"file-entry-cache": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz",
|
||||
|
@ -18417,6 +18463,14 @@
|
|||
"requires": {
|
||||
"is-utf8": "^0.2.0"
|
||||
}
|
||||
},
|
||||
"structured-source": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/structured-source/-/structured-source-4.0.0.tgz",
|
||||
"integrity": "sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==",
|
||||
"requires": {
|
||||
"boundary": "^2.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
4
dependencies/package.json
vendored
4
dependencies/package.json
vendored
|
@ -6,7 +6,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
||||
"@typescript-eslint/parser": "^5.48.2",
|
||||
"asl-validator": "^3.1.0",
|
||||
"axios": "^1.2.2",
|
||||
"axios": "^1.2.3",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^8.32.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"postcss-less": "^6.0.0",
|
||||
"stylelint-scss": "^4.3.0",
|
||||
"tekton-lint": "^0.6.0",
|
||||
"textlint": "^12.5.1",
|
||||
"textlint": "^12.6.0",
|
||||
"textlint-filter-rule-allowlist": "^4.0.0",
|
||||
"textlint-filter-rule-comments": "^1.2.2",
|
||||
"textlint-rule-terminology": "^3.0.4",
|
||||
|
|
Loading…
Reference in a new issue