Upgrade got to v14 (#4106)

This commit is contained in:
Dotan Simha 2024-02-28 16:56:58 +02:00 committed by GitHub
parent 923b58e783
commit 3834dd23cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 380 additions and 58 deletions

View file

@ -128,7 +128,8 @@
"@graphiql/react@0.18.0-alpha.0": "patches/@graphiql__react@0.18.0-alpha.0.patch",
"nextra-theme-docs@2.12.3": "patches/nextra-theme-docs@2.12.3.patch",
"@theguild/components@5.2.4": "patches/@theguild__components@5.2.4.patch",
"nextra@2.12.3": "patches/nextra@2.12.3.patch"
"nextra@2.12.3": "patches/nextra@2.12.3.patch",
"got@14.2.0": "patches/got@14.2.0.patch"
}
}
}

View file

@ -25,7 +25,7 @@
"bcryptjs": "2.4.3",
"copyfiles": "2.4.1",
"dotenv": "16.4.5",
"got": "12.6.1",
"got": "14.2.0",
"p-limit": "4.0.0",
"pg-promise": "11.5.4",
"slonik": "30.4.4",

View file

@ -42,7 +42,7 @@
"dataloader": "2.2.2",
"date-fns": "3.3.1",
"fast-json-stable-stringify": "2.1.0",
"got": "12.6.1",
"got": "14.2.0",
"graphql": "16.8.1",
"graphql-modules": "2.3.0",
"graphql-parse-resolve-info": "4.13.0",

View file

@ -20,7 +20,7 @@
"@whatwg-node/fetch": "0.9.16",
"date-fns": "3.3.1",
"dotenv": "16.4.5",
"got": "12.6.1",
"got": "14.2.0",
"pino-pretty": "10.3.1",
"reflect-metadata": "0.2.1",
"tslib": "2.6.2",

View file

@ -24,7 +24,7 @@
"dotenv": "16.4.5",
"fast-json-stable-stringify": "2.1.0",
"fastify": "4.26.1",
"got": "12.6.1",
"got": "14.2.0",
"graphql": "16.8.1",
"ioredis": "5.3.2",
"ioredis-mock": "8.9.0",

View file

@ -35,7 +35,7 @@
"@whatwg-node/server": "0.9.25",
"dotenv": "16.4.5",
"fastify": "4.26.1",
"got": "12.6.1",
"got": "14.2.0",
"graphql": "16.8.1",
"graphql-yoga": "5.1.1",
"hyperid": "3.2.0",

View file

@ -25,7 +25,7 @@
"@types/pg": "8.11.1",
"dotenv": "16.4.5",
"fast-json-stable-stringify": "2.1.0",
"got": "12.6.1",
"got": "14.2.0",
"param-case": "3.0.4",
"pg-promise": "11.5.4",
"slonik": "30.4.4",

View file

@ -19,7 +19,7 @@
"@whatwg-node/fetch": "0.9.16",
"date-fns": "3.3.1",
"dotenv": "16.4.5",
"got": "12.6.1",
"got": "14.2.0",
"pino-pretty": "10.3.1",
"reflect-metadata": "0.2.1",
"stripe": "14.18.0",

View file

@ -17,7 +17,7 @@
"@trpc/server": "10.45.1",
"@whatwg-node/fetch": "0.9.16",
"dotenv": "16.4.5",
"got": "12.6.1",
"got": "14.2.0",
"pino-pretty": "10.3.1",
"reflect-metadata": "0.2.1",
"tslib": "2.6.2",

View file

@ -17,7 +17,7 @@
"agentkeepalive": "4.5.0",
"date-fns": "3.3.1",
"dotenv": "16.4.5",
"got": "12.6.1",
"got": "14.2.0",
"graphql": "16.8.1",
"kafkajs": "2.2.4",
"pino-pretty": "10.3.1",

View file

@ -19,7 +19,7 @@
"@whatwg-node/fetch": "0.9.16",
"ajv": "8.12.0",
"dotenv": "16.4.5",
"got": "12.6.1",
"got": "14.2.0",
"graphql": "16.8.1",
"kafkajs": "2.2.4",
"pino-pretty": "10.3.1",

View file

@ -17,7 +17,7 @@
"bullmq": "5.3.3",
"copyfiles": "2.4.1",
"dotenv": "16.4.5",
"got": "12.6.1",
"got": "14.2.0",
"ioredis": "5.3.2",
"p-timeout": "6.1.2",
"pino-pretty": "10.3.1",

307
patches/got@14.2.0.patch Normal file
View file

@ -0,0 +1,307 @@
diff --git a/package.json b/package.json
index 901cd3b836eeb2a42b7c75d9d4663b5401e8d225..6190d371acce4ddd7c2c3600ce9d1738b7e44419 100644
--- a/package.json
+++ b/package.json
@@ -1,152 +1,152 @@
{
- "name": "got",
- "version": "14.2.0",
- "description": "Human-friendly and powerful HTTP request library for Node.js",
- "license": "MIT",
- "repository": "sindresorhus/got",
- "funding": "https://github.com/sindresorhus/got?sponsor=1",
- "type": "module",
- "exports": {
- "types": "./dist/source/index.d.ts",
- "default": "./dist/source/index.js"
- },
- "sideEffects": false,
- "engines": {
- "node": ">=20"
- },
- "scripts": {
- "test": "xo && tsc --noEmit && NODE_OPTIONS='--import=tsx/esm' ava",
- "release": "np",
- "build": "del-cli dist && tsc",
- "prepare": "npm run build"
- },
- "files": [
- "dist/source"
- ],
- "keywords": [
- "http",
- "https",
- "http2",
- "get",
- "got",
- "url",
- "uri",
- "request",
- "simple",
- "curl",
- "wget",
- "fetch",
- "net",
- "network",
- "gzip",
- "brotli",
- "requests",
- "human-friendly",
- "axios",
- "superagent",
- "node-fetch",
- "ky"
- ],
- "dependencies": {
- "@sindresorhus/is": "^6.1.0",
- "@szmarczak/http-timer": "^5.0.1",
- "cacheable-lookup": "^7.0.0",
- "cacheable-request": "^10.2.14",
- "decompress-response": "^6.0.0",
- "form-data-encoder": "^4.0.2",
- "get-stream": "^8.0.1",
- "http2-wrapper": "^2.2.1",
- "lowercase-keys": "^3.0.0",
- "p-cancelable": "^4.0.1",
- "responselike": "^3.0.0"
- },
- "devDependencies": {
- "@hapi/bourne": "^3.0.0",
- "@sindresorhus/tsconfig": "^5.0.0",
- "@sinonjs/fake-timers": "^11.2.2",
- "@types/benchmark": "^2.1.5",
- "@types/express": "^4.17.21",
- "@types/node": "^20.10.0",
- "@types/pem": "^1.14.4",
- "@types/readable-stream": "^4.0.9",
- "@types/request": "^2.48.12",
- "@types/sinon": "^17.0.2",
- "@types/sinonjs__fake-timers": "^8.1.5",
- "ava": "^5.3.1",
- "axios": "^1.6.2",
- "benchmark": "^2.1.4",
- "bluebird": "^3.7.2",
- "body-parser": "^1.20.2",
- "create-cert": "^1.0.6",
- "create-test-server": "^3.0.1",
- "del-cli": "^5.1.0",
- "delay": "^6.0.0",
- "express": "^4.18.2",
- "form-data": "^4.0.0",
- "formdata-node": "^6.0.3",
- "nock": "^13.4.0",
- "node-fetch": "^3.3.2",
- "np": "^9.0.0",
- "nyc": "^15.1.0",
- "p-event": "^6.0.0",
- "pem": "^1.14.8",
- "pify": "^6.1.0",
- "readable-stream": "^4.4.2",
- "request": "^2.88.2",
- "sinon": "^17.0.1",
- "slow-stream": "0.0.4",
- "tempy": "^3.1.0",
- "then-busboy": "^5.2.1",
- "tough-cookie": "^4.1.3",
- "tsx": "^4.6.0",
- "type-fest": "^4.8.2",
- "typescript": "^5.3.2",
- "xo": "^0.56.0"
- },
- "ava": {
- "files": [
- "test/*"
- ],
- "timeout": "1m",
- "extensions": {
- "ts": "module"
- },
- "workerThreads": false
- },
- "nyc": {
- "reporter": [
- "text",
- "html",
- "lcov"
- ],
- "extension": [
- ".ts"
- ],
- "exclude": [
- "**/test/**"
- ]
- },
- "xo": {
- "ignores": [
- "documentation/examples/*"
- ],
- "rules": {
- "@typescript-eslint/no-empty-function": "off",
- "n/no-deprecated-api": "off",
- "@typescript-eslint/no-implicit-any-catch": "off",
- "ava/assertion-arguments": "off",
- "@typescript-eslint/no-unsafe-member-access": "off",
- "@typescript-eslint/no-unsafe-return": "off",
- "@typescript-eslint/no-unsafe-assignment": "off",
- "@typescript-eslint/no-unsafe-call": "off",
- "@typescript-eslint/await-thenable": "off",
- "@typescript-eslint/no-redundant-type-constituents": "off",
- "@typescript-eslint/no-unsafe-argument": "off",
- "@typescript-eslint/promise-function-async": "off",
- "no-lone-blocks": "off",
- "unicorn/no-await-expression-member": "off",
- "unicorn/prefer-event-target": "off"
- }
- },
- "runkitExampleFilename": "./documentation/examples/runkit-example.js"
+ "name": "got",
+ "version": "14.2.0",
+ "description": "Human-friendly and powerful HTTP request library for Node.js",
+ "license": "MIT",
+ "repository": "sindresorhus/got",
+ "funding": "https://github.com/sindresorhus/got?sponsor=1",
+ "type": "module",
+ "types": "./dist/source/index.d.ts",
+ "exports": {
+ "default": "./dist/source/index.js"
+ },
+ "sideEffects": false,
+ "engines": {
+ "node": ">=20"
+ },
+ "scripts": {
+ "test": "xo && tsc --noEmit && NODE_OPTIONS='--import=tsx/esm' ava",
+ "release": "np",
+ "build": "del-cli dist && tsc",
+ "prepare": "npm run build"
+ },
+ "files": [
+ "dist/source"
+ ],
+ "keywords": [
+ "http",
+ "https",
+ "http2",
+ "get",
+ "got",
+ "url",
+ "uri",
+ "request",
+ "simple",
+ "curl",
+ "wget",
+ "fetch",
+ "net",
+ "network",
+ "gzip",
+ "brotli",
+ "requests",
+ "human-friendly",
+ "axios",
+ "superagent",
+ "node-fetch",
+ "ky"
+ ],
+ "dependencies": {
+ "@sindresorhus/is": "^6.1.0",
+ "@szmarczak/http-timer": "^5.0.1",
+ "cacheable-lookup": "^7.0.0",
+ "cacheable-request": "^10.2.14",
+ "decompress-response": "^6.0.0",
+ "form-data-encoder": "^4.0.2",
+ "get-stream": "^8.0.1",
+ "http2-wrapper": "^2.2.1",
+ "lowercase-keys": "^3.0.0",
+ "p-cancelable": "^4.0.1",
+ "responselike": "^3.0.0"
+ },
+ "devDependencies": {
+ "@hapi/bourne": "^3.0.0",
+ "@sindresorhus/tsconfig": "^5.0.0",
+ "@sinonjs/fake-timers": "^11.2.2",
+ "@types/benchmark": "^2.1.5",
+ "@types/express": "^4.17.21",
+ "@types/node": "^20.10.0",
+ "@types/pem": "^1.14.4",
+ "@types/readable-stream": "^4.0.9",
+ "@types/request": "^2.48.12",
+ "@types/sinon": "^17.0.2",
+ "@types/sinonjs__fake-timers": "^8.1.5",
+ "ava": "^5.3.1",
+ "axios": "^1.6.2",
+ "benchmark": "^2.1.4",
+ "bluebird": "^3.7.2",
+ "body-parser": "^1.20.2",
+ "create-cert": "^1.0.6",
+ "create-test-server": "^3.0.1",
+ "del-cli": "^5.1.0",
+ "delay": "^6.0.0",
+ "express": "^4.18.2",
+ "form-data": "^4.0.0",
+ "formdata-node": "^6.0.3",
+ "nock": "^13.4.0",
+ "node-fetch": "^3.3.2",
+ "np": "^9.0.0",
+ "nyc": "^15.1.0",
+ "p-event": "^6.0.0",
+ "pem": "^1.14.8",
+ "pify": "^6.1.0",
+ "readable-stream": "^4.4.2",
+ "request": "^2.88.2",
+ "sinon": "^17.0.1",
+ "slow-stream": "0.0.4",
+ "tempy": "^3.1.0",
+ "then-busboy": "^5.2.1",
+ "tough-cookie": "^4.1.3",
+ "tsx": "^4.6.0",
+ "type-fest": "^4.8.2",
+ "typescript": "^5.3.2",
+ "xo": "^0.56.0"
+ },
+ "ava": {
+ "files": [
+ "test/*"
+ ],
+ "timeout": "1m",
+ "extensions": {
+ "ts": "module"
+ },
+ "workerThreads": false
+ },
+ "nyc": {
+ "reporter": [
+ "text",
+ "html",
+ "lcov"
+ ],
+ "extension": [
+ ".ts"
+ ],
+ "exclude": [
+ "**/test/**"
+ ]
+ },
+ "xo": {
+ "ignores": [
+ "documentation/examples/*"
+ ],
+ "rules": {
+ "@typescript-eslint/no-empty-function": "off",
+ "n/no-deprecated-api": "off",
+ "@typescript-eslint/no-implicit-any-catch": "off",
+ "ava/assertion-arguments": "off",
+ "@typescript-eslint/no-unsafe-member-access": "off",
+ "@typescript-eslint/no-unsafe-return": "off",
+ "@typescript-eslint/no-unsafe-assignment": "off",
+ "@typescript-eslint/no-unsafe-call": "off",
+ "@typescript-eslint/await-thenable": "off",
+ "@typescript-eslint/no-redundant-type-constituents": "off",
+ "@typescript-eslint/no-unsafe-argument": "off",
+ "@typescript-eslint/promise-function-async": "off",
+ "no-lone-blocks": "off",
+ "unicorn/no-await-expression-member": "off",
+ "unicorn/prefer-event-target": "off"
+ }
+ },
+ "runkitExampleFilename": "./documentation/examples/runkit-example.js"
}

View file

@ -35,6 +35,9 @@ patchedDependencies:
eslint@8.57.0:
hash: fjbpfrtrjd6idngyeqxnwopfva
path: patches/eslint@8.57.0.patch
got@14.2.0:
hash: p7g5zxrvctjqkdeebra22gowy4
path: patches/got@14.2.0.patch
graphiql@3.0.0-alpha.0:
hash: 2jfevzrvzbyokngsp655fgdzre
path: patches/graphiql@3.0.0-alpha.0.patch
@ -511,8 +514,8 @@ importers:
specifier: 16.4.5
version: 16.4.5
got:
specifier: 12.6.1
version: 12.6.1
specifier: 14.2.0
version: 14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4)
p-limit:
specifier: 4.0.0
version: 4.0.0
@ -632,8 +635,8 @@ importers:
specifier: 2.1.0
version: 2.1.0
got:
specifier: 12.6.1
version: 12.6.1
specifier: 14.2.0
version: 14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4)
graphql:
specifier: 16.8.1
version: 16.8.1
@ -932,8 +935,8 @@ importers:
specifier: 16.4.5
version: 16.4.5
got:
specifier: 12.6.1
version: 12.6.1
specifier: 14.2.0
version: 14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4)
pino-pretty:
specifier: 10.3.1
version: 10.3.1
@ -992,8 +995,8 @@ importers:
specifier: 4.26.1
version: 4.26.1
got:
specifier: 12.6.1
version: 12.6.1
specifier: 14.2.0
version: 14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4)
graphql:
specifier: 16.8.1
version: 16.8.1
@ -1091,8 +1094,8 @@ importers:
specifier: 4.26.1
version: 4.26.1
got:
specifier: 12.6.1
version: 12.6.1
specifier: 14.2.0
version: 14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4)
graphql:
specifier: 16.8.1
version: 16.8.1
@ -1185,8 +1188,8 @@ importers:
specifier: 2.1.0
version: 2.1.0
got:
specifier: 12.6.1
version: 12.6.1
specifier: 14.2.0
version: 14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4)
param-case:
specifier: 3.0.4
version: 3.0.4
@ -1239,8 +1242,8 @@ importers:
specifier: 16.4.5
version: 16.4.5
got:
specifier: 12.6.1
version: 12.6.1
specifier: 14.2.0
version: 14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4)
pino-pretty:
specifier: 10.3.1
version: 10.3.1
@ -1332,8 +1335,8 @@ importers:
specifier: 16.4.5
version: 16.4.5
got:
specifier: 12.6.1
version: 12.6.1
specifier: 14.2.0
version: 14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4)
graphql:
specifier: 16.8.1
version: 16.8.1
@ -1377,8 +1380,8 @@ importers:
specifier: 16.4.5
version: 16.4.5
got:
specifier: 12.6.1
version: 12.6.1
specifier: 14.2.0
version: 14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4)
pino-pretty:
specifier: 10.3.1
version: 10.3.1
@ -1416,8 +1419,8 @@ importers:
specifier: 16.4.5
version: 16.4.5
got:
specifier: 12.6.1
version: 12.6.1
specifier: 14.2.0
version: 14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4)
graphql:
specifier: 16.8.1
version: 16.8.1
@ -1458,8 +1461,8 @@ importers:
specifier: 16.4.5
version: 16.4.5
got:
specifier: 12.6.1
version: 12.6.1
specifier: 14.2.0
version: 14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4)
ioredis:
specifier: 5.3.2
version: 5.3.2
@ -11423,9 +11426,9 @@ packages:
resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==}
engines: {node: '>=10'}
/@sindresorhus/is@5.3.0:
resolution: {integrity: sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw==}
engines: {node: '>=14.16'}
/@sindresorhus/is@6.1.0:
resolution: {integrity: sha512-BuvU07zq3tQ/2SIgBsEuxKYDyDjC0n7Zir52bpHy2xnBbW81+po43aLFPLbeV3HRAheFbGud1qgcqSYfhtHMAg==}
engines: {node: '>=16'}
dev: true
/@slack/logger@4.0.0:
@ -13675,6 +13678,10 @@ packages:
/@types/http-cache-semantics@4.0.1:
resolution: {integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==}
/@types/http-cache-semantics@4.0.4:
resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==}
dev: true
/@types/ioredis-mock@8.2.5:
resolution: {integrity: sha512-cZyuwC9LGtg7s5G9/w6rpy3IOZ6F/hFR0pQlWYZESMo1xQUYbDpa6haqB4grTePjsGzcB/YLBFCjqRunK5wieg==}
dependencies:
@ -16001,14 +16008,14 @@ packages:
engines: {node: '>=14.16'}
dev: true
/cacheable-request@10.2.8:
resolution: {integrity: sha512-IDVO5MJ4LItE6HKFQTqT2ocAQsisOoCTUDu1ddCmnhyiwFQjXNPp4081Xj23N4tO+AFEFNzGuNEf/c8Gwwt15A==}
/cacheable-request@10.2.14:
resolution: {integrity: sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==}
engines: {node: '>=14.16'}
dependencies:
'@types/http-cache-semantics': 4.0.1
'@types/http-cache-semantics': 4.0.4
get-stream: 6.0.1
http-cache-semantics: 4.1.1
keyv: 4.5.2
keyv: 4.5.4
mimic-response: 4.0.0
normalize-url: 8.0.0
responselike: 3.0.0
@ -19965,9 +19972,9 @@ packages:
webpack: 5.89.0(@swc/core@1.4.2)(esbuild@0.20.1)
dev: true
/form-data-encoder@2.1.3:
resolution: {integrity: sha512-KqU0nnPMgIJcCOFTNJFEA8epcseEaoox4XZffTgy8jlI6pL/5EFyR54NRG7CnCJN0biY7q52DO3MH6/sJ/TKlQ==}
engines: {node: '>= 14.17'}
/form-data-encoder@4.0.2:
resolution: {integrity: sha512-KQVhvhK8ZkWzxKxOr56CPulAhH3dobtuQ4+hNQ+HekH/Wp5gSOafqRAeTphQUJAIk0GBvHZgJ2ZGRWd5kphMuw==}
engines: {node: '>= 18'}
dev: true
/form-data@2.3.3:
@ -20560,22 +20567,23 @@ packages:
p-cancelable: 2.1.1
responselike: 2.0.1
/got@12.6.1:
resolution: {integrity: sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==}
engines: {node: '>=14.16'}
/got@14.2.0(patch_hash=p7g5zxrvctjqkdeebra22gowy4):
resolution: {integrity: sha512-dBq2KkHcQl3AwPoIWsLsQScCPpUgRulz1qZVthjPYKYOPmYfBnekR3vxecjZbm91Vc3JUGnV9mqFX7B+Fe2quw==}
engines: {node: '>=20'}
dependencies:
'@sindresorhus/is': 5.3.0
'@sindresorhus/is': 6.1.0
'@szmarczak/http-timer': 5.0.1
cacheable-lookup: 7.0.0
cacheable-request: 10.2.8
cacheable-request: 10.2.14
decompress-response: 6.0.0
form-data-encoder: 2.1.3
get-stream: 6.0.1
http2-wrapper: 2.1.11
form-data-encoder: 4.0.2
get-stream: 8.0.1
http2-wrapper: 2.2.1
lowercase-keys: 3.0.0
p-cancelable: 3.0.0
p-cancelable: 4.0.1
responselike: 3.0.0
dev: true
patched: true
/graceful-fs@4.2.11:
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
@ -21449,8 +21457,8 @@ packages:
quick-lru: 5.1.1
resolve-alpn: 1.2.1
/http2-wrapper@2.1.11:
resolution: {integrity: sha512-aNAk5JzLturWEUiuhAN73Jcbq96R7rTitAoXV54FYMatvihnpD2+6PUgU4ce3D/m5VDbw+F5CsyKSF176ptitQ==}
/http2-wrapper@2.2.1:
resolution: {integrity: sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==}
engines: {node: '>=10.19.0'}
dependencies:
quick-lru: 5.1.1
@ -22851,6 +22859,12 @@ packages:
dependencies:
json-buffer: 3.0.1
/keyv@4.5.4:
resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==}
dependencies:
json-buffer: 3.0.1
dev: true
/khroma@2.0.0:
resolution: {integrity: sha512-2J8rDNlQWbtiNYThZRvmMv5yt44ZakX+Tz5ZIp/mN1pt4snn+m030Va5Z4v8xA0cQFDXBwO/8i42xL4QPsVk3g==}
dev: false
@ -26468,9 +26482,9 @@ packages:
resolution: {integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==}
engines: {node: '>=8'}
/p-cancelable@3.0.0:
resolution: {integrity: sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==}
engines: {node: '>=12.20'}
/p-cancelable@4.0.1:
resolution: {integrity: sha512-wBowNApzd45EIKdO1LaU+LrMBwAcjfPaYtVzV3lmfM3gf8Z4CHZsiIqlM8TZZ8okYvh5A1cP6gTfCRQtwUpaUg==}
engines: {node: '>=14.16'}
dev: true
/p-defer@3.0.0: