From f983609da775ccc0bf16bc80b8d7690f3a450366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 22:34:10 +0000 Subject: [PATCH] Bump the packages group with 6 updates Bumps the packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [cookie](https://github.com/jshttp/cookie) | `1.0.2` | `1.1.1` | | [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `48.10.14` | `48.11.0` | | [@mapbox/node-pre-gyp](https://github.com/mapbox/node-pre-gyp) | `2.0.0` | `2.0.2` | | [abbrev](https://github.com/npm/abbrev-js) | `3.0.1` | `4.0.0` | | [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.260` | `1.5.261` | | [nopt](https://github.com/npm/nopt) | `8.1.0` | `9.0.0` | Updates `cookie` from 1.0.2 to 1.1.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v1.0.2...v1.1.1) Updates `vercel` from 48.10.14 to 48.11.0 - [Release notes](https://github.com/vercel/vercel/releases) - [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/vercel/vercel/commits/vercel@48.11.0/packages/cli) Updates `@mapbox/node-pre-gyp` from 2.0.0 to 2.0.2 - [Release notes](https://github.com/mapbox/node-pre-gyp/releases) - [Changelog](https://github.com/mapbox/node-pre-gyp/blob/master/CHANGELOG.md) - [Commits](https://github.com/mapbox/node-pre-gyp/compare/v2.0.0...v2.0.2) Updates `abbrev` from 3.0.1 to 4.0.0 - [Release notes](https://github.com/npm/abbrev-js/releases) - [Changelog](https://github.com/npm/abbrev-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/abbrev-js/compare/v3.0.1...v4.0.0) Updates `electron-to-chromium` from 1.5.260 to 1.5.261 - [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md) - [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.5.260...v1.5.261) Updates `nopt` from 8.1.0 to 9.0.0 - [Release notes](https://github.com/npm/nopt/releases) - [Changelog](https://github.com/npm/nopt/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/nopt/compare/v8.1.0...v9.0.0) --- updated-dependencies: - dependency-name: cookie dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: packages - dependency-name: vercel dependency-version: 48.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: packages - dependency-name: "@mapbox/node-pre-gyp" dependency-version: 2.0.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: packages - dependency-name: abbrev dependency-version: 4.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: packages - dependency-name: electron-to-chromium dependency-version: 1.5.261 dependency-type: indirect update-type: version-update:semver-patch dependency-group: packages - dependency-name: nopt dependency-version: 9.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: packages ... Signed-off-by: dependabot[bot] --- package.json | 4 +- pnpm-lock.yaml | 100 +++++++++++++++++++++++++++++++++++-------------- 2 files changed, 73 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index 2c5b5f1..f16b53d 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "tailwindcss": "4.1.17", "typescript": "^5.9.3", "typescript-eslint": "^8.48.0", - "vercel": "^48.10.14", + "vercel": "^48.11.0", "vite": "^7.2.4", "vite-plugin-solid": "^2.11.10", "vite-plugin-vercel": "^9.0.8" @@ -40,7 +40,7 @@ "@octokit/plugin-paginate-rest": "^14.0.0", "@solid-primitives/storage": "^4.3.3", "@vercel/functions": "^3.3.4", - "cookie": "^1.0.2", + "cookie": "^1.1.1", "solid-js": "^1.9.10" }, "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa31ddd..3689f18 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,8 +28,8 @@ importers: specifier: ^3.3.4 version: 3.3.4 cookie: - specifier: ^1.0.2 - version: 1.0.2 + specifier: ^1.1.1 + version: 1.1.1 solid-js: specifier: ^1.9.10 version: 1.9.10 @@ -92,8 +92,8 @@ importers: specifier: ^8.48.0 version: 8.48.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3) vercel: - specifier: ^48.10.14 - version: 48.10.14(rollup@4.53.3)(typescript@5.9.3) + specifier: ^48.11.0 + version: 48.11.0(rollup@4.53.3)(typescript@5.9.3) vite: specifier: ^7.2.4 version: 7.2.4(@types/node@24.10.1)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.19.2) @@ -610,6 +610,9 @@ packages: resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==} engines: {node: '>=18.18'} + '@iarna/toml@2.2.5': + resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==} + '@isaacs/balanced-match@4.0.1': resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==} engines: {node: 20 || >=22} @@ -649,8 +652,8 @@ packages: resolution: {integrity: sha512-3lBouSuF7CqlseLB+FKES0K4FQ02JrbEoRtJhxnsyB1s5v4AP03gsoohN8jp7DcOImhaR9scYdztq3/sLfk/qQ==} engines: {node: '>=14.18.0'} - '@mapbox/node-pre-gyp@2.0.0': - resolution: {integrity: sha512-llMXd39jtP0HpQLVI37Bf1m2ADlEb35GYSh1SDSLsBhR+5iCxiNGlT31yqbNtVHygHAtMy6dWFERpU2JgufhPg==} + '@mapbox/node-pre-gyp@2.0.2': + resolution: {integrity: sha512-pppEzxuUFmNoMb5YObyc4AAr/NrQGhNU/ZuSMLFxkC1JzrfZ4if2O0vI1JuD/oqxf+z/MNTARIekLmgL1PZg/A==} engines: {node: '>=18'} hasBin: true @@ -1331,15 +1334,18 @@ packages: '@vercel/ruby@2.2.2': resolution: {integrity: sha512-PgO3kVPPmYw914BQpgi2/NQSgaXe4xoLLdNhYuI7tJxwfZzVfYizNvhjREyoOvn96LeuB4gNS5P7nbeJjHqb/w==} + '@vercel/rust@1.0.3': + resolution: {integrity: sha512-u0kh2ZafuxTelXPRbv2/tR6cC9MBjgRhrzVuKxOZk7GyLnFwNTDuNwoP4iJ03yF1k5GqGYB0v+0Zvty67isAAQ==} + '@vercel/static-build@2.8.11': resolution: {integrity: sha512-iR287qgXdN4cSzQxvJsYaZqfEZteLx/OsS32fwMhkjGthqqoHVyKwidKaeNyA7LS+bTWwdRRzETDW/PZHl/6uQ==} '@vercel/static-config@3.1.2': resolution: {integrity: sha512-2d+TXr6K30w86a+WbMbGm2W91O0UzO5VeemZYBBUJbCjk/5FLLGIi8aV6RS2+WmaRvtcqNTn2pUA7nCOK3bGcQ==} - abbrev@3.0.1: - resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==} - engines: {node: ^18.17.0 || >=20.5.0} + abbrev@4.0.0: + resolution: {integrity: sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==} + engines: {node: ^20.17.0 || >=22.9.0} acorn-import-attributes@1.9.5: resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==} @@ -1564,8 +1570,8 @@ packages: cookie-es@2.0.0: resolution: {integrity: sha512-RAj4E421UYRgqokKUmotqAwuplYw15qtdXfY+hGzgCJ/MBjCVZcSoHK/kH9kocfjRjcDME7IiDWR/1WX1TM2Pg==} - cookie@1.0.2: - resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} + cookie@1.1.1: + resolution: {integrity: sha512-ei8Aos7ja0weRpFzJnEA9UHJ/7XQmqglbRwnf2ATjcB9Wq874VKH9kfjjirM6UhU2/E5fFYadylyhFldcqSidQ==} engines: {node: '>=18'} create-require@1.1.1: @@ -1656,8 +1662,8 @@ packages: engines: {node: '>=16'} hasBin: true - electron-to-chromium@1.5.260: - resolution: {integrity: sha512-ov8rBoOBhVawpzdre+Cmz4FB+y66Eqrk6Gwqd8NGxuhv99GQ8XqMAr351KEkOt7gukXWDg6gJWEMKgL2RLMPtA==} + electron-to-chromium@1.5.261: + resolution: {integrity: sha512-cmyHEWFqEt3ICUNF93ShneOF47DHoSDbLb7E/AonsWcbzg95N+kPXeLNfkdzgTT/vEUcoW76fxbLBkeYtfoM8A==} end-of-stream@1.1.0: resolution: {integrity: sha512-EoulkdKF/1xa92q25PbjuDcgJ9RDHYU2Rs3SCIvs2/dSQ3BpmxneNHmA/M7fe60M3PrV7nNGTTNbkK62l6vXiQ==} @@ -1853,6 +1859,10 @@ packages: resolution: {integrity: sha512-kJJfVbI/lZE1PZYDI5VPxp8zXPO9rtxOkhpZ0jMKha56AI9y2gGVC6bkukStQf0ka5Rh15BA5m7cCCH4jmHqkw==} engines: {node: ^8.12.0 || >=9.7.0} + execa@5.1.1: + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} + fast-content-type-parse@3.0.0: resolution: {integrity: sha512-ZvLdcY8P+N8mGQJahJV5G4U88CSvT1rP8ApL6uETe88MBXrBHAkZlSEySdUlyztF7ccb+Znos3TFqaepHxdhBg==} @@ -1963,6 +1973,10 @@ packages: resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} engines: {node: '>=8'} + get-stream@6.0.1: + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} + get-symbol-description@1.1.0: resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} engines: {node: '>= 0.4'} @@ -2059,6 +2073,10 @@ packages: resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} engines: {node: '>=8.12.0'} + human-signals@2.1.0: + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} + iconv-lite@0.4.24: resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} engines: {node: '>=0.10.0'} @@ -2524,9 +2542,9 @@ packages: node-releases@2.0.27: resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} - nopt@8.1.0: - resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==} - engines: {node: ^18.17.0 || >=20.5.0} + nopt@9.0.0: + resolution: {integrity: sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==} + engines: {node: ^20.17.0 || >=22.9.0} hasBin: true normalize-range@0.1.2: @@ -3077,8 +3095,8 @@ packages: v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} - vercel@48.10.14: - resolution: {integrity: sha512-uUukZtsRWF5nxOWkt7Rt0+IPu07rMmAC9vCCEbnatrfu1SLE+/9aZfverJjhUzCLdC9sm0JVxI+g7Er4A8yDqA==} + vercel@48.11.0: + resolution: {integrity: sha512-q9zVkONGB5KzuSQOUQ/U/ob0yIHieSkCBATQOn2gnCB7Gyz/rRyXaqaHR0J0DeOGun39DO2KlvcFhs05oH6OCA==} engines: {node: '>= 18'} hasBin: true @@ -3621,6 +3639,8 @@ snapshots: '@humanwhocodes/retry@0.4.3': {} + '@iarna/toml@2.2.5': {} + '@isaacs/balanced-match@4.0.1': {} '@isaacs/brace-expansion@5.0.0': @@ -3665,13 +3685,13 @@ snapshots: jju: 1.4.0 js-yaml: 4.1.1 - '@mapbox/node-pre-gyp@2.0.0': + '@mapbox/node-pre-gyp@2.0.2': dependencies: consola: 3.4.2 detect-libc: 2.1.2 https-proxy-agent: 7.0.6 node-fetch: 2.7.0 - nopt: 8.1.0 + nopt: 9.0.0 semver: 7.7.3 tar: 7.5.2 transitivePeerDependencies: @@ -4341,7 +4361,7 @@ snapshots: '@vercel/nft@0.27.10(rollup@4.53.3)': dependencies: - '@mapbox/node-pre-gyp': 2.0.0 + '@mapbox/node-pre-gyp': 2.0.2 '@rollup/pluginutils': 5.3.0(rollup@4.53.3) acorn: 8.15.0 acorn-import-attributes: 1.9.5(acorn@8.15.0) @@ -4360,7 +4380,7 @@ snapshots: '@vercel/nft@1.1.0(rollup@4.53.3)': dependencies: - '@mapbox/node-pre-gyp': 2.0.0 + '@mapbox/node-pre-gyp': 2.0.2 '@rollup/pluginutils': 5.3.0(rollup@4.53.3) acorn: 8.15.0 acorn-import-attributes: 1.9.5(acorn@8.15.0) @@ -4446,6 +4466,11 @@ snapshots: '@vercel/ruby@2.2.2': {} + '@vercel/rust@1.0.3': + dependencies: + '@iarna/toml': 2.2.5 + execa: 5.1.1 + '@vercel/static-build@2.8.11': dependencies: '@vercel/gatsby-plugin-vercel-analytics': 1.0.11 @@ -4459,7 +4484,7 @@ snapshots: json-schema-to-ts: 1.6.4 ts-morph: 12.0.0 - abbrev@3.0.1: {} + abbrev@4.0.0: {} acorn-import-attributes@1.9.5(acorn@8.15.0): dependencies: @@ -4626,7 +4651,7 @@ snapshots: dependencies: baseline-browser-mapping: 2.8.31 caniuse-lite: 1.0.30001757 - electron-to-chromium: 1.5.260 + electron-to-chromium: 1.5.261 node-releases: 2.0.27 update-browserslist-db: 1.1.4(browserslist@4.28.0) @@ -4690,7 +4715,7 @@ snapshots: cookie-es@2.0.0: {} - cookie@1.0.2: {} + cookie@1.1.1: {} create-require@1.1.1: {} @@ -4776,7 +4801,7 @@ snapshots: signal-exit: 4.0.2 time-span: 4.0.0 - electron-to-chromium@1.5.260: {} + electron-to-chromium@1.5.261: {} end-of-stream@1.1.0: dependencies: @@ -5128,6 +5153,18 @@ snapshots: signal-exit: 3.0.7 strip-final-newline: 2.0.0 + execa@5.1.1: + dependencies: + cross-spawn: 7.0.6 + get-stream: 6.0.1 + human-signals: 2.1.0 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + signal-exit: 3.0.7 + strip-final-newline: 2.0.0 + fast-content-type-parse@3.0.0: {} fast-deep-equal@3.1.3: {} @@ -5240,6 +5277,8 @@ snapshots: dependencies: pump: 3.0.3 + get-stream@6.0.1: {} + get-symbol-description@1.1.0: dependencies: call-bound: 1.0.4 @@ -5343,6 +5382,8 @@ snapshots: human-signals@1.1.1: {} + human-signals@2.1.0: {} + iconv-lite@0.4.24: dependencies: safer-buffer: 2.1.2 @@ -5728,9 +5769,9 @@ snapshots: node-releases@2.0.27: {} - nopt@8.1.0: + nopt@9.0.0: dependencies: - abbrev: 3.0.1 + abbrev: 4.0.0 normalize-range@0.1.2: {} @@ -6368,7 +6409,7 @@ snapshots: v8-compile-cache-lib@3.0.1: {} - vercel@48.10.14(rollup@4.53.3)(typescript@5.9.3): + vercel@48.11.0(rollup@4.53.3)(typescript@5.9.3): dependencies: '@vercel/backends': 0.0.12(rollup@4.53.3)(typescript@5.9.3) '@vercel/blob': 1.0.2 @@ -6388,6 +6429,7 @@ snapshots: '@vercel/redwood': 2.4.3(rollup@4.53.3) '@vercel/remix-builder': 5.5.3(rollup@4.53.3) '@vercel/ruby': 2.2.2 + '@vercel/rust': 1.0.3 '@vercel/static-build': 2.8.11 chokidar: 4.0.0 jose: 5.9.6