mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 09:10:48 +08:00
更新 renovate 依赖项至 v40.11.7,并调整配置文件中的 fileMatch 为 managerFilePatterns
This commit is contained in:
@ -96,7 +96,7 @@
|
|||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "Update semantic-release version used by npx",
|
"description": "Update semantic-release version used by npx",
|
||||||
"fileMatch": [ "^\\.github/workflows/[^/]+\\.ya?ml$", "^default\\.json5$" ],
|
"managerFilePatterns": [ "^\\.github/workflows/[^/]+\\.ya?ml$", "^default\\.json5$" ],
|
||||||
"matchStrings": [ "\\srun: npx semantic-release@(?<currentValue>.*?)\\s" ],
|
"matchStrings": [ "\\srun: npx semantic-release@(?<currentValue>.*?)\\s" ],
|
||||||
"datasourceTemplate": "npm",
|
"datasourceTemplate": "npm",
|
||||||
"depNameTemplate": "semantic-release"
|
"depNameTemplate": "semantic-release"
|
||||||
@ -104,7 +104,7 @@
|
|||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "更新 .npmrc 中配置的 Node.js 版本。匹配 use-node-version=22.9.0",
|
"description": "更新 .npmrc 中配置的 Node.js 版本。匹配 use-node-version=22.9.0",
|
||||||
"fileMatch": [ "^\\.npmrc$" , "^default\\.json5$" ],
|
"managerFilePatterns": [ "^\\.npmrc$" , "^default\\.json5$" ],
|
||||||
"matchStrings": [ "use-node-version=(?<currentValue>.*?)\\s" ],
|
"matchStrings": [ "use-node-version=(?<currentValue>.*?)\\s" ],
|
||||||
"datasourceTemplate": "node",
|
"datasourceTemplate": "node",
|
||||||
"depNameTemplate": "node"
|
"depNameTemplate": "node"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"test-regex": "bun --bun test-regex/run.mjs"
|
"test-regex": "bun --bun test-regex/run.mjs"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"renovate": "^40.0.6",
|
"renovate": "^40.11.7",
|
||||||
"semantic-release-example-24": "^1.15.0",
|
"semantic-release-example-24": "^1.15.0",
|
||||||
"vue-memoize-dict": "https://pkg.pr.new/yanhao98/vue-memoize-dict@77d83e6"
|
"vue-memoize-dict": "https://pkg.pr.new/yanhao98/vue-memoize-dict@77d83e6"
|
||||||
},
|
},
|
||||||
|
190
pnpm-lock.yaml
generated
190
pnpm-lock.yaml
generated
@ -9,8 +9,8 @@ importers:
|
|||||||
.:
|
.:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
renovate:
|
renovate:
|
||||||
specifier: ^40.0.6
|
specifier: ^40.11.7
|
||||||
version: 40.0.6(encoding@0.1.13)(typanion@3.14.0)
|
version: 40.11.7(encoding@0.1.13)(typanion@3.14.0)
|
||||||
semantic-release-example-24:
|
semantic-release-example-24:
|
||||||
specifier: ^1.15.0
|
specifier: ^1.15.0
|
||||||
version: 1.15.0
|
version: 1.15.0
|
||||||
@ -423,12 +423,12 @@ packages:
|
|||||||
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
|
|
||||||
'@pnpm/catalogs.protocol-parser@1000.0.0':
|
'@pnpm/catalogs.protocol-parser@1001.0.0':
|
||||||
resolution: {integrity: sha512-8eC25RAiu8BTaEseQmbo5xemlSwl06pMsUVORiYGX7JZEDb0UQVXOnbqFFJMPe/dyO8uwGXnDb350nauMzaraA==}
|
resolution: {integrity: sha512-9rHKCMRvhfv7TSAVSCVLI+8OZhi1OcT8lanAGqOPbGgQTkFrPH3PfEWJNxz43xqrXRa4HCFRAMu+g19su5eRLA==}
|
||||||
engines: {node: '>=18.12'}
|
engines: {node: '>=18.12'}
|
||||||
|
|
||||||
'@pnpm/catalogs.resolver@1000.0.2':
|
'@pnpm/catalogs.resolver@1000.0.3':
|
||||||
resolution: {integrity: sha512-5xp3InFRgl6YzovSYoKs0NTalcVKRj4KkD/d0zIBsKp2cae0G/t2ZZVq3J5rS1Ytf4qkv4oe5SZWpd1oV7Hkew==}
|
resolution: {integrity: sha512-MT0l2EDAxNXpZoij3sO0eIrFSUC7trimRxNRUYvNQNeEOU07KEiCAfic2CTvFtnoqFV1/2YRqsniJLokfsJVqA==}
|
||||||
engines: {node: '>=18.12'}
|
engines: {node: '>=18.12'}
|
||||||
|
|
||||||
'@pnpm/catalogs.types@1000.0.0':
|
'@pnpm/catalogs.types@1000.0.0':
|
||||||
@ -455,12 +455,12 @@ packages:
|
|||||||
resolution: {integrity: sha512-ogUZCGf0/UILZt6d8PsO4gA4pXh7f0BumXeFkcCe4AQ65PXPKfAkHC0C30Lheh2EgFOpLZm3twDP1Eiww18gew==}
|
resolution: {integrity: sha512-ogUZCGf0/UILZt6d8PsO4gA4pXh7f0BumXeFkcCe4AQ65PXPKfAkHC0C30Lheh2EgFOpLZm3twDP1Eiww18gew==}
|
||||||
engines: {node: '>=14.19'}
|
engines: {node: '>=14.19'}
|
||||||
|
|
||||||
'@pnpm/parse-overrides@1000.0.2':
|
'@pnpm/parse-overrides@1001.0.0':
|
||||||
resolution: {integrity: sha512-NII/zHEDIqtSNkDS39TD0r6ukKdZaQPwn6EjDEHYFacgbHN2d3i261paQvm0Pm0oX4svV+5x5YWHUTIbQJItDg==}
|
resolution: {integrity: sha512-yTf60b3QCDk84OwfSRdZ5xkqlWhxnjd8/VKPrdZCGQYxcKTLHCQnlFj8PL6FoR43U230TJuBKgL91Uvk/Q0M5g==}
|
||||||
engines: {node: '>=18.12'}
|
engines: {node: '>=18.12'}
|
||||||
|
|
||||||
'@pnpm/parse-wanted-dependency@1000.0.0':
|
'@pnpm/parse-wanted-dependency@1001.0.0':
|
||||||
resolution: {integrity: sha512-SKK9m7leIQ0u6S+/LXREF0wTrFnyKiirLza6Dt0l7CL9pZdZtuI3mMvz6gNBFnIjTKJPwacdqRywT3bfK8W+FQ==}
|
resolution: {integrity: sha512-cIZao+Jdu/4znu76d3ttAWBycDj6GWKiDVNlx1GVgqYgS/Qn7ak3Lm0FGIMAIHr5oOnX63jwzKIhW35AHNaTjQ==}
|
||||||
engines: {node: '>=18.12'}
|
engines: {node: '>=18.12'}
|
||||||
|
|
||||||
'@pnpm/read-project-manifest@4.1.1':
|
'@pnpm/read-project-manifest@4.1.1':
|
||||||
@ -578,6 +578,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==}
|
resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
|
|
||||||
|
'@sindresorhus/is@7.0.1':
|
||||||
|
resolution: {integrity: sha512-QWLl2P+rsCJeofkDNIT3WFmb6NrRud1SUYW8dIhXK/46XFV8Q/g7Bsvib0Askb0reRLe+WYPeeE+l5cH7SlkuQ==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
'@smithy/abort-controller@4.0.2':
|
'@smithy/abort-controller@4.0.2':
|
||||||
resolution: {integrity: sha512-Sl/78VDtgqKxN2+1qduaVE140XF+Xg+TafkncspwM4jFP/LHr76ZHmIY/y3V1M0mMLNk+Je6IGbzxy23RSToMw==}
|
resolution: {integrity: sha512-Sl/78VDtgqKxN2+1qduaVE140XF+Xg+TafkncspwM4jFP/LHr76ZHmIY/y3V1M0mMLNk+Je6IGbzxy23RSToMw==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
@ -1210,8 +1214,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-onMB0OkDjkXunhdW9htFjEhqrD54+M94i6ackoUkjHKbRnXdyEyKRelp4nJ1kAz32+s27jP1FsebpJCVl0BsvA==}
|
resolution: {integrity: sha512-onMB0OkDjkXunhdW9htFjEhqrD54+M94i6ackoUkjHKbRnXdyEyKRelp4nJ1kAz32+s27jP1FsebpJCVl0BsvA==}
|
||||||
engines: {node: '>=18.0'}
|
engines: {node: '>=18.0'}
|
||||||
|
|
||||||
cronstrue@2.59.0:
|
cronstrue@2.60.0:
|
||||||
resolution: {integrity: sha512-YKGmAy84hKH+hHIIER07VCAHf9u0Ldelx1uU6EBxsRPDXIA1m5fsKmJfyC3xBhw6cVC/1i83VdbL4PvepTrt8A==}
|
resolution: {integrity: sha512-wyjlMlSaKyRjpDh1WP1Oqcy98zMT0OPJlBgffIr8Edx1/ZDpwkTb9IOzHL7CipyW5va7eJ9hC4D1X7gtq8Cuww==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
cross-spawn@7.0.3:
|
cross-spawn@7.0.3:
|
||||||
@ -1280,9 +1284,9 @@ packages:
|
|||||||
des.js@1.1.0:
|
des.js@1.1.0:
|
||||||
resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==}
|
resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==}
|
||||||
|
|
||||||
detect-indent@6.1.0:
|
detect-indent@7.0.1:
|
||||||
resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==}
|
resolution: {integrity: sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=12.20'}
|
||||||
|
|
||||||
detect-libc@2.0.3:
|
detect-libc@2.0.3:
|
||||||
resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
|
resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
|
||||||
@ -1451,9 +1455,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
|
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
find-up@5.0.0:
|
find-up@7.0.0:
|
||||||
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
|
resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
for-each@0.3.3:
|
for-each@0.3.3:
|
||||||
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
|
resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==}
|
||||||
@ -1660,8 +1664,8 @@ packages:
|
|||||||
ieee754@1.2.1:
|
ieee754@1.2.1:
|
||||||
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
|
||||||
|
|
||||||
ignore@7.0.3:
|
ignore@7.0.4:
|
||||||
resolution: {integrity: sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==}
|
resolution: {integrity: sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==}
|
||||||
engines: {node: '>= 4'}
|
engines: {node: '>= 4'}
|
||||||
|
|
||||||
immediate@3.0.6:
|
immediate@3.0.6:
|
||||||
@ -1826,8 +1830,8 @@ packages:
|
|||||||
json-parse-even-better-errors@2.3.1:
|
json-parse-even-better-errors@2.3.1:
|
||||||
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
|
resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==}
|
||||||
|
|
||||||
json-stringify-pretty-compact@3.0.0:
|
json-stringify-pretty-compact@4.0.0:
|
||||||
resolution: {integrity: sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA==}
|
resolution: {integrity: sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q==}
|
||||||
|
|
||||||
json-stringify-safe@5.0.1:
|
json-stringify-safe@5.0.1:
|
||||||
resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==}
|
resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==}
|
||||||
@ -1886,9 +1890,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
|
resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
locate-path@6.0.0:
|
locate-path@7.2.0:
|
||||||
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||||
|
|
||||||
lodash@4.17.21:
|
lodash@4.17.21:
|
||||||
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
||||||
@ -1937,8 +1941,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==}
|
resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
markdown-table@2.0.0:
|
markdown-table@3.0.4:
|
||||||
resolution: {integrity: sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==}
|
resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==}
|
||||||
|
|
||||||
matcher@3.0.0:
|
matcher@3.0.0:
|
||||||
resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==}
|
resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==}
|
||||||
@ -2098,9 +2102,9 @@ packages:
|
|||||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
nanoid@3.3.8:
|
nanoid@5.1.5:
|
||||||
resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==}
|
resolution: {integrity: sha512-Ir/+ZpE9fDsNH0hQ3C68uyThDXzYcim2EqcZ8zn8Chtt1iylPT9xXJB0kPCnqzgcEGikO9RxSrh63MsmVCU7Fw==}
|
||||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
engines: {node: ^18 || >=20}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
napi-build-utils@1.0.2:
|
napi-build-utils@1.0.2:
|
||||||
@ -2196,17 +2200,17 @@ packages:
|
|||||||
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
|
|
||||||
p-limit@3.1.0:
|
p-limit@4.0.0:
|
||||||
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||||
|
|
||||||
p-locate@4.1.0:
|
p-locate@4.1.0:
|
||||||
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
|
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
p-locate@5.0.0:
|
p-locate@6.0.0:
|
||||||
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||||
|
|
||||||
p-map@2.1.0:
|
p-map@2.1.0:
|
||||||
resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==}
|
resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==}
|
||||||
@ -2260,6 +2264,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
|
path-exists@5.0.0:
|
||||||
|
resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==}
|
||||||
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||||
|
|
||||||
path-is-absolute@1.0.1:
|
path-is-absolute@1.0.1:
|
||||||
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
@ -2410,8 +2418,8 @@ packages:
|
|||||||
remark@13.0.0:
|
remark@13.0.0:
|
||||||
resolution: {integrity: sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==}
|
resolution: {integrity: sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==}
|
||||||
|
|
||||||
renovate@40.0.6:
|
renovate@40.11.7:
|
||||||
resolution: {integrity: sha512-+8kiWAyfDFZ3F8uRjuIeCqbkmzF8Qd2zwLV1Nh1mEbsguFIBu3nE4L9t3JHFGOp98a8C7K+ri0HPOkJDD0yikA==}
|
resolution: {integrity: sha512-7fb5nAnG3Dqu1j6PV/raafHpjnH+1OOyeOy1tOpq6MQ925UciHBxaecFzMD2oZ3w030iRDPan+PcVacMnnvJqw==}
|
||||||
engines: {node: ^22.13.0, pnpm: ^10.0.0}
|
engines: {node: ^22.13.0, pnpm: ^10.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@ -2767,6 +2775,10 @@ packages:
|
|||||||
undici-types@6.19.8:
|
undici-types@6.19.8:
|
||||||
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
|
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
|
||||||
|
|
||||||
|
unicorn-magic@0.1.0:
|
||||||
|
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
unified@9.2.2:
|
unified@9.2.2:
|
||||||
resolution: {integrity: sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==}
|
resolution: {integrity: sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==}
|
||||||
|
|
||||||
@ -2806,8 +2818,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==}
|
resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==}
|
||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
|
|
||||||
url-join@4.0.1:
|
url-join@5.0.0:
|
||||||
resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==}
|
resolution: {integrity: sha512-n2huDr9h9yzd6exQVnH/jU5mr+Pfx08LRXXZhkLLetAMESRj+anQsTAh940iMrIetKAmry9coFuZQ2jY8/p3WA==}
|
||||||
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||||
|
|
||||||
util-deprecate@1.0.2:
|
util-deprecate@1.0.2:
|
||||||
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
||||||
@ -2940,12 +2953,12 @@ packages:
|
|||||||
yauzl@2.10.0:
|
yauzl@2.10.0:
|
||||||
resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==}
|
resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==}
|
||||||
|
|
||||||
yocto-queue@0.1.0:
|
yocto-queue@1.2.1:
|
||||||
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=12.20'}
|
||||||
|
|
||||||
zod@3.24.3:
|
zod@3.24.4:
|
||||||
resolution: {integrity: sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg==}
|
resolution: {integrity: sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==}
|
||||||
|
|
||||||
zwitch@1.0.5:
|
zwitch@1.0.5:
|
||||||
resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==}
|
resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==}
|
||||||
@ -3988,11 +4001,11 @@ snapshots:
|
|||||||
'@pkgjs/parseargs@0.11.0':
|
'@pkgjs/parseargs@0.11.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@pnpm/catalogs.protocol-parser@1000.0.0': {}
|
'@pnpm/catalogs.protocol-parser@1001.0.0': {}
|
||||||
|
|
||||||
'@pnpm/catalogs.resolver@1000.0.2':
|
'@pnpm/catalogs.resolver@1000.0.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@pnpm/catalogs.protocol-parser': 1000.0.0
|
'@pnpm/catalogs.protocol-parser': 1001.0.0
|
||||||
'@pnpm/error': 1000.0.2
|
'@pnpm/error': 1000.0.2
|
||||||
|
|
||||||
'@pnpm/catalogs.types@1000.0.0': {}
|
'@pnpm/catalogs.types@1000.0.0': {}
|
||||||
@ -4013,14 +4026,14 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
graceful-fs: 4.2.11
|
graceful-fs: 4.2.11
|
||||||
|
|
||||||
'@pnpm/parse-overrides@1000.0.2':
|
'@pnpm/parse-overrides@1001.0.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@pnpm/catalogs.resolver': 1000.0.2
|
'@pnpm/catalogs.resolver': 1000.0.3
|
||||||
'@pnpm/catalogs.types': 1000.0.0
|
'@pnpm/catalogs.types': 1000.0.0
|
||||||
'@pnpm/error': 1000.0.2
|
'@pnpm/error': 1000.0.2
|
||||||
'@pnpm/parse-wanted-dependency': 1000.0.0
|
'@pnpm/parse-wanted-dependency': 1001.0.0
|
||||||
|
|
||||||
'@pnpm/parse-wanted-dependency@1000.0.0':
|
'@pnpm/parse-wanted-dependency@1001.0.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
validate-npm-package-name: 5.0.0
|
validate-npm-package-name: 5.0.0
|
||||||
|
|
||||||
@ -4114,7 +4127,7 @@ snapshots:
|
|||||||
fs-extra: 11.3.0
|
fs-extra: 11.3.0
|
||||||
toml-eslint-parser: 0.10.0
|
toml-eslint-parser: 0.10.0
|
||||||
upath: 2.0.1
|
upath: 2.0.1
|
||||||
zod: 3.24.3
|
zod: 3.24.4
|
||||||
|
|
||||||
'@renovatebot/kbpgp@4.0.1':
|
'@renovatebot/kbpgp@4.0.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -4157,6 +4170,8 @@ snapshots:
|
|||||||
|
|
||||||
'@sindresorhus/is@4.6.0': {}
|
'@sindresorhus/is@4.6.0': {}
|
||||||
|
|
||||||
|
'@sindresorhus/is@7.0.1': {}
|
||||||
|
|
||||||
'@smithy/abort-controller@4.0.2':
|
'@smithy/abort-controller@4.0.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@smithy/types': 4.2.0
|
'@smithy/types': 4.2.0
|
||||||
@ -4995,7 +5010,7 @@ snapshots:
|
|||||||
|
|
||||||
croner@9.0.0: {}
|
croner@9.0.0: {}
|
||||||
|
|
||||||
cronstrue@2.59.0: {}
|
cronstrue@2.60.0: {}
|
||||||
|
|
||||||
cross-spawn@7.0.3:
|
cross-spawn@7.0.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5058,7 +5073,7 @@ snapshots:
|
|||||||
inherits: 2.0.4
|
inherits: 2.0.4
|
||||||
minimalistic-assert: 1.0.1
|
minimalistic-assert: 1.0.1
|
||||||
|
|
||||||
detect-indent@6.1.0: {}
|
detect-indent@7.0.1: {}
|
||||||
|
|
||||||
detect-libc@2.0.3:
|
detect-libc@2.0.3:
|
||||||
optional: true
|
optional: true
|
||||||
@ -5220,10 +5235,11 @@ snapshots:
|
|||||||
locate-path: 5.0.0
|
locate-path: 5.0.0
|
||||||
path-exists: 4.0.0
|
path-exists: 4.0.0
|
||||||
|
|
||||||
find-up@5.0.0:
|
find-up@7.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
locate-path: 6.0.0
|
locate-path: 7.2.0
|
||||||
path-exists: 4.0.0
|
path-exists: 5.0.0
|
||||||
|
unicorn-magic: 0.1.0
|
||||||
|
|
||||||
for-each@0.3.3:
|
for-each@0.3.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5493,7 +5509,7 @@ snapshots:
|
|||||||
ieee754@1.2.1:
|
ieee754@1.2.1:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
ignore@7.0.3: {}
|
ignore@7.0.4: {}
|
||||||
|
|
||||||
immediate@3.0.6: {}
|
immediate@3.0.6: {}
|
||||||
|
|
||||||
@ -5636,7 +5652,7 @@ snapshots:
|
|||||||
|
|
||||||
json-parse-even-better-errors@2.3.1: {}
|
json-parse-even-better-errors@2.3.1: {}
|
||||||
|
|
||||||
json-stringify-pretty-compact@3.0.0: {}
|
json-stringify-pretty-compact@4.0.0: {}
|
||||||
|
|
||||||
json-stringify-safe@5.0.1: {}
|
json-stringify-safe@5.0.1: {}
|
||||||
|
|
||||||
@ -5699,9 +5715,9 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
p-locate: 4.1.0
|
p-locate: 4.1.0
|
||||||
|
|
||||||
locate-path@6.0.0:
|
locate-path@7.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
p-locate: 5.0.0
|
p-locate: 6.0.0
|
||||||
|
|
||||||
lodash@4.17.21: {}
|
lodash@4.17.21: {}
|
||||||
|
|
||||||
@ -5756,9 +5772,7 @@ snapshots:
|
|||||||
punycode.js: 2.3.1
|
punycode.js: 2.3.1
|
||||||
uc.micro: 2.1.0
|
uc.micro: 2.1.0
|
||||||
|
|
||||||
markdown-table@2.0.0:
|
markdown-table@3.0.4: {}
|
||||||
dependencies:
|
|
||||||
repeat-string: 1.6.1
|
|
||||||
|
|
||||||
matcher@3.0.0:
|
matcher@3.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -5947,7 +5961,7 @@ snapshots:
|
|||||||
|
|
||||||
nanoid@3.3.11: {}
|
nanoid@3.3.11: {}
|
||||||
|
|
||||||
nanoid@3.3.8: {}
|
nanoid@5.1.5: {}
|
||||||
|
|
||||||
napi-build-utils@1.0.2:
|
napi-build-utils@1.0.2:
|
||||||
optional: true
|
optional: true
|
||||||
@ -6046,17 +6060,17 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
p-try: 2.2.0
|
p-try: 2.2.0
|
||||||
|
|
||||||
p-limit@3.1.0:
|
p-limit@4.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
yocto-queue: 0.1.0
|
yocto-queue: 1.2.1
|
||||||
|
|
||||||
p-locate@4.1.0:
|
p-locate@4.1.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
p-limit: 2.3.0
|
p-limit: 2.3.0
|
||||||
|
|
||||||
p-locate@5.0.0:
|
p-locate@6.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
p-limit: 3.1.0
|
p-limit: 4.0.0
|
||||||
|
|
||||||
p-map@2.1.0: {}
|
p-map@2.1.0: {}
|
||||||
|
|
||||||
@ -6112,6 +6126,8 @@ snapshots:
|
|||||||
|
|
||||||
path-exists@4.0.0: {}
|
path-exists@4.0.0: {}
|
||||||
|
|
||||||
|
path-exists@5.0.0: {}
|
||||||
|
|
||||||
path-is-absolute@1.0.1:
|
path-is-absolute@1.0.1:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
@ -6144,7 +6160,7 @@ snapshots:
|
|||||||
|
|
||||||
postcss@8.4.47:
|
postcss@8.4.47:
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid: 3.3.8
|
nanoid: 3.3.11
|
||||||
picocolors: 1.1.0
|
picocolors: 1.1.0
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
@ -6308,7 +6324,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
renovate@40.0.6(encoding@0.1.13)(typanion@3.14.0):
|
renovate@40.11.7(encoding@0.1.13)(typanion@3.14.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@aws-sdk/client-codecommit': 3.799.0
|
'@aws-sdk/client-codecommit': 3.799.0
|
||||||
'@aws-sdk/client-ec2': 3.800.0
|
'@aws-sdk/client-ec2': 3.800.0
|
||||||
@ -6334,14 +6350,14 @@ snapshots:
|
|||||||
'@opentelemetry/sdk-trace-base': 2.0.0(@opentelemetry/api@1.9.0)
|
'@opentelemetry/sdk-trace-base': 2.0.0(@opentelemetry/api@1.9.0)
|
||||||
'@opentelemetry/sdk-trace-node': 2.0.0(@opentelemetry/api@1.9.0)
|
'@opentelemetry/sdk-trace-node': 2.0.0(@opentelemetry/api@1.9.0)
|
||||||
'@opentelemetry/semantic-conventions': 1.32.0
|
'@opentelemetry/semantic-conventions': 1.32.0
|
||||||
'@pnpm/parse-overrides': 1000.0.2
|
'@pnpm/parse-overrides': 1001.0.0
|
||||||
'@qnighy/marshal': 0.1.3
|
'@qnighy/marshal': 0.1.3
|
||||||
'@renovatebot/detect-tools': 1.1.0
|
'@renovatebot/detect-tools': 1.1.0
|
||||||
'@renovatebot/kbpgp': 4.0.1
|
'@renovatebot/kbpgp': 4.0.1
|
||||||
'@renovatebot/osv-offline': 1.6.5
|
'@renovatebot/osv-offline': 1.6.5
|
||||||
'@renovatebot/pep440': 4.1.0
|
'@renovatebot/pep440': 4.1.0
|
||||||
'@renovatebot/ruby-semver': 4.0.0
|
'@renovatebot/ruby-semver': 4.0.0
|
||||||
'@sindresorhus/is': 4.6.0
|
'@sindresorhus/is': 7.0.1
|
||||||
'@yarnpkg/core': 4.4.1(typanion@3.14.0)
|
'@yarnpkg/core': 4.4.1(typanion@3.14.0)
|
||||||
'@yarnpkg/parsers': 3.0.3
|
'@yarnpkg/parsers': 3.0.3
|
||||||
agentkeepalive: 4.6.0
|
agentkeepalive: 4.6.0
|
||||||
@ -6358,10 +6374,10 @@ snapshots:
|
|||||||
commander: 13.1.0
|
commander: 13.1.0
|
||||||
conventional-commits-detector: 1.0.3
|
conventional-commits-detector: 1.0.3
|
||||||
croner: 9.0.0
|
croner: 9.0.0
|
||||||
cronstrue: 2.59.0
|
cronstrue: 2.60.0
|
||||||
deepmerge: 4.3.1
|
deepmerge: 4.3.1
|
||||||
dequal: 2.0.3
|
dequal: 2.0.3
|
||||||
detect-indent: 6.1.0
|
detect-indent: 7.0.1
|
||||||
diff: 7.0.0
|
diff: 7.0.0
|
||||||
editorconfig: 2.0.1
|
editorconfig: 2.0.1
|
||||||
email-addresses: 5.0.0
|
email-addresses: 5.0.0
|
||||||
@ -6370,7 +6386,7 @@ snapshots:
|
|||||||
emojibase-regex: 16.0.0
|
emojibase-regex: 16.0.0
|
||||||
extract-zip: 2.0.1
|
extract-zip: 2.0.1
|
||||||
find-packages: 10.0.4
|
find-packages: 10.0.4
|
||||||
find-up: 5.0.0
|
find-up: 7.0.0
|
||||||
fs-extra: 11.3.0
|
fs-extra: 11.3.0
|
||||||
git-url-parse: 16.1.0
|
git-url-parse: 16.1.0
|
||||||
github-url-from-git: 1.5.0
|
github-url-from-git: 1.5.0
|
||||||
@ -6381,21 +6397,21 @@ snapshots:
|
|||||||
got: 11.8.6
|
got: 11.8.6
|
||||||
graph-data-structure: 4.5.0
|
graph-data-structure: 4.5.0
|
||||||
handlebars: 4.7.8
|
handlebars: 4.7.8
|
||||||
ignore: 7.0.3
|
ignore: 7.0.4
|
||||||
ini: 5.0.0
|
ini: 5.0.0
|
||||||
json-dup-key-validator: 1.0.3
|
json-dup-key-validator: 1.0.3
|
||||||
json-stringify-pretty-compact: 3.0.0
|
json-stringify-pretty-compact: 4.0.0
|
||||||
json5: 2.2.3
|
json5: 2.2.3
|
||||||
jsonata: 2.0.6
|
jsonata: 2.0.6
|
||||||
jsonc-parser: 3.3.1
|
jsonc-parser: 3.3.1
|
||||||
klona: 2.0.6
|
klona: 2.0.6
|
||||||
luxon: 3.6.1
|
luxon: 3.6.1
|
||||||
markdown-it: 14.1.0
|
markdown-it: 14.1.0
|
||||||
markdown-table: 2.0.0
|
markdown-table: 3.0.4
|
||||||
minimatch: 10.0.1
|
minimatch: 10.0.1
|
||||||
moo: 0.5.2
|
moo: 0.5.2
|
||||||
ms: 2.1.3
|
ms: 2.1.3
|
||||||
nanoid: 3.3.11
|
nanoid: 5.1.5
|
||||||
neotraverse: 0.6.18
|
neotraverse: 0.6.18
|
||||||
node-html-parser: 7.0.1
|
node-html-parser: 7.0.1
|
||||||
p-all: 3.0.0
|
p-all: 3.0.0
|
||||||
@ -6420,12 +6436,12 @@ snapshots:
|
|||||||
toml-eslint-parser: 0.10.0
|
toml-eslint-parser: 0.10.0
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
upath: 2.0.1
|
upath: 2.0.1
|
||||||
url-join: 4.0.1
|
url-join: 5.0.0
|
||||||
validate-npm-package-name: 6.0.0
|
validate-npm-package-name: 6.0.0
|
||||||
vuln-vects: 1.1.0
|
vuln-vects: 1.1.0
|
||||||
xmldoc: 1.3.0
|
xmldoc: 1.3.0
|
||||||
yaml: 2.7.1
|
yaml: 2.7.1
|
||||||
zod: 3.24.3
|
zod: 3.24.4
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
better-sqlite3: 11.9.1
|
better-sqlite3: 11.9.1
|
||||||
openpgp: 6.1.0
|
openpgp: 6.1.0
|
||||||
@ -6802,6 +6818,8 @@ snapshots:
|
|||||||
|
|
||||||
undici-types@6.19.8: {}
|
undici-types@6.19.8: {}
|
||||||
|
|
||||||
|
unicorn-magic@0.1.0: {}
|
||||||
|
|
||||||
unified@9.2.2:
|
unified@9.2.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/unist': 2.0.11
|
'@types/unist': 2.0.11
|
||||||
@ -6851,7 +6869,7 @@ snapshots:
|
|||||||
|
|
||||||
upath@2.0.1: {}
|
upath@2.0.1: {}
|
||||||
|
|
||||||
url-join@4.0.1: {}
|
url-join@5.0.0: {}
|
||||||
|
|
||||||
util-deprecate@1.0.2: {}
|
util-deprecate@1.0.2: {}
|
||||||
|
|
||||||
@ -6988,8 +7006,8 @@ snapshots:
|
|||||||
buffer-crc32: 0.2.13
|
buffer-crc32: 0.2.13
|
||||||
fd-slicer: 1.1.0
|
fd-slicer: 1.1.0
|
||||||
|
|
||||||
yocto-queue@0.1.0: {}
|
yocto-queue@1.2.1: {}
|
||||||
|
|
||||||
zod@3.24.3: {}
|
zod@3.24.4: {}
|
||||||
|
|
||||||
zwitch@1.0.5: {}
|
zwitch@1.0.5: {}
|
||||||
|
Reference in New Issue
Block a user