From 9b3a835311d24ed675b4ae90bef0f202c82dff96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 03:50:46 +0000 Subject: [PATCH] Pin dependencies --- packages/admin-api-schema/package.json | 4 +- packages/admin-api/package.json | 6 +- packages/color-utils/package.json | 2 +- packages/content-api/package.json | 2 +- packages/helpers-gatsby/package.json | 2 +- packages/helpers/package.json | 2 +- packages/image-transform/package.json | 2 +- packages/limit-service/package.json | 4 +- packages/referrer-parser/package.json | 10 +-- packages/schema-org/package.json | 6 +- packages/string/package.json | 2 +- packages/url-utils/package.json | 10 +-- yarn.lock | 92 +++++++++++++------------- 13 files changed, 72 insertions(+), 72 deletions(-) diff --git a/packages/admin-api-schema/package.json b/packages/admin-api-schema/package.json index c0a040151..5fe3169d7 100644 --- a/packages/admin-api-schema/package.json +++ b/packages/admin-api-schema/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@tryghost/errors": "1.3.8", - "ajv": "^6.12.6", - "lodash": "^4.17.11" + "ajv": "6.12.6", + "lodash": "4.17.23" } } diff --git a/packages/admin-api/package.json b/packages/admin-api/package.json index 111647376..7b48dd742 100644 --- a/packages/admin-api/package.json +++ b/packages/admin-api/package.json @@ -32,8 +32,8 @@ "sinon": "21.0.1" }, "dependencies": { - "axios": "^1.13.2", - "form-data": "^4.0.0", - "jsonwebtoken": "^9.0.2" + "axios": "1.13.5", + "form-data": "4.0.5", + "jsonwebtoken": "9.0.3" } } diff --git a/packages/color-utils/package.json b/packages/color-utils/package.json index 93229a34e..f97cda3b5 100644 --- a/packages/color-utils/package.json +++ b/packages/color-utils/package.json @@ -48,6 +48,6 @@ }, "dependencies": { "@types/color": "3.0.6", - "color": "^3.2.1" + "color": "3.2.1" } } diff --git a/packages/content-api/package.json b/packages/content-api/package.json index 6fd8b7b6d..2af05ca5a 100644 --- a/packages/content-api/package.json +++ b/packages/content-api/package.json @@ -53,6 +53,6 @@ "sinon": "21.0.1" }, "dependencies": { - "axios": "^1.13.2" + "axios": "1.13.5" } } diff --git a/packages/helpers-gatsby/package.json b/packages/helpers-gatsby/package.json index 326dde589..54bf83a86 100644 --- a/packages/helpers-gatsby/package.json +++ b/packages/helpers-gatsby/package.json @@ -43,7 +43,7 @@ "@gatsbyjs/reach-router": "1.3.9", "@tryghost/helpers": "^1.1.100", "gatsby-link": "4.17.0", - "prop-types": "^15.6.2" + "prop-types": "15.8.1" }, "peerDependencies": { "react": "^18.1.0" diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 9db55a673..9a3645f03 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -49,6 +49,6 @@ "sinon": "21.0.1" }, "dependencies": { - "lodash-es": "^4.17.21" + "lodash-es": "4.17.23" } } diff --git a/packages/image-transform/package.json b/packages/image-transform/package.json index e7c676211..1e92a2ab5 100644 --- a/packages/image-transform/package.json +++ b/packages/image-transform/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@tryghost/errors": "1.3.8", - "fs-extra": "^11.3.2" + "fs-extra": "11.3.3" }, "optionalDependencies": { "sharp": "^0.34.2" diff --git a/packages/limit-service/package.json b/packages/limit-service/package.json index 1df42de08..6f22d8283 100644 --- a/packages/limit-service/package.json +++ b/packages/limit-service/package.json @@ -31,7 +31,7 @@ }, "dependencies": { "@tryghost/errors": "1.3.8", - "lodash": "^4.17.21", - "luxon": "^1.26.0" + "lodash": "4.17.23", + "luxon": "1.28.1" } } diff --git a/packages/referrer-parser/package.json b/packages/referrer-parser/package.json index 898fd84c7..44fff0c83 100644 --- a/packages/referrer-parser/package.json +++ b/packages/referrer-parser/package.json @@ -51,16 +51,16 @@ "@types/node": "^24.0.0", "@types/should": "^13.0.0", "@types/sinon": "^21.0.0", - "@typescript-eslint/eslint-plugin": "^8.49.0", - "@typescript-eslint/parser": "^8.49.0", - "@vitest/coverage-v8": "^4.0.17", - "eslint": "^10.0.0", + "@typescript-eslint/eslint-plugin": "8.54.0", + "@typescript-eslint/parser": "8.54.0", + "@vitest/coverage-v8": "4.0.18", + "eslint": "10.0.0", "should": "13.2.3", "sinon": "21.0.1", "typescript": "5.9.3", "vite": "7.3.1", "vite-plugin-dts": "4.5.4", - "vitest": "^4.0.17" + "vitest": "4.0.18" }, "engines": { "node": ">=16.0.0" diff --git a/packages/schema-org/package.json b/packages/schema-org/package.json index a21f0aa3b..fb5f22519 100644 --- a/packages/schema-org/package.json +++ b/packages/schema-org/package.json @@ -33,8 +33,8 @@ "sinon": "21.0.1" }, "dependencies": { - "glob": "^9.0.0", - "handlebars": "^4.7.7", - "lodash": "^4.17.11" + "glob": "9.3.5", + "handlebars": "4.7.8", + "lodash": "4.17.23" } } diff --git a/packages/string/package.json b/packages/string/package.json index 8c303046d..a4e9991d6 100644 --- a/packages/string/package.json +++ b/packages/string/package.json @@ -30,6 +30,6 @@ "sinon": "21.0.1" }, "dependencies": { - "unidecode": "^0.1.8" + "unidecode": "0.1.8" } } diff --git a/packages/url-utils/package.json b/packages/url-utils/package.json index 227dc34fe..e0cc17981 100644 --- a/packages/url-utils/package.json +++ b/packages/url-utils/package.json @@ -38,12 +38,12 @@ "typescript": "5.9.3" }, "dependencies": { - "cheerio": "^0.22.0", - "lodash": "^4.17.21", - "moment": "^2.27.0", - "moment-timezone": "^0.5.31", + "cheerio": "0.22.0", + "lodash": "4.17.23", + "moment": "2.30.1", + "moment-timezone": "0.5.48", "remark": "11.0.2", "remark-footnotes": "1.0.0", - "unist-util-visit": "^2.0.0" + "unist-util-visit": "2.0.3" } } diff --git a/yarn.lock b/yarn.lock index 106f40e82..480d58fb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3966,7 +3966,7 @@ natural-compare "^1.4.0" ts-api-utils "^2.1.0" -"@typescript-eslint/eslint-plugin@^8.49.0": +"@typescript-eslint/eslint-plugin@8.54.0": version "8.54.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.54.0.tgz#d8899e5c2eccf5c4a20d01c036a193753748454d" integrity sha512-hAAP5io/7csFStuOmR782YmTthKBJ9ND3WVL60hcOjvtGFb+HJxH4O5huAcmcZ9v9G8P+JETiZ/G1B8MALnWZQ== @@ -3991,7 +3991,7 @@ "@typescript-eslint/visitor-keys" "8.49.0" debug "^4.3.4" -"@typescript-eslint/parser@^8.49.0": +"@typescript-eslint/parser@8.54.0": version "8.54.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.54.0.tgz#3d01a6f54ed247deb9982621f70e7abf1810bd97" integrity sha512-BtE0k6cjwjLZoZixN0t5AKP0kSzlGu7FctRXYuPAm//aaiZhmfq1JwdYpYr1brzEspYyFeF+8XF5j2VK6oalrA== @@ -4144,7 +4144,7 @@ "@typescript-eslint/types" "8.54.0" eslint-visitor-keys "^4.2.1" -"@vitest/coverage-v8@^4.0.17": +"@vitest/coverage-v8@4.0.18": version "4.0.18" resolved "https://registry.yarnpkg.com/@vitest/coverage-v8/-/coverage-v8-4.0.18.tgz#b9c4db7479acd51d5f0ced91b2853c29c3d0cda7" integrity sha512-7i+N2i0+ME+2JFZhfuz7Tg/FqKtilHjGyGvoHYQ6iLV0zahbsJ9sljC9OcFcPDbhYKCet+sG8SsVqlyGvPflZg== @@ -4396,7 +4396,7 @@ ajv-formats@~3.0.1: dependencies: ajv "^8.0.0" -ajv@^6.12.4, ajv@^6.12.6: +ajv@6.12.6, ajv@^6.12.4: version "6.12.6" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== @@ -4677,7 +4677,7 @@ available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" -axios@^1.0.0, axios@^1.13.2: +axios@1.13.5, axios@^1.0.0: version "1.13.5" resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43" integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q== @@ -5068,7 +5068,7 @@ chardet@^2.1.1: resolved "https://registry.yarnpkg.com/chardet/-/chardet-2.1.1.tgz#5c75593704a642f71ee53717df234031e65373c8" integrity sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ== -cheerio@^0.22.0: +cheerio@0.22.0: version "0.22.0" resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-0.22.0.tgz#a9baa860a3f9b595a6b81b1a86873121ed3a269e" integrity sha512-8/MzidM6G/TgRelkzDG13y3Y9LxBjCb+8yOEZ9+wwq5gVF2w2pV0wmHvjfT0RvuxGyR7UEuK36r+yYMbT4uKgA== @@ -5254,7 +5254,7 @@ color-support@^1.1.3: resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== -color@^3.2.1: +color@3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164" integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA== @@ -6395,7 +6395,7 @@ eslint-visitor-keys@^5.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz#b9aa1a74aa48c44b3ae46c1597ce7171246a94a9" integrity sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q== -eslint@10.0.0, eslint@^10.0.0: +eslint@10.0.0: version "10.0.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.0.tgz#c93c36a96d91621d0fbb680db848ea11af56ab1e" integrity sha512-O0piBKY36YSJhlFSG8p9VUdPV/SxxS4FYDWVpr/9GJuMaepzwlf4J8I4ov1b+ySQfDTPhc3DtLaxcT1fN0yqCg== @@ -6789,7 +6789,7 @@ foreground-child@^3.1.0, foreground-child@^3.1.1: cross-spawn "^7.0.6" signal-exit "^4.0.1" -form-data@^4.0.0, form-data@^4.0.5: +form-data@4.0.5, form-data@^4.0.5: version "4.0.5" resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053" integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w== @@ -6819,6 +6819,15 @@ fs-extra@11.3.0: jsonfile "^6.0.1" universalify "^2.0.0" +fs-extra@11.3.3, fs-extra@^11.1.0, fs-extra@~11.3.0: + version "11.3.3" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee" + integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + fs-extra@9.1.0, fs-extra@^9.1.0: version "9.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" @@ -6838,15 +6847,6 @@ fs-extra@^10.1.0: jsonfile "^6.0.1" universalify "^2.0.0" -fs-extra@^11.1.0, fs-extra@^11.3.2, fs-extra@~11.3.0: - version "11.3.3" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee" - integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^2.0.0" - fs-minipass@^2.0.0, fs-minipass@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" @@ -7133,6 +7133,16 @@ glob@7.1.4: once "^1.3.0" path-is-absolute "^1.0.0" +glob@9.3.5, glob@^9.2.0: + version "9.3.5" + resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21" + integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q== + dependencies: + fs.realpath "^1.0.0" + minimatch "^8.0.2" + minipass "^4.2.4" + path-scurry "^1.6.1" + glob@^10.2.2, glob@^10.4.1, glob@^10.4.5: version "10.5.0" resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c" @@ -7188,16 +7198,6 @@ glob@^8.0.1, glob@^8.1.0: minimatch "^5.0.1" once "^1.3.0" -glob@^9.0.0, glob@^9.2.0: - version "9.3.5" - resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21" - integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q== - dependencies: - fs.realpath "^1.0.0" - minimatch "^8.0.2" - minipass "^4.2.4" - path-scurry "^1.6.1" - globals@^14.0.0: version "14.0.0" resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e" @@ -7265,7 +7265,7 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6 resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== -handlebars@^4.0.1, handlebars@^4.7.7: +handlebars@4.7.8, handlebars@^4.0.1, handlebars@^4.7.7: version "4.7.8" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9" integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ== @@ -8277,7 +8277,7 @@ jsonparse@^1.2.0, jsonparse@^1.3.1: resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== -jsonwebtoken@^9.0.2: +jsonwebtoken@9.0.3: version "9.0.3" resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz#6cd57ab01e9b0ac07cb847d53d3c9b6ee31f7ae2" integrity sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g== @@ -8558,7 +8558,7 @@ lock@^1.1.0: resolved "https://registry.yarnpkg.com/lock/-/lock-1.1.0.tgz#53157499d1653b136ca66451071fca615703fa55" integrity sha512-NZQIJJL5Rb9lMJ0Yl1JoVr9GSdo4HTPsUEWsSFzB8dE8DSoiLCVavWZPi7Rnlv/o73u6I24S/XYc/NmG4l8EKA== -lodash-es@^4.17.21: +lodash-es@4.17.23: version "4.17.23" resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.23.tgz#58c4360fd1b5d33afc6c0bbd3d1149349b1138e0" integrity sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg== @@ -8693,7 +8693,7 @@ lodash@4.17.21: resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== -lodash@4.17.23, lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21, lodash@~4.17.23: +lodash@4.17.23, lodash@^4.17.15, lodash@^4.17.21, lodash@~4.17.23: version "4.17.23" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a" integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w== @@ -8759,7 +8759,7 @@ lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== -luxon@^1.26.0: +luxon@1.28.1: version "1.28.1" resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.1.tgz#528cdf3624a54506d710290a2341aa8e6e6c61b0" integrity sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw== @@ -9206,14 +9206,14 @@ modify-values@^1.0.0: resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== -moment-timezone@^0.5.31: +moment-timezone@0.5.48: version "0.5.48" resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.48.tgz#111727bb274734a518ae154b5ca589283f058967" integrity sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw== dependencies: moment "^2.29.4" -moment@^2.27.0, moment@^2.29.4: +moment@2.30.1, moment@^2.29.4: version "2.30.1" resolved "https://registry.yarnpkg.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae" integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how== @@ -10295,7 +10295,7 @@ promzard@^0.3.0: dependencies: read "1" -prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.8.1: +prop-types@15.8.1, prop-types@^15.6.1, prop-types@^15.8.1: version "15.8.1" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== @@ -12142,7 +12142,7 @@ unicode-property-aliases-ecmascript@^2.0.0: resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz#301d4f8a43d2b75c97adfad87c9dd5350c9475d1" integrity sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ== -unidecode@^0.1.8: +unidecode@0.1.8: version "0.1.8" resolved "https://registry.yarnpkg.com/unidecode/-/unidecode-0.1.8.tgz#efbb301538bc45246a9ac8c559d72f015305053e" integrity sha512-SdoZNxCWpN2tXTCrGkPF/0rL2HEq+i2gwRG1ReBvx8/0yTzC3enHfugOf8A9JBShVwwrRIkLX0YcDUGbzjbVCA== @@ -12232,14 +12232,7 @@ unist-util-visit-parents@^3.0.0: "@types/unist" "^2.0.0" unist-util-is "^4.0.0" -unist-util-visit@^1.1.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3" - integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw== - dependencies: - unist-util-visit-parents "^2.0.0" - -unist-util-visit@^2.0.0: +unist-util-visit@2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c" integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q== @@ -12248,6 +12241,13 @@ unist-util-visit@^2.0.0: unist-util-is "^4.0.0" unist-util-visit-parents "^3.0.0" +unist-util-visit@^1.1.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3" + integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw== + dependencies: + unist-util-visit-parents "^2.0.0" + universal-user-agent@^6.0.0: version "6.0.1" resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.1.tgz#15f20f55da3c930c57bddbf1734c6654d5fd35aa" @@ -12391,7 +12391,7 @@ vite@7.3.1, "vite@^6.0.0 || ^7.0.0": optionalDependencies: fsevents "~2.3.3" -vitest@^4.0.17: +vitest@4.0.18: version "4.0.18" resolved "https://registry.yarnpkg.com/vitest/-/vitest-4.0.18.tgz#56f966353eca0b50f4df7540cd4350ca6d454a05" integrity sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==