diff --git a/package.json b/package.json index 9ce14e140fd1..329442c7ead8 100644 --- a/package.json +++ b/package.json @@ -51,17 +51,17 @@ "@babel/core": "^7.22.20", "@babel/generator": "7.23.6", "@babel/node": "7.23.9", - "@babel/plugin-proposal-decorators": "7.23.9", + "@babel/plugin-proposal-decorators": "7.24.0", "@babel/plugin-transform-class-properties": "^7.22.5", "@babel/plugin-transform-nullish-coalescing-operator": "7.23.4", "@babel/plugin-transform-private-methods": "^7.22.5", "@babel/plugin-transform-private-property-in-object": "^7.22.11", "@babel/plugin-transform-react-jsx": "^7.22.15", - "@babel/plugin-transform-runtime": "7.23.9", + "@babel/plugin-transform-runtime": "7.24.0", "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.22.15", - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@faker-js/faker": "8.0.2", "@npmcli/arborist": "7.2.2", "@playwright/test": "1.41.2", diff --git a/packages/api/package.json b/packages/api/package.json index 4f951b851cae..ab4bc0908e12 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -32,7 +32,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@prisma/client": "5.10.2", "@whatwg-node/fetch": "0.9.14", "core-js": "3.35.1", diff --git a/packages/auth-providers/auth0/api/package.json b/packages/auth-providers/auth0/api/package.json index f8f0386be481..0a4b99d21835 100644 --- a/packages/auth-providers/auth0/api/package.json +++ b/packages/auth-providers/auth0/api/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "core-js": "3.35.1", "jsonwebtoken": "9.0.2", "jwks-rsa": "3.1.0" diff --git a/packages/auth-providers/auth0/setup/package.json b/packages/auth-providers/auth0/setup/package.json index 4d6905672b7f..ecffa54b32af 100644 --- a/packages/auth-providers/auth0/setup/package.json +++ b/packages/auth-providers/auth0/setup/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/cli-helpers": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/auth0/web/package.json b/packages/auth-providers/auth0/web/package.json index aa2e71d4e290..dfb04c86cf3d 100644 --- a/packages/auth-providers/auth0/web/package.json +++ b/packages/auth-providers/auth0/web/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/auth": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/azureActiveDirectory/api/package.json b/packages/auth-providers/azureActiveDirectory/api/package.json index d1a6a422fbc5..7c4043b019f7 100644 --- a/packages/auth-providers/azureActiveDirectory/api/package.json +++ b/packages/auth-providers/azureActiveDirectory/api/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "core-js": "3.35.1", "jsonwebtoken": "9.0.2", "jwks-rsa": "3.1.0" diff --git a/packages/auth-providers/azureActiveDirectory/setup/package.json b/packages/auth-providers/azureActiveDirectory/setup/package.json index 4f7056d1c8fa..ff2aa28e2575 100644 --- a/packages/auth-providers/azureActiveDirectory/setup/package.json +++ b/packages/auth-providers/azureActiveDirectory/setup/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/cli-helpers": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/azureActiveDirectory/web/package.json b/packages/auth-providers/azureActiveDirectory/web/package.json index 3f4641a7a037..5f0ec648306b 100644 --- a/packages/auth-providers/azureActiveDirectory/web/package.json +++ b/packages/auth-providers/azureActiveDirectory/web/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/auth": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/clerk/api/package.json b/packages/auth-providers/clerk/api/package.json index 887b47811f18..a2cd7be34637 100644 --- a/packages/auth-providers/clerk/api/package.json +++ b/packages/auth-providers/clerk/api/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@clerk/clerk-sdk-node": "4.13.7", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/clerk/setup/package.json b/packages/auth-providers/clerk/setup/package.json index e1ebb8026794..aebcfd65f49c 100644 --- a/packages/auth-providers/clerk/setup/package.json +++ b/packages/auth-providers/clerk/setup/package.json @@ -21,7 +21,7 @@ "prepublishOnly": "NODE_ENV=production yarn build" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/cli-helpers": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/clerk/web/package.json b/packages/auth-providers/clerk/web/package.json index 8c023910d68c..495e103b18a8 100644 --- a/packages/auth-providers/clerk/web/package.json +++ b/packages/auth-providers/clerk/web/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/auth": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/custom/setup/package.json b/packages/auth-providers/custom/setup/package.json index a75f35979e25..ab2452b5b4b7 100644 --- a/packages/auth-providers/custom/setup/package.json +++ b/packages/auth-providers/custom/setup/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/cli-helpers": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/dbAuth/api/package.json b/packages/auth-providers/dbAuth/api/package.json index d170ff8fcfbc..77f275181326 100644 --- a/packages/auth-providers/dbAuth/api/package.json +++ b/packages/auth-providers/dbAuth/api/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/project-config": "7.0.6", "base64url": "3.0.1", "core-js": "3.35.1", diff --git a/packages/auth-providers/dbAuth/setup/package.json b/packages/auth-providers/dbAuth/setup/package.json index ec44b5285c6c..5a6c04c46c82 100644 --- a/packages/auth-providers/dbAuth/setup/package.json +++ b/packages/auth-providers/dbAuth/setup/package.json @@ -21,7 +21,7 @@ "prepublishOnly": "NODE_ENV=production yarn build" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/cli-helpers": "7.0.6", "@simplewebauthn/browser": "7.4.0", "core-js": "3.35.1", diff --git a/packages/auth-providers/dbAuth/web/package.json b/packages/auth-providers/dbAuth/web/package.json index 8bd2a163a774..31ccf6fad274 100644 --- a/packages/auth-providers/dbAuth/web/package.json +++ b/packages/auth-providers/dbAuth/web/package.json @@ -24,7 +24,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/auth": "7.0.6", "@simplewebauthn/browser": "7.4.0", "core-js": "3.35.1" diff --git a/packages/auth-providers/firebase/api/package.json b/packages/auth-providers/firebase/api/package.json index 0f900b64e690..14606f567bf3 100644 --- a/packages/auth-providers/firebase/api/package.json +++ b/packages/auth-providers/firebase/api/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "core-js": "3.35.1", "firebase-admin": "11.11.1" }, diff --git a/packages/auth-providers/firebase/setup/package.json b/packages/auth-providers/firebase/setup/package.json index bead7803ffdb..1e7c448d1174 100644 --- a/packages/auth-providers/firebase/setup/package.json +++ b/packages/auth-providers/firebase/setup/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/cli-helpers": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/firebase/web/package.json b/packages/auth-providers/firebase/web/package.json index 840df106d941..a0b7411901e6 100644 --- a/packages/auth-providers/firebase/web/package.json +++ b/packages/auth-providers/firebase/web/package.json @@ -23,7 +23,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/auth": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/netlify/api/package.json b/packages/auth-providers/netlify/api/package.json index d975e13a2354..a0611770cf2e 100644 --- a/packages/auth-providers/netlify/api/package.json +++ b/packages/auth-providers/netlify/api/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "core-js": "3.35.1", "jsonwebtoken": "9.0.2" }, diff --git a/packages/auth-providers/netlify/setup/package.json b/packages/auth-providers/netlify/setup/package.json index ab79a371f71d..22764eaac628 100644 --- a/packages/auth-providers/netlify/setup/package.json +++ b/packages/auth-providers/netlify/setup/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/cli-helpers": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/netlify/web/package.json b/packages/auth-providers/netlify/web/package.json index ee22e1276f88..658cfc1f0d29 100644 --- a/packages/auth-providers/netlify/web/package.json +++ b/packages/auth-providers/netlify/web/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/auth": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/supabase/api/package.json b/packages/auth-providers/supabase/api/package.json index fd4810f3724f..f971ab2f18a8 100644 --- a/packages/auth-providers/supabase/api/package.json +++ b/packages/auth-providers/supabase/api/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "core-js": "3.35.1", "jsonwebtoken": "9.0.2" }, diff --git a/packages/auth-providers/supabase/setup/package.json b/packages/auth-providers/supabase/setup/package.json index 39a2a769e705..49005ca45b1f 100644 --- a/packages/auth-providers/supabase/setup/package.json +++ b/packages/auth-providers/supabase/setup/package.json @@ -21,7 +21,7 @@ "prepublishOnly": "NODE_ENV=production yarn build" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/cli-helpers": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/supabase/web/package.json b/packages/auth-providers/supabase/web/package.json index ef45aa50d79b..29593a5a4a6b 100644 --- a/packages/auth-providers/supabase/web/package.json +++ b/packages/auth-providers/supabase/web/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "core-js": "3.35.1" }, "devDependencies": { diff --git a/packages/auth-providers/supertokens/api/package.json b/packages/auth-providers/supertokens/api/package.json index daf96afc56c9..652a92704904 100644 --- a/packages/auth-providers/supertokens/api/package.json +++ b/packages/auth-providers/supertokens/api/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "core-js": "3.35.1", "jsonwebtoken": "9.0.2", "jwks-rsa": "3.1.0" diff --git a/packages/auth-providers/supertokens/setup/package.json b/packages/auth-providers/supertokens/setup/package.json index 2813e79d3547..4b6c9b723463 100644 --- a/packages/auth-providers/supertokens/setup/package.json +++ b/packages/auth-providers/supertokens/setup/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/cli-helpers": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/supertokens/web/package.json b/packages/auth-providers/supertokens/web/package.json index 7513e0f5bb6d..50638529396a 100644 --- a/packages/auth-providers/supertokens/web/package.json +++ b/packages/auth-providers/supertokens/web/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/auth": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/auth/package.json b/packages/auth/package.json index 99fc41d6f18c..19fb06c24834 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -23,7 +23,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "core-js": "3.35.1", "react": "18.2.0" }, diff --git a/packages/babel-config/package.json b/packages/babel-config/package.json index 510e64de0f44..ea2a95de7266 100644 --- a/packages/babel-config/package.json +++ b/packages/babel-config/package.json @@ -28,12 +28,12 @@ "@babel/plugin-transform-private-methods": "^7.22.5", "@babel/plugin-transform-private-property-in-object": "^7.22.11", "@babel/plugin-transform-react-jsx": "^7.22.15", - "@babel/plugin-transform-runtime": "7.23.9", + "@babel/plugin-transform-runtime": "7.24.0", "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.22.15", "@babel/register": "^7.22.15", - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@babel/traverse": "^7.22.20", "@redwoodjs/project-config": "7.0.6", "babel-plugin-auto-import": "1.1.0", diff --git a/packages/babel-config/src/__tests__/api.test.ts b/packages/babel-config/src/__tests__/api.test.ts index 97581def11d9..7a40e3798481 100644 --- a/packages/babel-config/src/__tests__/api.test.ts +++ b/packages/babel-config/src/__tests__/api.test.ts @@ -175,7 +175,7 @@ describe('api', () => { proposals: true, version: 3, }, - version: '7.23.9', + version: '7.24.0', }, ]) diff --git a/packages/cli/package.json b/packages/cli/package.json index 22e3fa9fe5e1..2c557125d5bf 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -29,7 +29,7 @@ "test:watch": "vitest watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@iarna/toml": "2.2.5", "@opentelemetry/api": "1.7.0", "@opentelemetry/core": "1.21.0", diff --git a/packages/codemods/package.json b/packages/codemods/package.json index c06a015b581e..4b2cedd93d7a 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -27,7 +27,7 @@ "@babel/core": "^7.22.20", "@babel/parser": "^7.22.16", "@babel/plugin-transform-typescript": "^7.22.15", - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@babel/traverse": "^7.22.20", "@iarna/toml": "2.2.5", "@redwoodjs/project-config": "7.0.6", diff --git a/packages/core/package.json b/packages/core/package.json index 1a9e58feb006..453df162558b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@babel/cli": "7.23.9", - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@pmmmwh/react-refresh-webpack-plugin": "0.5.11", "@redwoodjs/cli": "7.0.6", "@redwoodjs/eslint-config": "7.0.6", diff --git a/packages/forms/package.json b/packages/forms/package.json index 407082d35ee1..0f8b1f79ee00 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "core-js": "3.35.1", "graphql": "16.8.1", "pascalcase": "1.0.0", diff --git a/packages/graphql-server/package.json b/packages/graphql-server/package.json index a29d1db5e6b5..843d3a21447e 100644 --- a/packages/graphql-server/package.json +++ b/packages/graphql-server/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@envelop/core": "5.0.0", "@envelop/depth-limit": "4.0.0", "@envelop/disable-introspection": "6.0.0", diff --git a/packages/internal/package.json b/packages/internal/package.json index 840a559cb4dd..e49c43c90439 100644 --- a/packages/internal/package.json +++ b/packages/internal/package.json @@ -32,7 +32,7 @@ "@babel/parser": "^7.22.16", "@babel/plugin-transform-react-jsx": "^7.22.15", "@babel/plugin-transform-typescript": "^7.22.15", - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@babel/traverse": "^7.22.20", "@graphql-codegen/add": "4.0.1", "@graphql-codegen/cli": "3.3.1", diff --git a/packages/prerender/package.json b/packages/prerender/package.json index 713c98889147..9fc808ad05b9 100644 --- a/packages/prerender/package.json +++ b/packages/prerender/package.json @@ -25,7 +25,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/auth": "7.0.6", "@redwoodjs/internal": "7.0.6", "@redwoodjs/project-config": "7.0.6", diff --git a/packages/record/package.json b/packages/record/package.json index b5712405967b..c6e50ded9fa6 100644 --- a/packages/record/package.json +++ b/packages/record/package.json @@ -23,7 +23,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@prisma/client": "5.10.2", "@redwoodjs/project-config": "7.0.6", "core-js": "3.35.1" diff --git a/packages/router/package.json b/packages/router/package.json index 1d6e3b6eedb6..a86121d06c4d 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -25,7 +25,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/auth": "7.0.6", "core-js": "3.35.1" }, diff --git a/packages/structure/package.json b/packages/structure/package.json index a3adf387e83f..16e120b836ef 100644 --- a/packages/structure/package.json +++ b/packages/structure/package.json @@ -25,7 +25,7 @@ "test:watch": "vitest watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@iarna/toml": "2.2.5", "@prisma/internals": "5.10.2", "@redwoodjs/project-config": "7.0.6", diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index d5ecb24a973d..06e02f59957d 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -22,7 +22,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/project-config": "7.0.6", "@redwoodjs/structure": "7.0.6", "@whatwg-node/fetch": "0.9.14", diff --git a/packages/testing/package.json b/packages/testing/package.json index 3e474a665c79..a6c593b32274 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -28,7 +28,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/auth": "7.0.6", "@redwoodjs/babel-config": "7.0.6", "@redwoodjs/context": "7.0.6", diff --git a/packages/vite/package.json b/packages/vite/package.json index 9a5da4646faf..da5e973facda 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -26,7 +26,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/internal": "7.0.6", "@redwoodjs/project-config": "7.0.6", "@vitejs/plugin-react": "4.2.1", diff --git a/packages/web/package.json b/packages/web/package.json index 0b7f2f1a6150..3eff45f4cd17 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@apollo/client": "3.9.5", - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/auth": "7.0.6", "core-js": "3.35.1", "graphql": "16.8.1", diff --git a/yarn.lock b/yarn.lock index 969c16c2737c..eba4ece2b744 100644 --- a/yarn.lock +++ b/yarn.lock @@ -372,7 +372,7 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.23.3, @babel/compat-data@npm:^7.23.5": +"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.23.5": version: 7.23.5 resolution: "@babel/compat-data@npm:7.23.5" checksum: 10c0/081278ed46131a890ad566a59c61600a5f9557bd8ee5e535890c8548192532ea92590742fd74bd9db83d74c669ef8a04a7e1c85cdea27f960233e3b83c3a957c @@ -380,25 +380,25 @@ __metadata: linkType: hard "@babel/core@npm:^7.11.1, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.12.9, @babel/core@npm:^7.13.16, @babel/core@npm:^7.14.0, @babel/core@npm:^7.18.9, @babel/core@npm:^7.21.3, @babel/core@npm:^7.22.20, @babel/core@npm:^7.23.0, @babel/core@npm:^7.23.2, @babel/core@npm:^7.23.5": - version: 7.23.9 - resolution: "@babel/core@npm:7.23.9" + version: 7.24.0 + resolution: "@babel/core@npm:7.24.0" dependencies: "@ampproject/remapping": "npm:^2.2.0" "@babel/code-frame": "npm:^7.23.5" "@babel/generator": "npm:^7.23.6" "@babel/helper-compilation-targets": "npm:^7.23.6" "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helpers": "npm:^7.23.9" - "@babel/parser": "npm:^7.23.9" - "@babel/template": "npm:^7.23.9" - "@babel/traverse": "npm:^7.23.9" - "@babel/types": "npm:^7.23.9" + "@babel/helpers": "npm:^7.24.0" + "@babel/parser": "npm:^7.24.0" + "@babel/template": "npm:^7.24.0" + "@babel/traverse": "npm:^7.24.0" + "@babel/types": "npm:^7.24.0" convert-source-map: "npm:^2.0.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: 10c0/03883300bf1252ab4c9ba5b52f161232dd52873dbe5cde9289bb2bb26e935c42682493acbac9194a59a3b6cbd17f4c4c84030db8d6d482588afe64531532ff9b + checksum: 10c0/bb37cbf0bdfd676b246af0a3d9a7932d10573f2d45114fdda02a71889e35530ce13d8930177e78b065d6734b8d45a4fbf7c77f223b1d44b4a28cfe5fefee93ed languageName: node linkType: hard @@ -471,9 +471,9 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.22.15, @babel/helper-create-class-features-plugin@npm:^7.23.6, @babel/helper-create-class-features-plugin@npm:^7.23.9": - version: 7.23.9 - resolution: "@babel/helper-create-class-features-plugin@npm:7.23.9" +"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.22.15, @babel/helper-create-class-features-plugin@npm:^7.23.6, @babel/helper-create-class-features-plugin@npm:^7.24.0": + version: 7.24.0 + resolution: "@babel/helper-create-class-features-plugin@npm:7.24.0" dependencies: "@babel/helper-annotate-as-pure": "npm:^7.22.5" "@babel/helper-environment-visitor": "npm:^7.22.20" @@ -486,7 +486,7 @@ __metadata: semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/3bcbd699c34805e3dcc627e14b603da11e0c0535084d092cef38f78473e2a3db294690463b05e0ab78d375527894bffffb93a41534ba3ae9850757ef72d71c91 + checksum: 10c0/341548496df202805489422a160bba75b111d994c64d788a397c35f01784632af48bf06023af8aa2fe72c2c254f8c885b4e0f7f3df5ef17a37370f2feaf80328 languageName: node linkType: hard @@ -586,10 +586,10 @@ __metadata: languageName: node linkType: hard -"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": - version: 7.22.5 - resolution: "@babel/helper-plugin-utils@npm:7.22.5" - checksum: 10c0/d2c4bfe2fa91058bcdee4f4e57a3f4933aed7af843acfd169cd6179fab8d13c1d636474ecabb2af107dc77462c7e893199aa26632bac1c6d7e025a17cbb9d20d +"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.24.0, @babel/helper-plugin-utils@npm:^7.8.0, @babel/helper-plugin-utils@npm:^7.8.3": + version: 7.24.0 + resolution: "@babel/helper-plugin-utils@npm:7.24.0" + checksum: 10c0/90f41bd1b4dfe7226b1d33a4bb745844c5c63e400f9e4e8bf9103a7ceddd7d425d65333b564d9daba3cebd105985764d51b4bd4c95822b97c2e3ac1201a8a5da languageName: node linkType: hard @@ -678,14 +678,14 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.23.9": - version: 7.23.9 - resolution: "@babel/helpers@npm:7.23.9" +"@babel/helpers@npm:^7.24.0": + version: 7.24.0 + resolution: "@babel/helpers@npm:7.24.0" dependencies: - "@babel/template": "npm:^7.23.9" - "@babel/traverse": "npm:^7.23.9" - "@babel/types": "npm:^7.23.9" - checksum: 10c0/f69fd0aca96a6fb8bd6dd044cd8a5c0f1851072d4ce23355345b9493c4032e76d1217f86b70df795e127553cf7f3fcd1587ede9d1b03b95e8b62681ca2165b87 + "@babel/template": "npm:^7.24.0" + "@babel/traverse": "npm:^7.24.0" + "@babel/types": "npm:^7.24.0" + checksum: 10c0/dd27c9f11c1c5244ef312fae37636f2fcc69c541c46508017b846c4cf680af059f1922ce84e3f778f123a70d027ded75c96070ee8e906f3bc52dc26dc43df608 languageName: node linkType: hard @@ -718,12 +718,12 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.1.6, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.14.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.16.8, @babel/parser@npm:^7.20.15, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.22.16, @babel/parser@npm:^7.23.0, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.3.2": - version: 7.23.9 - resolution: "@babel/parser@npm:7.23.9" +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.1.6, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.14.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.16.8, @babel/parser@npm:^7.20.15, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.22.16, @babel/parser@npm:^7.23.0, @babel/parser@npm:^7.24.0, @babel/parser@npm:^7.3.2": + version: 7.24.0 + resolution: "@babel/parser@npm:7.24.0" bin: parser: ./bin/babel-parser.js - checksum: 10c0/7df97386431366d4810538db4b9ec538f4377096f720c0591c7587a16f6810e62747e9fbbfa1ff99257fd4330035e4fb1b5b77c7bd3b97ce0d2e3780a6618975 + checksum: 10c0/77593d0b9de9906823c4d653bb6cda1c7593837598516330f655f70cba6224a37def7dbe5b4dad0038482d407d8d209eb8be5f48ca9a13357d769f829c5adb8e languageName: node linkType: hard @@ -775,16 +775,16 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-decorators@npm:7.23.9": - version: 7.23.9 - resolution: "@babel/plugin-proposal-decorators@npm:7.23.9" +"@babel/plugin-proposal-decorators@npm:7.24.0": + version: 7.24.0 + resolution: "@babel/plugin-proposal-decorators@npm:7.24.0" dependencies: - "@babel/helper-create-class-features-plugin": "npm:^7.23.9" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/plugin-syntax-decorators": "npm:^7.23.3" + "@babel/helper-create-class-features-plugin": "npm:^7.24.0" + "@babel/helper-plugin-utils": "npm:^7.24.0" + "@babel/plugin-syntax-decorators": "npm:^7.24.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/3e5d7f077bc8a98c72b2de275095bf2556b39fcc1c2b0f77ea73b171ff872548288ac228d13af24e3c6f657807f93ada21fbb35cb5201a63ce858caae6afbde1 + checksum: 10c0/6bf16cb2b5b2f1b63b5ea964853cd3b3419c8285296b5bf64a64127c9d5c1b2e6829e84bd92734e4b71df67686d8f36fb01bb8a45fc52bcece7503b73bc42ec7 languageName: node linkType: hard @@ -881,14 +881,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-decorators@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-syntax-decorators@npm:7.23.3" +"@babel/plugin-syntax-decorators@npm:^7.24.0": + version: 7.24.0 + resolution: "@babel/plugin-syntax-decorators@npm:7.24.0" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/86299c050b0a5b6565d6b9e3529f2d6dca4780215ab88050bdd0ae9a576868a17f9cd1e140857089cc5d06bdfeb89f0711285f99481b82316896a552a62e449f + checksum: 10c0/6c11801e062772d4e1b0b418a4732574128b1dfc13193a2909fa93937346746aaa7046f88f6026ff3c80777c967d0fe2e4bb19a1d3fb399e8349c81741e4f471 languageName: node linkType: hard @@ -1457,18 +1457,18 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-object-rest-spread@npm:^7.23.4": - version: 7.23.4 - resolution: "@babel/plugin-transform-object-rest-spread@npm:7.23.4" +"@babel/plugin-transform-object-rest-spread@npm:^7.24.0": + version: 7.24.0 + resolution: "@babel/plugin-transform-object-rest-spread@npm:7.24.0" dependencies: - "@babel/compat-data": "npm:^7.23.3" - "@babel/helper-compilation-targets": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/compat-data": "npm:^7.23.5" + "@babel/helper-compilation-targets": "npm:^7.23.6" + "@babel/helper-plugin-utils": "npm:^7.24.0" "@babel/plugin-syntax-object-rest-spread": "npm:^7.8.3" "@babel/plugin-transform-parameters": "npm:^7.23.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/b56017992ffe7fcd1dd9a9da67c39995a141820316266bcf7d77dc912980d228ccbd3f36191d234f5cc389b09157b5d2a955e33e8fb368319534affd1c72b262 + checksum: 10c0/02fe8b99ee6329e68b97b1b1b5410e50c6c20470e73dcd1d287c6ddb5623c654dce82327b2a3f6710ee3b512fe4950e43ab81d0bbc33d771f0cad3bc3cef87c6 languageName: node linkType: hard @@ -1651,19 +1651,19 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-runtime@npm:7.23.9": - version: 7.23.9 - resolution: "@babel/plugin-transform-runtime@npm:7.23.9" +"@babel/plugin-transform-runtime@npm:7.24.0": + version: 7.24.0 + resolution: "@babel/plugin-transform-runtime@npm:7.24.0" dependencies: "@babel/helper-module-imports": "npm:^7.22.15" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.0" babel-plugin-polyfill-corejs2: "npm:^0.4.8" babel-plugin-polyfill-corejs3: "npm:^0.9.0" babel-plugin-polyfill-regenerator: "npm:^0.5.5" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/3b959c2b88ea0009c288fa190d9f69b0d26cb336b8a7cab54a5e54b844f33cce1996725c15305a40049c8f23ca30082ee27e1f6853ff35fad723543e3d2dba47 + checksum: 10c0/a632e0c6f4b1be21955646ba4f6e4af323daaa6ab68ce39f92f5186d444402e920b33cabd40759c36f72d8c36f256a35ea03060e407ca69bcf373fdcb450aa42 languageName: node linkType: hard @@ -1785,12 +1785,12 @@ __metadata: linkType: hard "@babel/preset-env@npm:^7.22.20, @babel/preset-env@npm:^7.23.2": - version: 7.23.9 - resolution: "@babel/preset-env@npm:7.23.9" + version: 7.24.0 + resolution: "@babel/preset-env@npm:7.24.0" dependencies: "@babel/compat-data": "npm:^7.23.5" "@babel/helper-compilation-targets": "npm:^7.23.6" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.0" "@babel/helper-validator-option": "npm:^7.23.5" "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.23.3" "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.23.3" @@ -1843,7 +1843,7 @@ __metadata: "@babel/plugin-transform-new-target": "npm:^7.23.3" "@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.23.4" "@babel/plugin-transform-numeric-separator": "npm:^7.23.4" - "@babel/plugin-transform-object-rest-spread": "npm:^7.23.4" + "@babel/plugin-transform-object-rest-spread": "npm:^7.24.0" "@babel/plugin-transform-object-super": "npm:^7.23.3" "@babel/plugin-transform-optional-catch-binding": "npm:^7.23.4" "@babel/plugin-transform-optional-chaining": "npm:^7.23.4" @@ -1870,7 +1870,7 @@ __metadata: semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/2837a42089180e51bfd6864b6d197e01fc0abec1920422e71c0513c2fc8fb5f3bfe694ed778cc4e45856c546964945bc53bf8105e4b26f3580ce3685fa50cc0f + checksum: 10c0/cb5098bb860aede8418f204d7a693108d7c318edbb227f9842ac6aa71f2154ea1737846994af9bcd0c0b716cd73904f69f09bef635a9679465ec3558144beb4f languageName: node linkType: hard @@ -1953,13 +1953,13 @@ __metadata: languageName: node linkType: hard -"@babel/runtime-corejs3@npm:7.23.9": - version: 7.23.9 - resolution: "@babel/runtime-corejs3@npm:7.23.9" +"@babel/runtime-corejs3@npm:7.24.0": + version: 7.24.0 + resolution: "@babel/runtime-corejs3@npm:7.24.0" dependencies: core-js-pure: "npm:^3.30.2" regenerator-runtime: "npm:^0.14.0" - checksum: 10c0/7926ebf38285b41e2a486b25aaa10861db1cfd29accd0b0eaa1338080d853339481f78d8d73e5d1f219a8ad52c477dcd4e7cc3473d1befbb290c77b27ed1ec91 + checksum: 10c0/5ed3f35c8bd06cd7f398112577b440d8ed4dfbe95f35695990b739543c0199bccd09f2c4c7870a82b7088652bc365bdd3548e6306e603bc036afcecb580e3755 languageName: node linkType: hard @@ -1972,20 +1972,20 @@ __metadata: languageName: node linkType: hard -"@babel/template@npm:^7.18.10, @babel/template@npm:^7.20.7, @babel/template@npm:^7.22.15, @babel/template@npm:^7.23.9, @babel/template@npm:^7.3.3": - version: 7.23.9 - resolution: "@babel/template@npm:7.23.9" +"@babel/template@npm:^7.18.10, @babel/template@npm:^7.20.7, @babel/template@npm:^7.22.15, @babel/template@npm:^7.24.0, @babel/template@npm:^7.3.3": + version: 7.24.0 + resolution: "@babel/template@npm:7.24.0" dependencies: "@babel/code-frame": "npm:^7.23.5" - "@babel/parser": "npm:^7.23.9" - "@babel/types": "npm:^7.23.9" - checksum: 10c0/0e8b60119433787742bc08ae762bbd8d6755611c4cabbcb7627b292ec901a55af65d93d1c88572326069efb64136ef151ec91ffb74b2df7689bbab237030833a + "@babel/parser": "npm:^7.24.0" + "@babel/types": "npm:^7.24.0" + checksum: 10c0/9d3dd8d22fe1c36bc3bdef6118af1f4b030aaf6d7d2619f5da203efa818a2185d717523486c111de8d99a8649ddf4bbf6b2a7a64962d8411cf6a8fa89f010e54 languageName: node linkType: hard -"@babel/traverse@npm:^7.1.6, @babel/traverse@npm:^7.14.0, @babel/traverse@npm:^7.16.8, @babel/traverse@npm:^7.18.9, @babel/traverse@npm:^7.22.20, @babel/traverse@npm:^7.23.2, @babel/traverse@npm:^7.23.9": - version: 7.23.9 - resolution: "@babel/traverse@npm:7.23.9" +"@babel/traverse@npm:^7.1.6, @babel/traverse@npm:^7.14.0, @babel/traverse@npm:^7.16.8, @babel/traverse@npm:^7.18.9, @babel/traverse@npm:^7.22.20, @babel/traverse@npm:^7.23.2, @babel/traverse@npm:^7.24.0": + version: 7.24.0 + resolution: "@babel/traverse@npm:7.24.0" dependencies: "@babel/code-frame": "npm:^7.23.5" "@babel/generator": "npm:^7.23.6" @@ -1993,22 +1993,22 @@ __metadata: "@babel/helper-function-name": "npm:^7.23.0" "@babel/helper-hoist-variables": "npm:^7.22.5" "@babel/helper-split-export-declaration": "npm:^7.22.6" - "@babel/parser": "npm:^7.23.9" - "@babel/types": "npm:^7.23.9" + "@babel/parser": "npm:^7.24.0" + "@babel/types": "npm:^7.24.0" debug: "npm:^4.3.1" globals: "npm:^11.1.0" - checksum: 10c0/d1615d1d02f04d47111a7ea4446a1a6275668ca39082f31d51f08380de9502e19862be434eaa34b022ce9a17dbb8f9e2b73a746c654d9575f3a680a7ffdf5630 + checksum: 10c0/55ffd2b0ce0fbd0a09051edc4def4fb1e96f35e0b100c0dc2a7429df569971ae312c290e980e423471f350961705698a257c7eea8c8304918024cc26f02468ba languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.1.6, @babel/types@npm:^7.16.8, @babel/types@npm:^7.18.13, @babel/types@npm:^7.18.9, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.4, @babel/types@npm:^7.23.6, @babel/types@npm:^7.23.9, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": - version: 7.23.9 - resolution: "@babel/types@npm:7.23.9" +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.1.6, @babel/types@npm:^7.16.8, @babel/types@npm:^7.18.13, @babel/types@npm:^7.18.9, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.4, @babel/types@npm:^7.23.6, @babel/types@npm:^7.24.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": + version: 7.24.0 + resolution: "@babel/types@npm:7.24.0" dependencies: "@babel/helper-string-parser": "npm:^7.23.4" "@babel/helper-validator-identifier": "npm:^7.22.20" to-fast-properties: "npm:^2.0.0" - checksum: 10c0/edc7bb180ce7e4d2aea10c6972fb10474341ac39ba8fdc4a27ffb328368dfdfbf40fca18e441bbe7c483774500d5c05e222cec276c242e952853dcaf4eb884f7 + checksum: 10c0/777a0bb5dbe038ca4c905fdafb1cdb6bdd10fe9d63ce13eca0bd91909363cbad554a53dc1f902004b78c1dcbc742056f877f2c99eeedff647333b1fadf51235d languageName: node linkType: hard @@ -7425,7 +7425,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@prisma/client": "npm:5.10.2" "@types/aws-lambda": "npm:8.10.126" "@types/jsonwebtoken": "npm:9.0.5" @@ -7467,7 +7467,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/api": "npm:7.0.6" "@types/jsonwebtoken": "npm:9.0.5" core-js: "npm:3.35.1" @@ -7484,7 +7484,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/cli-helpers": "npm:7.0.6" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7500,7 +7500,7 @@ __metadata: "@auth0/auth0-spa-js": "npm:2.1.2" "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/auth": "npm:7.0.6" "@types/react": "npm:^18.2.55" core-js: "npm:3.35.1" @@ -7518,7 +7518,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/api": "npm:7.0.6" "@types/aws-lambda": "npm:8.10.126" "@types/jsonwebtoken": "npm:9.0.5" @@ -7536,7 +7536,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/cli-helpers": "npm:7.0.6" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7552,7 +7552,7 @@ __metadata: "@azure/msal-browser": "npm:2.38.3" "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/auth": "npm:7.0.6" "@types/netlify-identity-widget": "npm:1.9.6" "@types/react": "npm:^18.2.55" @@ -7571,7 +7571,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@clerk/clerk-sdk-node": "npm:4.13.7" "@redwoodjs/api": "npm:7.0.6" "@types/aws-lambda": "npm:8.10.126" @@ -7587,7 +7587,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/cli-helpers": "npm:7.0.6" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7601,7 +7601,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@clerk/clerk-react": "npm:4.30.3" "@clerk/types": "npm:3.60.0" "@redwoodjs/auth": "npm:7.0.6" @@ -7621,7 +7621,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/cli-helpers": "npm:7.0.6" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7636,7 +7636,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/api": "npm:7.0.6" "@redwoodjs/project-config": "npm:7.0.6" "@simplewebauthn/server": "npm:7.4.0" @@ -7657,7 +7657,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/cli-helpers": "npm:7.0.6" "@simplewebauthn/browser": "npm:7.4.0" "@simplewebauthn/typescript-types": "npm:7.4.0" @@ -7675,7 +7675,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/auth": "npm:7.0.6" "@simplewebauthn/browser": "npm:7.4.0" "@simplewebauthn/typescript-types": "npm:7.4.0" @@ -7693,7 +7693,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/api": "npm:7.0.6" "@types/aws-lambda": "npm:8.10.126" core-js: "npm:3.35.1" @@ -7709,7 +7709,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/cli-helpers": "npm:7.0.6" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7724,7 +7724,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/auth": "npm:7.0.6" "@types/react": "npm:^18.2.55" core-js: "npm:3.35.1" @@ -7743,7 +7743,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/api": "npm:7.0.6" "@types/aws-lambda": "npm:8.10.126" "@types/jsonwebtoken": "npm:9.0.5" @@ -7760,7 +7760,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/cli-helpers": "npm:7.0.6" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7775,7 +7775,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/auth": "npm:7.0.6" "@types/netlify-identity-widget": "npm:1.9.6" "@types/react": "npm:^18.2.55" @@ -7794,7 +7794,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/api": "npm:7.0.6" "@types/aws-lambda": "npm:8.10.126" "@types/jsonwebtoken": "npm:9.0.5" @@ -7811,7 +7811,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/cli-helpers": "npm:7.0.6" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7825,7 +7825,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@supabase/supabase-js": "npm:2.39.0" "@types/react": "npm:^18.2.55" core-js: "npm:3.35.1" @@ -7843,7 +7843,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/api": "npm:7.0.6" "@types/jsonwebtoken": "npm:9.0.5" core-js: "npm:3.35.1" @@ -7862,7 +7862,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/cli-helpers": "npm:7.0.6" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7878,7 +7878,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/auth": "npm:7.0.6" "@types/react": "npm:^18.2.55" core-js: "npm:3.35.1" @@ -7897,7 +7897,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@testing-library/jest-dom": "npm:6.3.0" "@testing-library/react": "npm:14.1.2" core-js: "npm:3.35.1" @@ -7918,12 +7918,12 @@ __metadata: "@babel/plugin-transform-private-methods": "npm:^7.22.5" "@babel/plugin-transform-private-property-in-object": "npm:^7.22.11" "@babel/plugin-transform-react-jsx": "npm:^7.22.15" - "@babel/plugin-transform-runtime": "npm:7.23.9" + "@babel/plugin-transform-runtime": "npm:7.24.0" "@babel/preset-env": "npm:^7.22.20" "@babel/preset-react": "npm:^7.22.15" "@babel/preset-typescript": "npm:^7.22.15" "@babel/register": "npm:^7.22.15" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@babel/traverse": "npm:^7.22.20" "@redwoodjs/framework-tools": "npm:7.0.6" "@redwoodjs/project-config": "npm:7.0.6" @@ -8025,7 +8025,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@iarna/toml": "npm:2.2.5" "@opentelemetry/api": "npm:1.7.0" "@opentelemetry/core": "npm:1.21.0" @@ -8098,7 +8098,7 @@ __metadata: "@babel/core": "npm:^7.22.20" "@babel/parser": "npm:^7.22.16" "@babel/plugin-transform-typescript": "npm:^7.22.15" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@babel/traverse": "npm:^7.22.20" "@iarna/toml": "npm:2.2.5" "@redwoodjs/project-config": "npm:7.0.6" @@ -8147,7 +8147,7 @@ __metadata: resolution: "@redwoodjs/core@workspace:packages/core" dependencies: "@babel/cli": "npm:7.23.9" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@pmmmwh/react-refresh-webpack-plugin": "npm:0.5.11" "@redwoodjs/cli": "npm:7.0.6" "@redwoodjs/eslint-config": "npm:7.0.6" @@ -8267,7 +8267,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@testing-library/dom": "npm:9.3.4" "@testing-library/jest-dom": "npm:6.3.0" "@testing-library/react": "npm:14.1.2" @@ -8308,7 +8308,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@envelop/core": "npm:5.0.0" "@envelop/depth-limit": "npm:4.0.0" "@envelop/disable-introspection": "npm:6.0.0" @@ -8354,7 +8354,7 @@ __metadata: "@babel/parser": "npm:^7.22.16" "@babel/plugin-transform-react-jsx": "npm:^7.22.15" "@babel/plugin-transform-typescript": "npm:^7.22.15" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@babel/traverse": "npm:^7.22.20" "@graphql-codegen/add": "npm:4.0.1" "@graphql-codegen/cli": "npm:3.3.1" @@ -8492,7 +8492,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/auth": "npm:7.0.6" "@redwoodjs/internal": "npm:7.0.6" "@redwoodjs/project-config": "npm:7.0.6" @@ -8568,7 +8568,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@prisma/client": "npm:5.10.2" "@prisma/internals": "npm:5.10.2" "@redwoodjs/project-config": "npm:7.0.6" @@ -8584,7 +8584,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/auth": "npm:7.0.6" "@types/react": "npm:^18.2.55" "@types/react-dom": "npm:^18.2.19" @@ -8606,7 +8606,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@iarna/toml": "npm:2.2.5" "@prisma/internals": "npm:5.10.2" "@redwoodjs/project-config": "npm:7.0.6" @@ -8645,7 +8645,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/project-config": "npm:7.0.6" "@redwoodjs/structure": "npm:7.0.6" "@types/envinfo": "npm:7.8.3" @@ -8668,7 +8668,7 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/auth": "npm:7.0.6" "@redwoodjs/babel-config": "npm:7.0.6" "@redwoodjs/context": "npm:7.0.6" @@ -8717,7 +8717,7 @@ __metadata: resolution: "@redwoodjs/vite@workspace:packages/vite" dependencies: "@babel/cli": "npm:7.23.9" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/internal": "npm:7.0.6" "@redwoodjs/project-config": "npm:7.0.6" "@types/react": "npm:^18.2.55" @@ -8763,7 +8763,7 @@ __metadata: "@apollo/client": "npm:3.9.5" "@babel/cli": "npm:7.23.9" "@babel/core": "npm:^7.22.20" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@redwoodjs/auth": "npm:7.0.6" "@testing-library/jest-dom": "npm:6.3.0" "@testing-library/react": "npm:14.1.2" @@ -29543,17 +29543,17 @@ __metadata: "@babel/core": "npm:^7.22.20" "@babel/generator": "npm:7.23.6" "@babel/node": "npm:7.23.9" - "@babel/plugin-proposal-decorators": "npm:7.23.9" + "@babel/plugin-proposal-decorators": "npm:7.24.0" "@babel/plugin-transform-class-properties": "npm:^7.22.5" "@babel/plugin-transform-nullish-coalescing-operator": "npm:7.23.4" "@babel/plugin-transform-private-methods": "npm:^7.22.5" "@babel/plugin-transform-private-property-in-object": "npm:^7.22.11" "@babel/plugin-transform-react-jsx": "npm:^7.22.15" - "@babel/plugin-transform-runtime": "npm:7.23.9" + "@babel/plugin-transform-runtime": "npm:7.24.0" "@babel/preset-env": "npm:^7.22.20" "@babel/preset-react": "npm:^7.22.15" "@babel/preset-typescript": "npm:^7.22.15" - "@babel/runtime-corejs3": "npm:7.23.9" + "@babel/runtime-corejs3": "npm:7.24.0" "@faker-js/faker": "npm:8.0.2" "@npmcli/arborist": "npm:7.2.2" "@playwright/test": "npm:1.41.2"