From a23c6810d9498da2a2a27a5ca8181480276371aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:46:42 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- deno-build/package.json | 10 +- examples/basic/node/package.json | 2 +- examples/cli/hono/package.json | 2 +- examples/vavite/vite-plugin-ssr/package.json | 4 +- package.json | 2 +- packages/adapter/adapter-bun/package.json | 2 +- .../adapter-cloudflare-workers/package.json | 2 +- packages/adapter/adapter-deno/package.json | 2 +- packages/adapter/adapter-fastly/package.json | 4 +- .../adapter/adapter-netlify-edge/package.json | 2 +- .../adapter-netlify-functions/package.json | 2 +- packages/adapter/adapter-node/package.json | 2 +- .../adapter/adapter-uwebsockets/package.json | 2 +- packages/base/polyfills/package.json | 4 +- packages/base/response/package.json | 2 +- .../bundler-cloudflare-workers/package.json | 2 +- packages/bundler/bundler-deno/package.json | 2 +- packages/bundler/bundler-netlify/package.json | 2 +- packages/bundler/bundler-vercel/package.json | 2 +- packages/bundler/walk/package.json | 2 +- packages/middleware/cookie/package.json | 2 +- packages/middleware/cors/package.json | 2 +- packages/middleware/graphql/package.json | 4 +- packages/middleware/session/package.json | 2 +- packages/middleware/static/package.json | 2 +- pnpm-lock.yaml | 1037 +++++++++-------- testbed/basic/fastly/package.json | 2 +- testbed/basic/package.json | 6 +- 28 files changed, 596 insertions(+), 515 deletions(-) diff --git a/deno-build/package.json b/deno-build/package.json index 9f16fc95..78044bd1 100644 --- a/deno-build/package.json +++ b/deno-build/package.json @@ -10,15 +10,15 @@ "start": "tsx src/index.ts" }, "dependencies": { - "@babel/core": "^7.22.11", - "@babel/preset-typescript": "^7.22.11", - "@babel/traverse": "^7.22.11", + "@babel/core": "^7.22.15", + "@babel/preset-typescript": "^7.22.15", + "@babel/traverse": "^7.22.15", "@cyco130/eslint-config": "^3.3.2", "@types/babel__core": "^7.20.1", "@types/babel__traverse": "^7.20.1", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", - "tsx": "^3.12.7", + "tsx": "^3.12.8", "typescript": "^5.2.2" } } diff --git a/examples/basic/node/package.json b/examples/basic/node/package.json index e9ecb8db..1d272d08 100644 --- a/examples/basic/node/package.json +++ b/examples/basic/node/package.json @@ -9,7 +9,7 @@ "dependencies": { "@hattip/adapter-cloudflare-workers": "workspace:*", "@hattip/adapter-node": "workspace:*", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "wrangler": "^3.6.0" } } diff --git a/examples/cli/hono/package.json b/examples/cli/hono/package.json index 513e8151..d72ad607 100644 --- a/examples/cli/hono/package.json +++ b/examples/cli/hono/package.json @@ -11,7 +11,7 @@ "@hattip/adapter-node": "0.0.34", "@hattip/core": "0.0.34", "@hattip/vite": "0.0.34", - "hono": "^3.5.5", + "hono": "^3.5.7", "vite": "^4.4.9" } } diff --git a/examples/vavite/vite-plugin-ssr/package.json b/examples/vavite/vite-plugin-ssr/package.json index b046d7b8..0ee6bfba 100644 --- a/examples/vavite/vite-plugin-ssr/package.json +++ b/examples/vavite/vite-plugin-ssr/package.json @@ -14,7 +14,7 @@ "@hattip/adapter-node": "^0.0.34", "@hattip/compose": "^0.0.34", "@types/express": "^4.17.17", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", @@ -26,6 +26,6 @@ "typescript": "^5.2.2", "vavite": "2.0.2", "vite": "^4.4.9", - "vite-plugin-ssr": "^0.4.139" + "vite-plugin-ssr": "^0.4.140" } } diff --git a/package.json b/package.json index e5253793..e01157e8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "graphql": "^16.8.0", "husky": "^8.0.3", "lint-staged": "^14.0.1", - "prettier": "^3.0.2", + "prettier": "^3.0.3", "rimraf": "^5.0.1", "vite": "^4.4.9", "vitest": "^0.34.3" diff --git a/packages/adapter/adapter-bun/package.json b/packages/adapter/adapter-bun/package.json index 2b474f48..8eab0604 100644 --- a/packages/adapter/adapter-bun/package.json +++ b/packages/adapter/adapter-bun/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/adapter/adapter-cloudflare-workers/package.json b/packages/adapter/adapter-cloudflare-workers/package.json index e34e36fd..0cd3cde6 100644 --- a/packages/adapter/adapter-cloudflare-workers/package.json +++ b/packages/adapter/adapter-cloudflare-workers/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/adapter/adapter-deno/package.json b/packages/adapter/adapter-deno/package.json index b8e0bd84..d940314b 100644 --- a/packages/adapter/adapter-deno/package.json +++ b/packages/adapter/adapter-deno/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/adapter/adapter-fastly/package.json b/packages/adapter/adapter-fastly/package.json index c24126b4..a7de123b 100644 --- a/packages/adapter/adapter-fastly/package.json +++ b/packages/adapter/adapter-fastly/package.json @@ -27,12 +27,12 @@ "test:package": "publint --strict" }, "dependencies": { - "@fastly/js-compute": "^3.3.1", + "@fastly/js-compute": "^3.3.2", "@hattip/core": "workspace:*" }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/adapter/adapter-netlify-edge/package.json b/packages/adapter/adapter-netlify-edge/package.json index 74062573..720691d2 100644 --- a/packages/adapter/adapter-netlify-edge/package.json +++ b/packages/adapter/adapter-netlify-edge/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/adapter/adapter-netlify-functions/package.json b/packages/adapter/adapter-netlify-functions/package.json index f48fd85c..a25e403d 100644 --- a/packages/adapter/adapter-netlify-functions/package.json +++ b/packages/adapter/adapter-netlify-functions/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/adapter/adapter-node/package.json b/packages/adapter/adapter-node/package.json index 8e5d81ec..ee074b7a 100644 --- a/packages/adapter/adapter-node/package.json +++ b/packages/adapter/adapter-node/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/adapter/adapter-uwebsockets/package.json b/packages/adapter/adapter-uwebsockets/package.json index a1898075..b8074722 100644 --- a/packages/adapter/adapter-uwebsockets/package.json +++ b/packages/adapter/adapter-uwebsockets/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/base/polyfills/package.json b/packages/base/polyfills/package.json index b319f44e..d1bfffda 100644 --- a/packages/base/polyfills/package.json +++ b/packages/base/polyfills/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", @@ -44,7 +44,7 @@ }, "dependencies": { "@hattip/core": "workspace:*", - "@whatwg-node/fetch": "^0.9.9", + "@whatwg-node/fetch": "^0.9.12", "node-fetch-native": "^1.4.0" } } diff --git a/packages/base/response/package.json b/packages/base/response/package.json index ea673c8e..5be2556e 100644 --- a/packages/base/response/package.json +++ b/packages/base/response/package.json @@ -34,7 +34,7 @@ "@cyco130/eslint-config": "^3.3.2", "@hattip/adapter-test": "workspace:*", "@types/eventsource": "^1.1.11", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "eventsource": "^2.0.2", "eventsource-polyfill": "^0.9.6", diff --git a/packages/bundler/bundler-cloudflare-workers/package.json b/packages/bundler/bundler-cloudflare-workers/package.json index c3858d97..bd9c854c 100644 --- a/packages/bundler/bundler-cloudflare-workers/package.json +++ b/packages/bundler/bundler-cloudflare-workers/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/bundler/bundler-deno/package.json b/packages/bundler/bundler-deno/package.json index ec809d48..c167b424 100644 --- a/packages/bundler/bundler-deno/package.json +++ b/packages/bundler/bundler-deno/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/bundler/bundler-netlify/package.json b/packages/bundler/bundler-netlify/package.json index 80e81fba..c5203874 100644 --- a/packages/bundler/bundler-netlify/package.json +++ b/packages/bundler/bundler-netlify/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/bundler/bundler-vercel/package.json b/packages/bundler/bundler-vercel/package.json index e07e8ec2..50434bbb 100644 --- a/packages/bundler/bundler-vercel/package.json +++ b/packages/bundler/bundler-vercel/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/bundler/walk/package.json b/packages/bundler/walk/package.json index ebdbc922..18901403 100644 --- a/packages/bundler/walk/package.json +++ b/packages/bundler/walk/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@cyco130/eslint-config": "^3.3.2", "@types/mime-types": "^2.1.1", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/middleware/cookie/package.json b/packages/middleware/cookie/package.json index bddb14e4..8011a344 100644 --- a/packages/middleware/cookie/package.json +++ b/packages/middleware/cookie/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/middleware/cors/package.json b/packages/middleware/cors/package.json index e432d3ae..a5bae381 100644 --- a/packages/middleware/cors/package.json +++ b/packages/middleware/cors/package.json @@ -39,7 +39,7 @@ "@hattip/adapter-test": "workspace:*", "@hattip/polyfills": "workspace:*", "@hattip/response": "workspace:*", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/packages/middleware/graphql/package.json b/packages/middleware/graphql/package.json index 68bce80d..267665c2 100644 --- a/packages/middleware/graphql/package.json +++ b/packages/middleware/graphql/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@graphql-tools/schema": "^10.0.0", - "@graphql-tools/utils": "^10.0.5", + "@graphql-tools/utils": "^10.0.6", "@graphql-typed-document-node/core": "^3.2.0", "@hattip/compose": "workspace:*", "@hattip/core": "workspace:*", @@ -49,7 +49,7 @@ "graphql-yoga": "^4.0.4", "@cyco130/eslint-config": "^3.3.2", "@hattip/polyfills": "workspace:*", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "graphql": "^16.8.0", "publint": "^0.2.2", diff --git a/packages/middleware/session/package.json b/packages/middleware/session/package.json index a2990e4f..520b519c 100644 --- a/packages/middleware/session/package.json +++ b/packages/middleware/session/package.json @@ -39,7 +39,7 @@ "@hattip/polyfills": "workspace:*", "@miniflare/kv": "^2.14.1", "@miniflare/storage-memory": "^2.14.1", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "@types/redis-mock": "^0.17.1", "eslint": "^8.48.0", "publint": "^0.2.2", diff --git a/packages/middleware/static/package.json b/packages/middleware/static/package.json index 3f506ddc..e9167675 100644 --- a/packages/middleware/static/package.json +++ b/packages/middleware/static/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "@cyco130/eslint-config": "^3.3.2", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "eslint": "^8.48.0", "publint": "^0.2.2", "tsup": "^7.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e54627fd..c6211486 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,14 +28,14 @@ importers: specifier: ^14.0.1 version: 14.0.1 prettier: - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^3.0.3 + version: 3.0.3 rimraf: specifier: ^5.0.1 version: 5.0.1 vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.5.9) vitest: specifier: ^0.34.3 version: 0.34.3 @@ -43,14 +43,14 @@ importers: deno-build: dependencies: '@babel/core': - specifier: ^7.22.11 - version: 7.22.11 + specifier: ^7.22.15 + version: 7.22.15 '@babel/preset-typescript': - specifier: ^7.22.11 - version: 7.22.11(@babel/core@7.22.11) + specifier: ^7.22.15 + version: 7.22.15(@babel/core@7.22.15) '@babel/traverse': - specifier: ^7.22.11 - version: 7.22.11 + specifier: ^7.22.15 + version: 7.22.15 '@cyco130/eslint-config': specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) @@ -61,14 +61,14 @@ importers: specifier: ^7.20.1 version: 7.20.1 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 tsx: - specifier: ^3.12.7 - version: 3.12.7 + specifier: ^3.12.8 + version: 3.12.8 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -86,8 +86,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -117,8 +117,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -142,8 +142,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -160,8 +160,8 @@ importers: packages/adapter/adapter-fastly: dependencies: '@fastly/js-compute': - specifier: ^3.3.1 - version: 3.3.1 + specifier: ^3.3.2 + version: 3.3.2 '@hattip/core': specifier: workspace:* version: link:../../base/core @@ -170,8 +170,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -217,8 +217,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -251,8 +251,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -282,8 +282,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -344,8 +344,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -489,8 +489,8 @@ importers: specifier: workspace:* version: link:../core '@whatwg-node/fetch': - specifier: ^0.9.9 - version: 0.9.9 + specifier: ^0.9.12 + version: 0.9.12 node-fetch-native: specifier: ^1.4.0 version: 1.4.0 @@ -499,8 +499,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -533,8 +533,8 @@ importers: specifier: ^1.1.11 version: 1.1.11 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -604,8 +604,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -635,8 +635,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -666,8 +666,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -697,8 +697,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -731,8 +731,8 @@ importers: specifier: ^2.1.1 version: 2.1.1 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -796,7 +796,7 @@ importers: version: 5.2.2 vite: specifier: ^4.4.9 - version: 4.4.9(@types/node@20.5.7) + version: 4.4.9(@types/node@20.5.9) packages/middleware/cookie: dependencies: @@ -817,8 +817,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -860,8 +860,8 @@ importers: specifier: workspace:* version: link:../../base/response '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -884,8 +884,8 @@ importers: specifier: ^10.0.0 version: 10.0.0(graphql@16.8.0) '@graphql-tools/utils': - specifier: ^10.0.5 - version: 10.0.5(graphql@16.8.0) + specifier: ^10.0.6 + version: 10.0.6(graphql@16.8.0) '@graphql-typed-document-node/core': specifier: ^3.2.0 version: 3.2.0(graphql@16.8.0) @@ -915,8 +915,8 @@ importers: specifier: workspace:* version: link:../../base/polyfills '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -961,8 +961,8 @@ importers: specifier: ^2.14.1 version: 2.14.1 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 '@types/redis-mock': specifier: ^0.17.1 version: 0.17.1 @@ -995,8 +995,8 @@ importers: specifier: ^3.3.2 version: 3.3.2(eslint@8.48.0)(typescript@5.2.2) '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 eslint: specifier: ^8.48.0 version: 8.48.0 @@ -1065,8 +1065,8 @@ importers: specifier: ^5.1.1 version: 5.1.1 '@fastly/js-compute': - specifier: ^3.3.1 - version: 3.3.1 + specifier: ^3.3.2 + version: 3.3.2 '@hattip/adapter-bun': specifier: workspace:* version: link:../../packages/adapter/adapter-bun @@ -1119,8 +1119,8 @@ importers: specifier: ^0.5.1 version: 0.5.1 '@types/node': - specifier: ^20.5.7 - version: 20.5.7 + specifier: ^20.5.9 + version: 20.5.9 '@types/ps-tree': specifier: ^1.1.2 version: 1.1.2 @@ -1137,8 +1137,8 @@ importers: specifier: ^0.19.2 version: 0.19.2 netlify-cli: - specifier: ^16.1.0 - version: 16.1.0(@types/node@20.5.7) + specifier: ^16.2.0 + version: 16.2.0(@types/node@20.5.9) node-fetch: specifier: ^3.3.2 version: 3.3.2 @@ -1182,25 +1182,33 @@ packages: '@babel/highlight': 7.22.10 chalk: 2.4.2 + /@babel/code-frame@7.22.13: + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.22.13 + chalk: 2.4.2 + dev: false + /@babel/compat-data@7.22.9: resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} engines: {node: '>=6.9.0'} dev: false - /@babel/core@7.22.11: - resolution: {integrity: sha512-lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ==} + /@babel/core@7.22.15: + resolution: {integrity: sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.22.10 - '@babel/generator': 7.22.10 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) - '@babel/helpers': 7.22.11 - '@babel/parser': 7.22.11 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.11 - '@babel/types': 7.22.11 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.22.15 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-module-transforms': 7.22.15(@babel/core@7.22.15) + '@babel/helpers': 7.22.15 + '@babel/parser': 7.22.15 + '@babel/template': 7.22.15 + '@babel/traverse': 7.22.15 + '@babel/types': 7.22.15 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@9.4.0) gensync: 1.0.0-beta.2 @@ -1210,11 +1218,11 @@ packages: - supports-color dev: false - /@babel/generator@7.22.10: - resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==} + /@babel/generator@7.22.15: + resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.22.15 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 @@ -1224,33 +1232,33 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.22.11 dev: false - /@babel/helper-compilation-targets@7.22.10: - resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} + /@babel/helper-compilation-targets@7.22.15: + resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: '@babel/compat-data': 7.22.9 - '@babel/helper-validator-option': 7.22.5 + '@babel/helper-validator-option': 7.22.15 browserslist: 4.21.9 lru-cache: 5.1.1 semver: 6.3.1 dev: false - /@babel/helper-create-class-features-plugin@7.22.11(@babel/core@7.22.11): - resolution: {integrity: sha512-y1grdYL4WzmUDBRGK0pDbIoFd7UZKoDurDzWEoNMYoj1EL+foGRQNyPWDcC+YyegN5y1DUsFFmzjGijB3nSVAQ==} + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.22.15): + resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.22.15 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.15 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.11) + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.15) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 @@ -1266,49 +1274,49 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.5 - '@babel/types': 7.22.11 + '@babel/types': 7.22.15 dev: false /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.22.15 dev: false - /@babel/helper-member-expression-to-functions@7.22.5: - resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} + /@babel/helper-member-expression-to-functions@7.22.15: + resolution: {integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.22.15 dev: false - /@babel/helper-module-imports@7.22.5: - resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} + /@babel/helper-module-imports@7.22.15: + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.22.15 dev: false - /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.11): - resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} + /@babel/helper-module-transforms@7.22.15(@babel/core@7.22.15): + resolution: {integrity: sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.22.15 '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-module-imports': 7.22.5 + '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.15 dev: false /@babel/helper-optimise-call-expression@7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.22.11 dev: false /@babel/helper-plugin-utils@7.22.5: @@ -1316,15 +1324,15 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-replace-supers@7.22.9(@babel/core@7.22.11): + /@babel/helper-replace-supers@7.22.9(@babel/core@7.22.15): resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.22.15 '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.15 '@babel/helper-optimise-call-expression': 7.22.5 dev: false @@ -1332,43 +1340,48 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.22.15 dev: false /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.22.11 dev: false /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.22.15 dev: false /@babel/helper-string-parser@7.22.5: resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier@7.22.15: + resolution: {integrity: sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==} + engines: {node: '>=6.9.0'} + dev: false + /@babel/helper-validator-identifier@7.22.5: resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.22.5: - resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} + /@babel/helper-validator-option@7.22.15: + resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} engines: {node: '>=6.9.0'} dev: false - /@babel/helpers@7.22.11: - resolution: {integrity: sha512-vyOXC8PBWaGc5h7GMsNx68OH33cypkEDJCHvYVVgVbbxJDROYVtexSk0gK5iCF1xNjRIN2s8ai7hwkWDq5szWg==} + /@babel/helpers@7.22.15: + resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.11 - '@babel/types': 7.22.11 + '@babel/template': 7.22.15 + '@babel/traverse': 7.22.15 + '@babel/types': 7.22.15 transitivePeerDependencies: - supports-color dev: false @@ -1381,12 +1394,22 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 + /@babel/highlight@7.22.13: + resolution: {integrity: sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.5 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: false + /@babel/parser@7.22.10: resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.22.11 + dev: false /@babel/parser@7.22.11: resolution: {integrity: sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==} @@ -1394,91 +1417,107 @@ packages: hasBin: true dependencies: '@babel/types': 7.22.11 + + /@babel/parser@7.22.15: + resolution: {integrity: sha512-RWmQ/sklUN9BvGGpCDgSubhHWfAx24XDTDObup4ffvxaYsptOg2P3KG0j+1eWKLxpkX0j0uHxmpq2Z1SP/VhxA==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.22.15 dev: false - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.11): + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.15): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.11): + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.15): resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-transform-modules-commonjs@7.22.11(@babel/core@7.22.11): - resolution: {integrity: sha512-o2+bg7GDS60cJMgz9jWqRUsWkMzLCxp+jFDeDUT5sjRlAxcJWZ2ylNdI7QQ2+CH5hWu7OnN+Cv3htt7AkSf96g==} + /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.22.15): + resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.11) + '@babel/core': 7.22.15 + '@babel/helper-module-transforms': 7.22.15(@babel/core@7.22.15) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 dev: false - /@babel/plugin-transform-typescript@7.22.11(@babel/core@7.22.11): - resolution: {integrity: sha512-0E4/L+7gfvHub7wsbTv03oRtD69X31LByy44fGmFzbZScpupFByMcgCJ0VbBTkzyjSJKuRoGN8tcijOWKTmqOA==} + /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.22.15): + resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.22.15 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.11(@babel/core@7.22.11) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.15) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.15) dev: false - /@babel/preset-typescript@7.22.11(@babel/core@7.22.11): - resolution: {integrity: sha512-tWY5wyCZYBGY7IlalfKI1rLiGlIfnwsRHZqlky0HVv8qviwQ1Uo/05M6+s+TcTCVa6Bmoo2uJW5TMFX6Wa4qVg==} + /@babel/preset-typescript@7.22.15(@babel/core@7.22.15): + resolution: {integrity: sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-transform-modules-commonjs': 7.22.11(@babel/core@7.22.11) - '@babel/plugin-transform-typescript': 7.22.11(@babel/core@7.22.11) + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.15) + '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.22.15) + '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.22.15) dev: false /@babel/regjsgen@0.8.0: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} + /@babel/template@7.22.15: + resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.22.15 + '@babel/types': 7.22.15 + dev: false + /@babel/template@7.22.5: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.10 - '@babel/parser': 7.22.11 - '@babel/types': 7.22.11 + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.22.15 + '@babel/types': 7.22.15 dev: false - /@babel/traverse@7.22.11: - resolution: {integrity: sha512-mzAenteTfomcB7mfPtyi+4oe5BZ6MXxWcn4CX+h4IRJ+OOGXBrWU6jDQavkQI9Vuc5P+donFabBfFCcmWka9lQ==} + /@babel/traverse@7.22.15: + resolution: {integrity: sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.10 - '@babel/generator': 7.22.10 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.22.15 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.22.11 - '@babel/types': 7.22.11 + '@babel/parser': 7.22.15 + '@babel/types': 7.22.15 debug: 4.3.4(supports-color@9.4.0) globals: 11.12.0 transitivePeerDependencies: @@ -1492,6 +1531,7 @@ packages: '@babel/helper-string-parser': 7.22.5 '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 + dev: false /@babel/types@7.22.11: resolution: {integrity: sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==} @@ -1500,6 +1540,14 @@ packages: '@babel/helper-string-parser': 7.22.5 '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 + + /@babel/types@7.22.15: + resolution: {integrity: sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.15 + to-fast-properties: 2.0.0 dev: false /@bugsnag/browser@7.20.2: @@ -1770,21 +1818,21 @@ packages: /@esbuild-kit/cjs-loader@2.4.2: resolution: {integrity: sha512-BDXFbYOJzT/NBEtp71cvsrGPwGAMGRB/349rwKuoxNSiKjPraNNnlK6MIIabViCjqZugu6j+xeMDlEkWdHHJSg==} dependencies: - '@esbuild-kit/core-utils': 3.1.0 + '@esbuild-kit/core-utils': 3.2.2 get-tsconfig: 4.6.2 dev: false - /@esbuild-kit/core-utils@3.1.0: - resolution: {integrity: sha512-Uuk8RpCg/7fdHSceR1M6XbSZFSuMrxcePFuGgyvsBn+u339dk5OeL4jv2EojwTN2st/unJGsVm4qHWjWNmJ/tw==} + /@esbuild-kit/core-utils@3.2.2: + resolution: {integrity: sha512-Ub6LaRaAgF80dTSzUdXpFLM1pVDdmEVB9qb5iAzSpyDlX/mfJTFGOnZ516O05p5uWWteNviMKi4PAyEuRxI5gA==} dependencies: - esbuild: 0.17.19 + esbuild: 0.18.20 source-map-support: 0.5.21 dev: false /@esbuild-kit/esm-loader@2.5.5: resolution: {integrity: sha512-Qwfvj/qoPbClxCRNuac1Du01r9gvNOT+pMYtJDapfB1eoGN1YlJ1BixLyL9WVENRx5RXgNLdfYdx/CuswlGhMw==} dependencies: - '@esbuild-kit/core-utils': 3.1.0 + '@esbuild-kit/core-utils': 3.2.2 get-tsconfig: 4.6.2 dev: false @@ -1831,6 +1879,15 @@ packages: requiresBuild: true optional: true + /@esbuild/android-arm64@0.18.20: + resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: false + optional: true + /@esbuild/android-arm64@0.19.2: resolution: {integrity: sha512-lsB65vAbe90I/Qe10OjkmrdxSX4UJDjosDgb8sZUKcg3oefEuW2OT2Vozz8ef7wrJbMcmhvCC+hciF8jY/uAkw==} engines: {node: '>=12'} @@ -1864,6 +1921,15 @@ packages: requiresBuild: true optional: true + /@esbuild/android-arm@0.18.20: + resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + requiresBuild: true + dev: false + optional: true + /@esbuild/android-arm@0.19.2: resolution: {integrity: sha512-tM8yLeYVe7pRyAu9VMi/Q7aunpLwD139EY1S99xbQkT4/q2qa6eA4ige/WJQYdJ8GBL1K33pPFhPfPdJ/WzT8Q==} engines: {node: '>=12'} @@ -1897,6 +1963,15 @@ packages: requiresBuild: true optional: true + /@esbuild/android-x64@0.18.20: + resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: false + optional: true + /@esbuild/android-x64@0.19.2: resolution: {integrity: sha512-qK/TpmHt2M/Hg82WXHRc/W/2SGo/l1thtDHZWqFq7oi24AjZ4O/CpPSu6ZuYKFkEgmZlFoa7CooAyYmuvnaG8w==} engines: {node: '>=12'} @@ -1930,6 +2005,15 @@ packages: requiresBuild: true optional: true + /@esbuild/darwin-arm64@0.18.20: + resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + /@esbuild/darwin-arm64@0.19.2: resolution: {integrity: sha512-Ora8JokrvrzEPEpZO18ZYXkH4asCdc1DLdcVy8TGf5eWtPO1Ie4WroEJzwI52ZGtpODy3+m0a2yEX9l+KUn0tA==} engines: {node: '>=12'} @@ -1963,6 +2047,15 @@ packages: requiresBuild: true optional: true + /@esbuild/darwin-x64@0.18.20: + resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + /@esbuild/darwin-x64@0.19.2: resolution: {integrity: sha512-tP+B5UuIbbFMj2hQaUr6EALlHOIOmlLM2FK7jeFBobPy2ERdohI4Ka6ZFjZ1ZYsrHE/hZimGuU90jusRE0pwDw==} engines: {node: '>=12'} @@ -1996,6 +2089,15 @@ packages: requiresBuild: true optional: true + /@esbuild/freebsd-arm64@0.18.20: + resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: false + optional: true + /@esbuild/freebsd-arm64@0.19.2: resolution: {integrity: sha512-YbPY2kc0acfzL1VPVK6EnAlig4f+l8xmq36OZkU0jzBVHcOTyQDhnKQaLzZudNJQyymd9OqQezeaBgkTGdTGeQ==} engines: {node: '>=12'} @@ -2029,6 +2131,15 @@ packages: requiresBuild: true optional: true + /@esbuild/freebsd-x64@0.18.20: + resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: false + optional: true + /@esbuild/freebsd-x64@0.19.2: resolution: {integrity: sha512-nSO5uZT2clM6hosjWHAsS15hLrwCvIWx+b2e3lZ3MwbYSaXwvfO528OF+dLjas1g3bZonciivI8qKR/Hm7IWGw==} engines: {node: '>=12'} @@ -2062,6 +2173,15 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-arm64@0.18.20: + resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@esbuild/linux-arm64@0.19.2: resolution: {integrity: sha512-ig2P7GeG//zWlU0AggA3pV1h5gdix0MA3wgB+NsnBXViwiGgY77fuN9Wr5uoCrs2YzaYfogXgsWZbm+HGr09xg==} engines: {node: '>=12'} @@ -2095,6 +2215,15 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-arm@0.18.20: + resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@esbuild/linux-arm@0.19.2: resolution: {integrity: sha512-Odalh8hICg7SOD7XCj0YLpYCEc+6mkoq63UnExDCiRA2wXEmGlK5JVrW50vZR9Qz4qkvqnHcpH+OFEggO3PgTg==} engines: {node: '>=12'} @@ -2128,6 +2257,15 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-ia32@0.18.20: + resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@esbuild/linux-ia32@0.19.2: resolution: {integrity: sha512-mLfp0ziRPOLSTek0Gd9T5B8AtzKAkoZE70fneiiyPlSnUKKI4lp+mGEnQXcQEHLJAcIYDPSyBvsUbKUG2ri/XQ==} engines: {node: '>=12'} @@ -2161,6 +2299,15 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-loong64@0.18.20: + resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@esbuild/linux-loong64@0.19.2: resolution: {integrity: sha512-hn28+JNDTxxCpnYjdDYVMNTR3SKavyLlCHHkufHV91fkewpIyQchS1d8wSbmXhs1fiYDpNww8KTFlJ1dHsxeSw==} engines: {node: '>=12'} @@ -2194,6 +2341,15 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-mips64el@0.18.20: + resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@esbuild/linux-mips64el@0.19.2: resolution: {integrity: sha512-KbXaC0Sejt7vD2fEgPoIKb6nxkfYW9OmFUK9XQE4//PvGIxNIfPk1NmlHmMg6f25x57rpmEFrn1OotASYIAaTg==} engines: {node: '>=12'} @@ -2227,6 +2383,15 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-ppc64@0.18.20: + resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@esbuild/linux-ppc64@0.19.2: resolution: {integrity: sha512-dJ0kE8KTqbiHtA3Fc/zn7lCd7pqVr4JcT0JqOnbj4LLzYnp+7h8Qi4yjfq42ZlHfhOCM42rBh0EwHYLL6LEzcw==} engines: {node: '>=12'} @@ -2260,6 +2425,15 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-riscv64@0.18.20: + resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@esbuild/linux-riscv64@0.19.2: resolution: {integrity: sha512-7Z/jKNFufZ/bbu4INqqCN6DDlrmOTmdw6D0gH+6Y7auok2r02Ur661qPuXidPOJ+FSgbEeQnnAGgsVynfLuOEw==} engines: {node: '>=12'} @@ -2293,6 +2467,15 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-s390x@0.18.20: + resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@esbuild/linux-s390x@0.19.2: resolution: {integrity: sha512-U+RinR6aXXABFCcAY4gSlv4CL1oOVvSSCdseQmGO66H+XyuQGZIUdhG56SZaDJQcLmrSfRmx5XZOWyCJPRqS7g==} engines: {node: '>=12'} @@ -2326,6 +2509,15 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-x64@0.18.20: + resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: false + optional: true + /@esbuild/linux-x64@0.19.2: resolution: {integrity: sha512-oxzHTEv6VPm3XXNaHPyUTTte+3wGv7qVQtqaZCrgstI16gCuhNOtBXLEBkBREP57YTd68P0VgDgG73jSD8bwXQ==} engines: {node: '>=12'} @@ -2359,6 +2551,15 @@ packages: requiresBuild: true optional: true + /@esbuild/netbsd-x64@0.18.20: + resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: false + optional: true + /@esbuild/netbsd-x64@0.19.2: resolution: {integrity: sha512-WNa5zZk1XpTTwMDompZmvQLHszDDDN7lYjEHCUmAGB83Bgs20EMs7ICD+oKeT6xt4phV4NDdSi/8OfjPbSbZfQ==} engines: {node: '>=12'} @@ -2392,6 +2593,15 @@ packages: requiresBuild: true optional: true + /@esbuild/openbsd-x64@0.18.20: + resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: false + optional: true + /@esbuild/openbsd-x64@0.19.2: resolution: {integrity: sha512-S6kI1aT3S++Dedb7vxIuUOb3oAxqxk2Rh5rOXOTYnzN8JzW1VzBd+IqPiSpgitu45042SYD3HCoEyhLKQcDFDw==} engines: {node: '>=12'} @@ -2425,6 +2635,15 @@ packages: requiresBuild: true optional: true + /@esbuild/sunos-x64@0.18.20: + resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: false + optional: true + /@esbuild/sunos-x64@0.19.2: resolution: {integrity: sha512-VXSSMsmb+Z8LbsQGcBMiM+fYObDNRm8p7tkUDMPG/g4fhFX5DEFmjxIEa3N8Zr96SjsJ1woAhF0DUnS3MF3ARw==} engines: {node: '>=12'} @@ -2458,6 +2677,15 @@ packages: requiresBuild: true optional: true + /@esbuild/win32-arm64@0.18.20: + resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: false + optional: true + /@esbuild/win32-arm64@0.19.2: resolution: {integrity: sha512-5NayUlSAyb5PQYFAU9x3bHdsqB88RC3aM9lKDAz4X1mo/EchMIT1Q+pSeBXNgkfNmRecLXA0O8xP+x8V+g/LKg==} engines: {node: '>=12'} @@ -2491,6 +2719,15 @@ packages: requiresBuild: true optional: true + /@esbuild/win32-ia32@0.18.20: + resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: false + optional: true + /@esbuild/win32-ia32@0.19.2: resolution: {integrity: sha512-47gL/ek1v36iN0wL9L4Q2MFdujR0poLZMJwhO2/N3gA89jgHp4MR8DKCmwYtGNksbfJb9JoTtbkoe6sDhg2QTA==} engines: {node: '>=12'} @@ -2524,6 +2761,15 @@ packages: requiresBuild: true optional: true + /@esbuild/win32-x64@0.18.20: + resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: false + optional: true + /@esbuild/win32-x64@0.19.2: resolution: {integrity: sha512-tcuhV7ncXBqbt/Ybf0IyrMcwVOAPDckMK9rXNHtF17UTK18OKLpg08glminN06pt2WCoALhXdLfSPbVvK/6fxw==} engines: {node: '>=12'} @@ -2638,8 +2884,8 @@ packages: regexpu-core: 5.3.2 dev: true - /@fastly/js-compute@3.3.1: - resolution: {integrity: sha512-Oesiu477geflY8pROqZGkvpUiPmLFXjsCJDPA6idg9BIJLUGN67+tE6OhGf4iv8thnhBaIaD/Cxkoj1eBsaycQ==} + /@fastly/js-compute@3.3.2: + resolution: {integrity: sha512-56NH0C2+ifJFT9glHskUQf0/qaGGf6wJ2NBOnc6xGRyEVM2R6YfdE4dU+1Zi5q5q0/M5zOxhsMMP7UzDaxt6tA==} engines: {node: 16 - 20, npm: ^8 || ^9} hasBin: true dependencies: @@ -2674,7 +2920,7 @@ packages: peerDependencies: graphql: ^16.8.0 dependencies: - '@graphql-tools/utils': 10.0.5(graphql@16.8.0) + '@graphql-tools/utils': 10.0.6(graphql@16.8.0) '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.0) '@repeaterjs/repeater': 3.0.4 graphql: 16.8.0 @@ -2688,7 +2934,7 @@ packages: peerDependencies: graphql: ^16.8.0 dependencies: - '@graphql-tools/utils': 10.0.5(graphql@16.8.0) + '@graphql-tools/utils': 10.0.6(graphql@16.8.0) graphql: 16.8.0 tslib: 2.6.2 @@ -2699,13 +2945,13 @@ packages: graphql: ^16.8.0 dependencies: '@graphql-tools/merge': 9.0.0(graphql@16.8.0) - '@graphql-tools/utils': 10.0.5(graphql@16.8.0) + '@graphql-tools/utils': 10.0.6(graphql@16.8.0) graphql: 16.8.0 tslib: 2.6.2 value-or-promise: 1.0.12 - /@graphql-tools/utils@10.0.5(graphql@16.8.0): - resolution: {integrity: sha512-ZTioQqg9z9eCG3j+KDy54k1gp6wRIsLqkx5yi163KVvXVkfjsrdErCyZjrEug21QnKE9piP4tyxMpMMOT1RuRw==} + /@graphql-tools/utils@10.0.6(graphql@16.8.0): + resolution: {integrity: sha512-hZMjl/BbX10iagovakgf3IiqArx8TPsotq5pwBld37uIX1JiZoSbgbCIFol7u55bh32o6cfDEiiJgfAD5fbeyQ==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^16.8.0 @@ -2752,7 +2998,7 @@ packages: engines: {node: ^8.13.0 || >=10.10.0} dependencies: '@grpc/proto-loader': 0.7.8 - '@types/node': 20.5.7 + '@types/node': 20.5.9 dev: true /@grpc/proto-loader@0.7.8: @@ -2838,7 +3084,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.5.7 + '@types/node': 20.5.9 '@types/yargs': 16.0.5 chalk: 4.1.2 dev: true @@ -2953,8 +3199,8 @@ packages: resolution: {integrity: sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw==} dev: true - /@netlify/build-info@7.7.3: - resolution: {integrity: sha512-/X07WiTl8RMA148QkEqVOvWyntiew0dCGeMZLmciUkgsL7r3oncPcuzKbwt+XIEktsf2gJlcOhtuNsrd/tTc4Q==} + /@netlify/build-info@7.7.4: + resolution: {integrity: sha512-dJt4looPD2UuGprGB29Y/tXAHKKV05gWOIsY71gByv7fs2DQ3LqXYXy4qdGcrGAAeEKRHBwXOMfAn1TAq4hgMQ==} engines: {node: ^14.16.0 || >=16.0.0} hasBin: true dependencies: @@ -2969,8 +3215,8 @@ packages: yargs: 17.7.2 dev: true - /@netlify/build@29.20.4(@types/node@20.5.7)(debug@4.3.4): - resolution: {integrity: sha512-qXht5lWE0RThGhhB5ILQv4/2Jp+p0muTDp9n+KtlqpinO1SvXicVPw+D2o3iWMsz3vQak6yX09oEvumP2Q+TVQ==} + /@netlify/build@29.20.8(@types/node@20.5.9)(debug@4.3.4): + resolution: {integrity: sha512-dPO62SIzn4KkaVDLC9UPzOs8vyBD36wz4DcjSNFhxJ0ASp51HneJaWFQi0vZon4nizCob7iBKVm4QpgqAkeTjA==} engines: {node: ^14.16.0 || >=16.0.0} hasBin: true dependencies: @@ -2978,13 +3224,13 @@ packages: '@honeycombio/opentelemetry-node': 0.4.0(debug@4.3.4)(supports-color@9.4.0) '@netlify/cache-utils': 5.1.5 '@netlify/config': 20.8.0 - '@netlify/edge-bundler': 8.17.1 + '@netlify/edge-bundler': 8.19.0 '@netlify/framework-info': 9.8.10 - '@netlify/functions-utils': 5.2.22(supports-color@9.4.0) + '@netlify/functions-utils': 5.2.26(supports-color@9.4.0) '@netlify/git-utils': 5.1.1 '@netlify/plugins-list': 6.71.0 '@netlify/run-utils': 5.1.1 - '@netlify/zip-it-and-ship-it': 9.15.1(supports-color@9.4.0) + '@netlify/zip-it-and-ship-it': 9.17.0(supports-color@9.4.0) '@opentelemetry/api': 1.4.1 '@sindresorhus/slugify': 2.2.1 ansi-escapes: 6.2.0 @@ -3025,7 +3271,7 @@ packages: strip-ansi: 7.1.0 supports-color: 9.4.0 terminal-link: 3.0.0 - ts-node: 10.9.1(@types/node@20.5.7)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@20.5.9)(typescript@5.2.2) typescript: 5.2.2 uuid: 9.0.0 yargs: 17.7.2 @@ -3083,8 +3329,8 @@ packages: yargs: 17.7.2 dev: true - /@netlify/edge-bundler@8.17.1: - resolution: {integrity: sha512-46FvSx/Bguy12IGj2g2W9J/1P7btfSOp/+mpde3VBCLX/sOmd5nYC2i0v3UTbz0yH02qpxTZaEdepPnDLIueCw==} + /@netlify/edge-bundler@8.19.0: + resolution: {integrity: sha512-blIZHLXlEXcjpAhd2TJ+Rw7H+WhNXSBfmFfRHn2pyzNiAbQa71eU0eNUE2+Nw58DGfvUC0unerbTlN2gd3iVdA==} engines: {node: ^14.16.0 || >=16.0.0} dependencies: '@import-maps/resolve': 1.0.1 @@ -3096,7 +3342,6 @@ packages: execa: 6.1.0 find-up: 6.3.0 get-port: 6.1.2 - glob-to-regexp: 0.4.1 is-path-inside: 4.0.0 jsonc-parser: 3.2.0 node-fetch: 3.3.2 @@ -3111,214 +3356,6 @@ packages: uuid: 9.0.0 dev: true - /@netlify/esbuild-android-64@0.14.39-1: - resolution: {integrity: sha512-/rZn0xVfTLVjx0SLvToydTTpvNwrlFqxW++Lqen7CXubTJNFnZQH0hP/qMCILac41zvSipxyU5/Di9mWHoLv9Q==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-android-arm64@0.14.39-1: - resolution: {integrity: sha512-Wnjsv5djKQ2NwKaDj2P5DpvNAFhQIQBer2IqVCQ8u0ykdyr+y+u5CmM1ZnrzBnDUULk5TYwPlUNt3p2NctSnLQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-darwin-64@0.14.39-1: - resolution: {integrity: sha512-rHQmZcS+1qC9bL1EwFQ8SGqiKrIUQLam9ty2bcsEH78525NoAW8f/ENollQlso1K8lSkcn+KzX7i09FdRL0TLQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-darwin-arm64@0.14.39-1: - resolution: {integrity: sha512-Ytz9SY7BjtBnrZL4qCsKJ/xyjJyH2LFLV3kv3DhY5X+eUUBsjdCAq2VVY9zLnvkNf5Sef/U35Jie2O0sl+3E1g==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-freebsd-64@0.14.39-1: - resolution: {integrity: sha512-TsOZCldbxEOB4Rv5tudYCkPkfHklmOWQgRPoz3wsmJDUpLwljOQFru4J0uCRqKKGLALo1qBBQvzofQi+5dvTzQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-freebsd-arm64@0.14.39-1: - resolution: {integrity: sha512-wJbKm1eijTiots/RgDOZjbqcZaCVElPjegRit0LkbAQnqfBc2B8F6j7CkUgbWg1hU2+YJFiMGhaRMljN9jpCVQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-linux-32@0.14.39-1: - resolution: {integrity: sha512-rSCpXot5p3zUpwnC9ttKtP+vWf3gT1CkzJwEBHqqIr0GmgTLoADMaZ1AZqq125DyCvPf2s9f98XtSWaHmIqN8w==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-linux-64@0.14.39-1: - resolution: {integrity: sha512-lx+tQR7OW9Sq8WrP+zJ20lpJFHe4jvO56czUjJe7iSYtu0mpbApnJc2p4KqakU4xdjMdlqsUDG6L7GqE4+dNxQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-linux-arm64@0.14.39-1: - resolution: {integrity: sha512-e1gEB3+1WWsvBNDrPIq43hkUmWx9CkN5DVfcHa9Ar55DY8G9DRl5MyCFVpYVPctoWLRMlt1VRwPuc5YfSTXZbw==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-linux-arm@0.14.39-1: - resolution: {integrity: sha512-O2w4oRYNoavKyednlkCnxr7VnfizpWurCxKraRyKQ4XIQbv3bqtgK/VSt1cJMwm+7+BdGNsqux4wAKmwsdW+Zw==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-linux-mips64le@0.14.39-1: - resolution: {integrity: sha512-SKDBxNiJmTD1HYlmq6GWbz7dBtz1lYg28Y8RLo2Yj/jZtkVzZbMS0sVhB05FAzQhGT+m1bFLSrbLJkfmbzoQXg==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-linux-ppc64le@0.14.39-1: - resolution: {integrity: sha512-cKIoVrHn6qJf1cTKCaOQvXKpcpSwCShzNkEQNtWCEFvlHJ817lsVaWqQm01qDQ9pGrDbhZRsUAIOkwsjLrKDmA==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-linux-riscv64@0.14.39-1: - resolution: {integrity: sha512-W6gQyJc52lFoPj0w6AoQCfa8/fmwsC6CrT80JKe+fF4mYwBUnySbRVldMDb/cb6qCqHt5m3X+w7HFS5soPGT5Q==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-linux-s390x@0.14.39-1: - resolution: {integrity: sha512-IN4agxUutc0BbcAMDDVuz60bDKFEGlq+vZlPzeLnketkVs/5BZj1vfoS8hJJelvR/mB99G9YjyOm08EthqoyHw==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-netbsd-64@0.14.39-1: - resolution: {integrity: sha512-cnvcQ6u7QtjnxFcMYtEUqOYg8wTfLOSoc6nFPhjIE4074Tw/H48LFqFq0v2Gtgvc5neUZtxBF2+6QMX4Q91vwQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-openbsd-64@0.14.39-1: - resolution: {integrity: sha512-14fDX08hM0rWzUO7uf7Wxg9uL5SK5AqSDe+vXviIL+gWGN2vHoakRbzZoLVHFwoTLT5/1oIUYDJfcmcrFm1rjw==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-sunos-64@0.14.39-1: - resolution: {integrity: sha512-TDUJGI077mAM3qotUfN/DcKaBq3nLeAdNwjsWulKgdC3UwC/iqyrYrnmZipEbiHO2jt4+wRFUz/s/x+HeDiblg==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-windows-32@0.14.39-1: - resolution: {integrity: sha512-Jyf5OUm+Guo7+SoIURTfmzqri10xj18qdgxwy3NNsQG/Eg1XLETDORWH0cKy6YTiRDuqeCsZeXDoAQABOs30gQ==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-windows-64@0.14.39-1: - resolution: {integrity: sha512-D41xhwJN90qeLebZrb853zhGJahIlCf+HPKwxVZx+Nk8BNV09jQyJ2GYqmmwRxNOrbzqD80+pgvoYkq4a4OV0g==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild-windows-arm64@0.14.39-1: - resolution: {integrity: sha512-EGzYwc+MoKhWnz+6iUbXQKcQKV8FbPovDJkmY9YWGkgSwZALPo4DpjSaMLW6hv42YRyoBRM1NP/v/qmVtgeJjQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /@netlify/esbuild@0.14.39-1: - resolution: {integrity: sha512-FkS9R3aeD1JvPhEZh9r4GfXGLHoqzAsS3haqIeFfQ907irkGzCg1w5r5OWuSqPtLNyaGklVWz/HU0IsM8thyZw==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - optionalDependencies: - '@netlify/esbuild-android-64': 0.14.39-1 - '@netlify/esbuild-android-arm64': 0.14.39-1 - '@netlify/esbuild-darwin-64': 0.14.39-1 - '@netlify/esbuild-darwin-arm64': 0.14.39-1 - '@netlify/esbuild-freebsd-64': 0.14.39-1 - '@netlify/esbuild-freebsd-arm64': 0.14.39-1 - '@netlify/esbuild-linux-32': 0.14.39-1 - '@netlify/esbuild-linux-64': 0.14.39-1 - '@netlify/esbuild-linux-arm': 0.14.39-1 - '@netlify/esbuild-linux-arm64': 0.14.39-1 - '@netlify/esbuild-linux-mips64le': 0.14.39-1 - '@netlify/esbuild-linux-ppc64le': 0.14.39-1 - '@netlify/esbuild-linux-riscv64': 0.14.39-1 - '@netlify/esbuild-linux-s390x': 0.14.39-1 - '@netlify/esbuild-netbsd-64': 0.14.39-1 - '@netlify/esbuild-openbsd-64': 0.14.39-1 - '@netlify/esbuild-sunos-64': 0.14.39-1 - '@netlify/esbuild-windows-32': 0.14.39-1 - '@netlify/esbuild-windows-64': 0.14.39-1 - '@netlify/esbuild-windows-arm64': 0.14.39-1 - dev: true - /@netlify/framework-info@9.8.10: resolution: {integrity: sha512-VT8ejAaB/XU2xRpdpQinHUO1YL3+BMx6LJ49wJk2u9Yq/VI1/gYCi5VqbqTHBQXJUlOi84YuiRlrDBsLpPr8eg==} engines: {node: ^14.14.0 || >=16.0.0} @@ -3335,11 +3372,11 @@ packages: semver: 7.5.4 dev: true - /@netlify/functions-utils@5.2.22(supports-color@9.4.0): - resolution: {integrity: sha512-XflsfLLTqPILpurLuQ7vXPoB2OYOZP14kn9fpUZLcLfsOMa85+dPpLX3ADAspnHVCCrnNfvbvW0z0nXod+aO/g==} + /@netlify/functions-utils@5.2.26(supports-color@9.4.0): + resolution: {integrity: sha512-pB+5NWZNUKVvg/8AXDB38sOaAWDuU+p0Ml1wggBhGA0mXRFaxC1U3/MdE76dlWbCRKLUXTREVOuJVSz5lb1NLw==} engines: {node: ^14.16.0 || >=16.0.0} dependencies: - '@netlify/zip-it-and-ship-it': 9.15.1(supports-color@9.4.0) + '@netlify/zip-it-and-ship-it': 9.17.2(supports-color@9.4.0) cpy: 9.0.1 path-exists: 5.0.0 transitivePeerDependencies: @@ -3483,6 +3520,11 @@ packages: '@netlify/local-functions-proxy-win32-x64': 1.1.1 dev: true + /@netlify/node-cookies@0.1.0: + resolution: {integrity: sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==} + engines: {node: ^14.16.0 || >=16.0.0} + dev: true + /@netlify/open-api@2.19.1: resolution: {integrity: sha512-RkucRf8o0vYhCDXCRHWU/EdhkVE3JhkqKmZFvMW6qCPD206GV2Cfo9JGSKb0NdN+nmHSNaYmd+9dvT6I9MP4pw==} dev: true @@ -3499,30 +3541,70 @@ packages: execa: 6.1.0 dev: true - /@netlify/serverless-functions-api@1.5.2: - resolution: {integrity: sha512-E9ZqnuWwGftXgO0JhGOl6h05bpnrH5EswQOuHIdTXBmhi4LedXjTNZ6xoSMgnhsE+x13WWq2P0yhaAl8Ly9lKw==} + /@netlify/serverless-functions-api@1.7.3: + resolution: {integrity: sha512-n6/7cJlSWvvbBlUOEAbkGyEld80S6KbG/ldQI9OhLfe1lTatgKmrTNIgqVNpaWpUdTgP2OHWFjmFBzkxxBWs5w==} engines: {node: ^14.18.0 || >=16.0.0} + dependencies: + '@netlify/node-cookies': 0.1.0 + urlpattern-polyfill: 8.0.2 dev: true - /@netlify/serverless-functions-api@1.6.0: - resolution: {integrity: sha512-Lr5mxLAvSZyJhigSc0zhvAuusNR6VdJNvOmsDkxIN6f9xzmRpWyAEecCGtBc+hoSZlIeLzI7oFcKhaTzXcO2JA==} + /@netlify/zip-it-and-ship-it@9.17.0(supports-color@9.4.0): + resolution: {integrity: sha512-7wnrWxtczXzBMYh9QXmvG9WkCJSyK+abQGdhwSoZcFPQ0u0HZzY/9rU8jLcRnTodEK20lZPil60FRU/Nta5spg==} engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + dependencies: + '@babel/parser': 7.22.11 + '@netlify/binary-info': 1.0.0 + '@netlify/serverless-functions-api': 1.7.3 + '@vercel/nft': 0.23.1(supports-color@9.4.0) + archiver: 5.3.1 + common-path-prefix: 3.0.0 + cp-file: 10.0.0 + es-module-lexer: 1.3.0 + esbuild: 0.19.2 + execa: 6.1.0 + filter-obj: 5.1.0 + find-up: 6.3.0 + get-tsconfig: 4.6.2 + glob: 8.1.0 + is-builtin-module: 3.2.1 + is-path-inside: 4.0.0 + junk: 4.0.1 + locate-path: 7.2.0 + merge-options: 3.0.4 + minimatch: 9.0.3 + normalize-path: 3.0.0 + p-map: 5.5.0 + path-exists: 5.0.0 + precinct: 11.0.5(supports-color@9.4.0) + require-package-name: 2.0.1 + resolve: 2.0.0-next.4 + semver: 7.5.4 + tmp-promise: 3.0.3 + toml: 3.0.0 + unixify: 1.0.0 + urlpattern-polyfill: 8.0.2 + yargs: 17.7.2 + transitivePeerDependencies: + - encoding + - supports-color dev: true - /@netlify/zip-it-and-ship-it@9.15.1(supports-color@9.4.0): - resolution: {integrity: sha512-gYEZ8Rrl9dtME3syR3Uj+JabEWvEiFUKO0/84joriVIfWGrYPzu9WKBqOjy+huWIAYEWPbEJRmxFEJrYOmhDgw==} + /@netlify/zip-it-and-ship-it@9.17.2(supports-color@9.4.0): + resolution: {integrity: sha512-ODqhW/i07Wo/LpWEw8C1hnKW7Td9LkxKO9SFtNhFZFBMCqShddTxCj+iFpjMI60Q/oUxWthTrdqBjZI07wwHqw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true dependencies: - '@babel/parser': 7.22.10 + '@babel/parser': 7.22.11 '@netlify/binary-info': 1.0.0 - '@netlify/esbuild': 0.14.39-1 - '@netlify/serverless-functions-api': 1.6.0 + '@netlify/serverless-functions-api': 1.7.3 '@vercel/nft': 0.23.1(supports-color@9.4.0) archiver: 5.3.1 common-path-prefix: 3.0.0 cp-file: 10.0.0 es-module-lexer: 1.3.0 + esbuild: 0.19.2 execa: 6.1.0 filter-obj: 5.1.0 find-up: 6.3.0 @@ -3544,6 +3626,7 @@ packages: tmp-promise: 3.0.3 toml: 3.0.0 unixify: 1.0.0 + urlpattern-polyfill: 8.0.2 yargs: 17.7.2 transitivePeerDependencies: - encoding @@ -4224,14 +4307,14 @@ packages: /@types/babel__generator@7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.22.11 dev: false /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.22.10 - '@babel/types': 7.22.10 + '@babel/parser': 7.22.11 + '@babel/types': 7.22.11 dev: false /@types/babel__traverse@7.20.1: @@ -4243,14 +4326,14 @@ packages: /@types/better-sqlite3@7.6.4: resolution: {integrity: sha512-dzrRZCYPXIXfSR1/surNbJ/grU3scTaygS0OMzjlGf71i9sc2fGyHPXXiXmEvNIoE0cGwsanEFMVJxPXmco9Eg==} dependencies: - '@types/node': 20.5.7 + '@types/node': 20.5.9 dev: true /@types/body-parser@1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 20.5.7 + '@types/node': 20.5.9 dev: false /@types/chai-subset@1.3.3: @@ -4266,7 +4349,7 @@ packages: /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 20.5.7 + '@types/node': 20.5.9 /@types/cookie@0.5.1: resolution: {integrity: sha512-COUnqfB2+ckwXXSFInsFdOAWQzCCx+a5hq2ruyj+Vjund94RJQd4LG2u9hnvJrTgunKAaax7ancBYlDrNYxA0g==} @@ -4278,7 +4361,7 @@ packages: /@types/express-serve-static-core@4.17.35: resolution: {integrity: sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==} dependencies: - '@types/node': 20.5.7 + '@types/node': 20.5.9 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 '@types/send': 0.17.1 @@ -4304,7 +4387,7 @@ packages: /@types/http-proxy@1.17.11: resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==} dependencies: - '@types/node': 20.5.7 + '@types/node': 20.5.9 dev: true /@types/istanbul-lib-coverage@2.0.4: @@ -4349,8 +4432,8 @@ packages: resolution: {integrity: sha512-soGmOpVBUq+gaBMwom1M+krC/NNbWlosh4AtGA03SyWNDiqSKtwp7OulO1M6+mg8YkHMvJ/y0AkCeO8d1hNb7A==} dev: false - /@types/node@20.5.7: - resolution: {integrity: sha512-dP7f3LdZIysZnmvP3ANJYTSwg+wLLl8p7RqniVlV7j+oXSXAbt9h0WIBFmJy5inWZoX9wZN6eXx+YXd9Rh3RBA==} + /@types/node@20.5.9: + resolution: {integrity: sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==} /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -4376,7 +4459,7 @@ packages: /@types/redis@2.8.32: resolution: {integrity: sha512-7jkMKxcGq9p242exlbsVzuJb57KqHRhNl4dHoQu2Y5v9bCAbtIXXH0R3HleSQW4CTOqpHIYUW3t6tpUj4BVQ+w==} dependencies: - '@types/node': 20.5.7 + '@types/node': 20.5.9 dev: true /@types/retry@0.12.1: @@ -4390,7 +4473,7 @@ packages: resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==} dependencies: '@types/mime': 1.3.2 - '@types/node': 20.5.7 + '@types/node': 20.5.9 dev: false /@types/serve-static@1.15.2: @@ -4398,7 +4481,7 @@ packages: dependencies: '@types/http-errors': 2.0.1 '@types/mime': 3.0.1 - '@types/node': 20.5.7 + '@types/node': 20.5.9 dev: false /@types/triple-beam@1.3.2: @@ -4419,7 +4502,7 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 20.5.7 + '@types/node': 20.5.9 dev: true optional: true @@ -4586,8 +4669,8 @@ packages: peerDependencies: vite: ^2.8.1 || 3 || 4 dependencies: - '@types/node': 20.5.7 - vite: 4.4.9(@types/node@20.5.7) + '@types/node': 20.5.9 + vite: 4.4.9(@types/node@20.5.9) dev: false /@vavite/multibuild@2.0.2(vite@4.4.9): @@ -4595,10 +4678,10 @@ packages: peerDependencies: vite: ^2.8.1 || 3 || 4 dependencies: - '@types/node': 20.5.7 + '@types/node': 20.5.9 cac: 6.7.14 picocolors: 1.0.0 - vite: 4.4.9(@types/node@20.5.7) + vite: 4.4.9(@types/node@20.5.9) dev: false /@vavite/node-loader@2.0.2(vite@4.4.9): @@ -4607,7 +4690,7 @@ packages: peerDependencies: vite: ^2.8.1 || 3 || 4 dependencies: - vite: 4.4.9(@types/node@20.5.7) + vite: 4.4.9(@types/node@20.5.9) dev: false /@vercel/ncc@0.36.1: @@ -4678,35 +4761,15 @@ packages: resolution: {integrity: sha512-AyQEn5hIPV7Ze+xFoXVU3QTHXVbWPrzaOkxtENMPMuNL6VVHrp4hHfDt9nrQpjO7BgvuM95dMtkycX5M/DZR3w==} engines: {node: '>=16.0.0'} - /@whatwg-node/fetch@0.9.8: - resolution: {integrity: sha512-PA7pIw22WYtMladTEVCq2EObUI9yFFLqgLHp4dK6w7iEVr5VRE6S2V+8XKFPdTxR8UowK8rYqrkzfuXxTOn23A==} - engines: {node: '>=16.0.0'} - dependencies: - '@whatwg-node/node-fetch': 0.4.7 - urlpattern-polyfill: 9.0.0 - dev: true - - /@whatwg-node/fetch@0.9.9: - resolution: {integrity: sha512-OTVoDm039CNyAWSRc2WBimMl/N9J4Fk2le21Xzcf+3OiWPNNSIbMnpWKBUyraPh2d9SAEgoBdQxTfVNihXgiUw==} + /@whatwg-node/fetch@0.9.12: + resolution: {integrity: sha512-zNUkPJNfM1v9Jhy3Vmi2a7lQxaNIDTSiAb1NKO5eMsSdo05XoddBEj/CHj1xu4IOMU68VerDvuBVwzPjxBl12g==} engines: {node: '>=16.0.0'} dependencies: - '@whatwg-node/node-fetch': 0.4.13 + '@whatwg-node/node-fetch': 0.4.17 urlpattern-polyfill: 9.0.0 - dev: false - - /@whatwg-node/node-fetch@0.4.13: - resolution: {integrity: sha512-Wijn8jtXq6VBX6EttABXHJIQBcoOP6RRQllXbiaHGORACTDr1xg6g2UnkoggY3dbDkm1VsMjdSe7NVBPc4ukYg==} - engines: {node: '>=16.0.0'} - dependencies: - '@whatwg-node/events': 0.1.1 - busboy: 1.6.0 - fast-querystring: 1.1.2 - fast-url-parser: 1.1.3 - tslib: 2.6.2 - dev: false - /@whatwg-node/node-fetch@0.4.7: - resolution: {integrity: sha512-hoH1HrLkMi5EFd+R8NqmAFHDj2v8731vnz9A+Brn3RSBDGpJxJrqa0LLHlBaZciAIdf+9z+wfErOKfa+s/EdgA==} + /@whatwg-node/node-fetch@0.4.17: + resolution: {integrity: sha512-ltsmEHHToxug9CsMpfUtyoKUQl6GBCN8PcRAY8NLy2NLrGqRTO3N8hRuEH6z4STle9Gvv62pIvgwI/N5rNpzJQ==} engines: {node: '>=16.0.0'} dependencies: '@whatwg-node/events': 0.1.1 @@ -4714,13 +4777,12 @@ packages: fast-querystring: 1.1.2 fast-url-parser: 1.1.3 tslib: 2.6.2 - dev: true /@whatwg-node/server@0.9.2: resolution: {integrity: sha512-W8CzF9Lvu/AKE+HFmKmTwJZ91G+zPmn0zjsl47hjcY5y0/kZqkCqwB86c0y8rRf8+bV5hJ2ChDK8otN0y6fzng==} engines: {node: '>=16.0.0'} dependencies: - '@whatwg-node/fetch': 0.9.8 + '@whatwg-node/fetch': 0.9.12 tslib: 2.6.2 dev: true @@ -6665,6 +6727,36 @@ packages: '@esbuild/win32-ia32': 0.18.16 '@esbuild/win32-x64': 0.18.16 + /esbuild@0.18.20: + resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/android-arm': 0.18.20 + '@esbuild/android-arm64': 0.18.20 + '@esbuild/android-x64': 0.18.20 + '@esbuild/darwin-arm64': 0.18.20 + '@esbuild/darwin-x64': 0.18.20 + '@esbuild/freebsd-arm64': 0.18.20 + '@esbuild/freebsd-x64': 0.18.20 + '@esbuild/linux-arm': 0.18.20 + '@esbuild/linux-arm64': 0.18.20 + '@esbuild/linux-ia32': 0.18.20 + '@esbuild/linux-loong64': 0.18.20 + '@esbuild/linux-mips64el': 0.18.20 + '@esbuild/linux-ppc64': 0.18.20 + '@esbuild/linux-riscv64': 0.18.20 + '@esbuild/linux-s390x': 0.18.20 + '@esbuild/linux-x64': 0.18.20 + '@esbuild/netbsd-x64': 0.18.20 + '@esbuild/openbsd-x64': 0.18.20 + '@esbuild/sunos-x64': 0.18.20 + '@esbuild/win32-arm64': 0.18.20 + '@esbuild/win32-ia32': 0.18.20 + '@esbuild/win32-x64': 0.18.20 + dev: false + /esbuild@0.19.2: resolution: {integrity: sha512-G6hPax8UbFakEj3hWO0Vs52LQ8k3lnBhxZWomUJDxfz3rZTLqF5k/FCzuNdLx2RbpBiQQF9H9onlDDH1lZsnjg==} engines: {node: '>=12'} @@ -7966,10 +8058,10 @@ packages: '@envelop/core': 4.0.0 '@graphql-tools/executor': 1.1.0(graphql@16.8.0) '@graphql-tools/schema': 10.0.0(graphql@16.8.0) - '@graphql-tools/utils': 10.0.5(graphql@16.8.0) + '@graphql-tools/utils': 10.0.6(graphql@16.8.0) '@graphql-yoga/logger': 1.0.0 '@graphql-yoga/subscription': 4.0.0 - '@whatwg-node/fetch': 0.9.8 + '@whatwg-node/fetch': 0.9.12 '@whatwg-node/server': 0.9.2 dset: 3.1.2 graphql: 16.8.0 @@ -8919,9 +9011,9 @@ packages: resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==} dev: true - /lambda-local@2.1.1: - resolution: {integrity: sha512-/bjvifTDx8mOfKwe3pHrmfHyy695Gj2Z++WFL+Sk7/nXjUcDWP/26vIV8Q0LVpyfaGCC47oCK6Y6d/8PNUSNJw==} - engines: {node: '>=6'} + /lambda-local@2.1.2: + resolution: {integrity: sha512-nGTJn2JxZWcLGpNwXFmXC7UEXL7QCLieQWDiXs46vIv9y/gSPm/uHygEMCaym+HIziniAw0XIm+1VTrXCvG1Zw==} + engines: {node: '>=8'} hasBin: true dependencies: commander: 10.0.1 @@ -9655,21 +9747,21 @@ packages: resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} dev: true - /netlify-cli@16.1.0(@types/node@20.5.7): - resolution: {integrity: sha512-HfjbhtwZXTOXWYtokATlNZzfj0MVqRqmnmhT77r4GRT8Ar7xCar6mLSEE1NEQxiVEwrT+U0MICzecs+9FGwXIg==} + /netlify-cli@16.2.0(@types/node@20.5.9): + resolution: {integrity: sha512-I4oDn3ApCzykK6AnejnU6IUr2OiJqpxIR+5+F3YujBakav9AW4s/sNIE9FAryul8u8RGJMfo1J7Irb92+y2uLA==} engines: {node: '>=16.16.0'} hasBin: true requiresBuild: true dependencies: '@bugsnag/js': 7.20.2 '@fastify/static': 6.10.2 - '@netlify/build': 29.20.4(@types/node@20.5.7)(debug@4.3.4) - '@netlify/build-info': 7.7.3 + '@netlify/build': 29.20.8(@types/node@20.5.9)(debug@4.3.4) + '@netlify/build-info': 7.7.4 '@netlify/config': 20.8.0 - '@netlify/edge-bundler': 8.17.1 + '@netlify/edge-bundler': 8.19.0 '@netlify/local-functions-proxy': 1.1.1 - '@netlify/serverless-functions-api': 1.5.2 - '@netlify/zip-it-and-ship-it': 9.15.1(supports-color@9.4.0) + '@netlify/serverless-functions-api': 1.7.3 + '@netlify/zip-it-and-ship-it': 9.17.0(supports-color@9.4.0) '@octokit/rest': 19.0.13 ansi-escapes: 6.2.0 ansi-styles: 6.2.1 @@ -9725,7 +9817,7 @@ packages: isexe: 2.0.0 jsonwebtoken: 9.0.1 jwt-decode: 3.1.2 - lambda-local: 2.1.1 + lambda-local: 2.1.2 listr: 0.14.3 locate-path: 7.2.0 lodash: 4.17.21 @@ -9735,7 +9827,7 @@ packages: multiparty: 4.2.3 netlify: 13.1.10 netlify-headers-parser: 7.1.2 - netlify-redirect-parser: 14.1.3 + netlify-redirect-parser: 14.2.0 netlify-redirector: 0.4.0 node-fetch: 2.6.12 node-version-alias: 3.4.1 @@ -9799,17 +9891,6 @@ packages: '@types/node': 14.18.53 dev: false - /netlify-redirect-parser@14.1.3: - resolution: {integrity: sha512-23svKHdO2QUEJHo3knQV1EpAh8UX/+8zQmwxVMSby4/NRj5vPS+u/yKesY/uHAgcw/28HwvEUGQdbXsPPe7J/Q==} - engines: {node: ^14.16.0 || >=16.0.0} - dependencies: - fast-safe-stringify: 2.1.1 - filter-obj: 5.1.0 - is-plain-obj: 4.1.0 - path-exists: 5.0.0 - toml: 3.0.0 - dev: true - /netlify-redirect-parser@14.2.0: resolution: {integrity: sha512-3Mi7sMH7XXZhjvXx/5RtJ/rU/E6zKkE4etcYQbEu8B3r872D0opoYyGdPW/MvaYQyVdfg23XEFaEI4zzQTupaw==} engines: {node: ^14.16.0 || >=16.0.0} @@ -9896,7 +9977,7 @@ packages: resolution: {integrity: sha512-jn9vOIK/nfqoFCcpK89/VCVaLg1IHE6UVfDOzvqmANaJ/rWCTEdH8RZ1V278nv2jr36BJdyQXIAavBLXpzdlag==} engines: {node: '>=14'} dependencies: - '@babel/parser': 7.22.10 + '@babel/parser': 7.22.11 dev: true /node-stream-zip@1.15.0: @@ -10671,8 +10752,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - /prettier@3.0.2: - resolution: {integrity: sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==} + /prettier@3.0.3: + resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==} engines: {node: '>=14'} hasBin: true dev: true @@ -10757,7 +10838,7 @@ packages: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 20.5.7 + '@types/node': 20.5.9 long: 5.2.3 dev: true @@ -12270,7 +12351,7 @@ packages: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-node@10.9.1(@types/node@20.5.7)(typescript@5.2.2): + /ts-node@10.9.1(@types/node@20.5.9)(typescript@5.2.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -12289,7 +12370,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.5.7 + '@types/node': 20.5.9 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -12362,12 +12443,12 @@ packages: typescript: 5.2.2 dev: true - /tsx@3.12.7: - resolution: {integrity: sha512-C2Ip+jPmqKd1GWVQDvz/Eyc6QJbGfE7NrR3fx5BpEHMZsEHoIxHL1j+lKdGobr8ovEyqeNkPLSKp6SCSOt7gmw==} + /tsx@3.12.8: + resolution: {integrity: sha512-Lt9KYaRGF023tlLInPj8rgHwsZU8qWLBj4iRXNWxTfjIkU7canGL806AqKear1j722plHuiYNcL2ZCo6uS9UJA==} hasBin: true dependencies: '@esbuild-kit/cjs-loader': 2.4.2 - '@esbuild-kit/core-utils': 3.1.0 + '@esbuild-kit/core-utils': 3.2.2 '@esbuild-kit/esm-loader': 2.5.5 optionalDependencies: fsevents: 2.3.2 @@ -12700,7 +12781,7 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - /vite-node@0.34.3(@types/node@20.5.7): + /vite-node@0.34.3(@types/node@20.5.9): resolution: {integrity: sha512-+0TzJf1g0tYXj6tR2vEyiA42OPq68QkRZCu/ERSo2PtsDJfBpDyEfuKbRvLmZqi/CgC7SCBtyC+WjTGNMRIaig==} engines: {node: '>=v14.18.0'} hasBin: true @@ -12710,7 +12791,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.9(@types/node@20.5.7) + vite: 4.4.9(@types/node@20.5.9) transitivePeerDependencies: - '@types/node' - less @@ -12722,7 +12803,7 @@ packages: - terser dev: true - /vite@4.4.9(@types/node@20.5.7): + /vite@4.4.9(@types/node@20.5.9): resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -12750,7 +12831,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.5.7 + '@types/node': 20.5.9 esbuild: 0.18.16 postcss: 8.4.27 rollup: 3.28.0 @@ -12790,7 +12871,7 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 20.5.7 + '@types/node': 20.5.9 '@vitest/expect': 0.34.3 '@vitest/runner': 0.34.3 '@vitest/snapshot': 0.34.3 @@ -12809,8 +12890,8 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.7.0 - vite: 4.4.9(@types/node@20.5.7) - vite-node: 0.34.3(@types/node@20.5.7) + vite: 4.4.9(@types/node@20.5.9) + vite-node: 0.34.3(@types/node@20.5.9) why-is-node-running: 2.2.2 transitivePeerDependencies: - less diff --git a/testbed/basic/fastly/package.json b/testbed/basic/fastly/package.json index 2b9d360f..ad2790ec 100644 --- a/testbed/basic/fastly/package.json +++ b/testbed/basic/fastly/package.json @@ -8,7 +8,7 @@ "@fastly/compute-js-static-publish": "^5.1.1" }, "dependencies": { - "@fastly/js-compute": "^3.3.1" + "@fastly/js-compute": "^3.3.2" }, "engines": { "node": ">=v18.17.1" diff --git a/testbed/basic/package.json b/testbed/basic/package.json index e54af68f..111b1890 100644 --- a/testbed/basic/package.json +++ b/testbed/basic/package.json @@ -23,7 +23,7 @@ "main": "entry-gcf.js", "devDependencies": { "@fastly/compute-js-static-publish": "^5.1.1", - "@fastly/js-compute": "^3.3.1", + "@fastly/js-compute": "^3.3.2", "@hattip/adapter-bun": "workspace:*", "@hattip/adapter-cloudflare-workers": "workspace:*", "@hattip/adapter-deno": "workspace:*", @@ -41,13 +41,13 @@ "@lagon/cli": "^0.7.8", "@types/connect": "^3.4.35", "@types/cookie": "^0.5.1", - "@types/node": "^20.5.7", + "@types/node": "^20.5.9", "@types/ps-tree": "^1.1.2", "@vercel/ncc": "^0.36.1", "cookie": "^0.5.0", "cross-env": "^7.0.3", "esbuild": "^0.19.2", - "netlify-cli": "^16.1.0", + "netlify-cli": "^16.2.0", "node-fetch": "^3.3.2", "nodemon": "^3.0.1", "ps-tree": "^1.2.0",