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 54be61dfd565..eae1e369924c 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.16", "core-js": "3.35.1", diff --git a/packages/auth-providers/auth0/api/package.json b/packages/auth-providers/auth0/api/package.json index b8df03066329..abc453955209 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 b1af0773d41b..b49f435651a7 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/auth0/web/package.json b/packages/auth-providers/auth0/web/package.json index f4e234f923be..edd18bb97e9c 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/azureActiveDirectory/api/package.json b/packages/auth-providers/azureActiveDirectory/api/package.json index 8417c15bd114..ac7cc64e87a4 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 f069cf493109..8e15a5bec9b8 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/azureActiveDirectory/web/package.json b/packages/auth-providers/azureActiveDirectory/web/package.json index 7c73ea9a3a8d..f44dcdb8167c 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/clerk/api/package.json b/packages/auth-providers/clerk/api/package.json index c49ce7a9274e..67b271846d7c 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 d3a746e51484..fa41d8b1e617 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/clerk/web/package.json b/packages/auth-providers/clerk/web/package.json index af941e55c0cf..4162fa5ccac1 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/custom/setup/package.json b/packages/auth-providers/custom/setup/package.json index 45acd352e1b3..5a354f42938c 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/dbAuth/api/package.json b/packages/auth-providers/dbAuth/api/package.json index 491334ed712f..af90a59d5023 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.0", "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 9e95813b4fdc..792b91ad65cf 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.0", "@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 46e310dcc2b2..6a994eceff9c 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.0", "@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 524f2d02aca8..2282c5e0bc9b 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 983888702503..1e2f334ae4f7 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/firebase/web/package.json b/packages/auth-providers/firebase/web/package.json index 610015333edd..4996760cd6e1 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/netlify/api/package.json b/packages/auth-providers/netlify/api/package.json index 65307c7b004f..15e5d1368aed 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 b28db05b4990..3036c1669c00 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/netlify/web/package.json b/packages/auth-providers/netlify/web/package.json index e911e41ccb95..01cd88225020 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/supabase/api/package.json b/packages/auth-providers/supabase/api/package.json index 69cd4622cc7f..3cd447cd1800 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 becedbc1f646..acdeb4fbf6a3 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/supabase/web/package.json b/packages/auth-providers/supabase/web/package.json index 5bd16a5acae8..ab8776370504 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 5f6d9cf7c1f8..f136eea26ea4 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 f909283a0180..4e086ef91a8c 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth-providers/supertokens/web/package.json b/packages/auth-providers/supertokens/web/package.json index 57a7e59bad7c..399cfae7a75c 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.0", "core-js": "3.35.1" }, diff --git a/packages/auth/package.json b/packages/auth/package.json index ef2fa29c5233..ac98bbf27d0d 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": "0.0.0-experimental-e5205658f-20230913" }, diff --git a/packages/babel-config/package.json b/packages/babel-config/package.json index 5fe88b09e8c7..6eebd09c80ab 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.0", "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 2ec6d57e3a4c..a8d2004f4bb7 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 e07f3f6219ad..33ffc8fb43e9 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.0", diff --git a/packages/core/package.json b/packages/core/package.json index bc3081217f05..62755c9010c1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -39,7 +39,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.0", "@redwoodjs/eslint-config": "7.0.0", diff --git a/packages/forms/package.json b/packages/forms/package.json index b99843564828..6522a2bef99e 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 aefcc2a737e7..b951538b0245 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 f5abd6de1600..819c7f960299 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 32328e8ff24e..f789902568d3 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.0", "@redwoodjs/internal": "7.0.0", "@redwoodjs/project-config": "7.0.0", diff --git a/packages/record/package.json b/packages/record/package.json index 9e2227a808fc..87348ef53183 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.0", "core-js": "3.35.1" diff --git a/packages/router/package.json b/packages/router/package.json index a95767f74fc5..1a470f26b8ea 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.0", "core-js": "3.35.1" }, diff --git a/packages/structure/package.json b/packages/structure/package.json index 1fdd97451a0a..1e29b54b37e5 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.0", diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 2531c3ccbaba..644034559e25 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.0", "@redwoodjs/structure": "7.0.0", "@whatwg-node/fetch": "0.9.16", diff --git a/packages/testing/package.json b/packages/testing/package.json index 0b1b04bf77f4..bfc0722130c2 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.0", "@redwoodjs/babel-config": "7.0.0", "@redwoodjs/context": "7.0.0", diff --git a/packages/vite/package.json b/packages/vite/package.json index c5df72b87540..9ed79c030646 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -68,7 +68,7 @@ "test:watch": "vitest watch src" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.9", + "@babel/runtime-corejs3": "7.24.0", "@redwoodjs/internal": "7.0.0", "@redwoodjs/project-config": "7.0.0", "@redwoodjs/web": "7.0.0", diff --git a/packages/web/package.json b/packages/web/package.json index 3106812448dc..50bce402a0c1 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.0", "core-js": "3.35.1", "graphql": "16.8.1", diff --git a/yarn.lock b/yarn.lock index f715b73ce5a3..779969677677 100644 --- a/yarn.lock +++ b/yarn.lock @@ -387,7 +387,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 @@ -395,25 +395,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 @@ -486,9 +486,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.10 - resolution: "@babel/helper-create-class-features-plugin@npm:7.23.10" +"@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" @@ -501,7 +501,7 @@ __metadata: semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/f30437aa16f3585cc3382ea630f24457ef622c22f5e4eccffbc03f6a81efbef0b6714fb5a78baa64c838884ba7e1427e3280d7b27481b9f587bc8fbbed05dd36 + checksum: 10c0/341548496df202805489422a160bba75b111d994c64d788a397c35f01784632af48bf06023af8aa2fe72c2c254f8c885b4e0f7f3df5ef17a37370f2feaf80328 languageName: node linkType: hard @@ -601,10 +601,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 @@ -693,14 +693,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 @@ -733,12 +733,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 @@ -790,16 +790,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 @@ -896,14 +896,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 @@ -1472,18 +1472,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 @@ -1666,19 +1666,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 @@ -1800,12 +1800,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" @@ -1858,7 +1858,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" @@ -1885,7 +1885,7 @@ __metadata: semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 10c0/2837a42089180e51bfd6864b6d197e01fc0abec1920422e71c0513c2fc8fb5f3bfe694ed778cc4e45856c546964945bc53bf8105e4b26f3580ce3685fa50cc0f + checksum: 10c0/cb5098bb860aede8418f204d7a693108d7c318edbb227f9842ac6aa71f2154ea1737846994af9bcd0c0b716cd73904f69f09bef635a9679465ec3558144beb4f languageName: node linkType: hard @@ -1968,13 +1968,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 @@ -1987,20 +1987,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" @@ -2008,22 +2008,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 @@ -7446,7 +7446,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" @@ -7488,7 +7488,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.0" "@types/jsonwebtoken": "npm:9.0.5" core-js: "npm:3.35.1" @@ -7505,7 +7505,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.0" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7521,7 +7521,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.0" "@types/react": "npm:^18.2.55" core-js: "npm:3.35.1" @@ -7539,7 +7539,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.0" "@types/aws-lambda": "npm:8.10.126" "@types/jsonwebtoken": "npm:9.0.5" @@ -7557,7 +7557,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.0" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7573,7 +7573,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.0" "@types/netlify-identity-widget": "npm:1.9.6" "@types/react": "npm:^18.2.55" @@ -7592,7 +7592,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.0" "@types/aws-lambda": "npm:8.10.126" @@ -7608,7 +7608,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.0" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7622,7 +7622,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.0" @@ -7642,7 +7642,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.0" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -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/api": "npm:7.0.0" "@redwoodjs/project-config": "npm:7.0.0" "@simplewebauthn/server": "npm:7.4.0" @@ -7678,7 +7678,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.0" "@simplewebauthn/browser": "npm:7.4.0" "@simplewebauthn/typescript-types": "npm:7.4.0" @@ -7696,7 +7696,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.0" "@simplewebauthn/browser": "npm:7.4.0" "@simplewebauthn/typescript-types": "npm:7.4.0" @@ -7714,7 +7714,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.0" "@types/aws-lambda": "npm:8.10.126" core-js: "npm:3.35.1" @@ -7730,7 +7730,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.0" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7745,7 +7745,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.0" "@types/react": "npm:^18.2.55" core-js: "npm:3.35.1" @@ -7764,7 +7764,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.0" "@types/aws-lambda": "npm:8.10.126" "@types/jsonwebtoken": "npm:9.0.5" @@ -7781,7 +7781,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.0" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7796,7 +7796,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.0" "@types/netlify-identity-widget": "npm:1.9.6" "@types/react": "npm:^18.2.55" @@ -7815,7 +7815,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.0" "@types/aws-lambda": "npm:8.10.126" "@types/jsonwebtoken": "npm:9.0.5" @@ -7832,7 +7832,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.0" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7846,7 +7846,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" @@ -7864,7 +7864,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.0" "@types/jsonwebtoken": "npm:9.0.5" core-js: "npm:3.35.1" @@ -7883,7 +7883,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.0" "@types/yargs": "npm:17.0.32" core-js: "npm:3.35.1" @@ -7899,7 +7899,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.0" "@types/react": "npm:^18.2.55" core-js: "npm:3.35.1" @@ -7918,7 +7918,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" @@ -7939,12 +7939,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.0" "@redwoodjs/project-config": "npm:7.0.0" @@ -8046,7 +8046,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" @@ -8119,7 +8119,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.0" @@ -8168,7 +8168,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.0" "@redwoodjs/eslint-config": "npm:7.0.0" @@ -8291,7 +8291,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" @@ -8332,7 +8332,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" @@ -8378,7 +8378,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" @@ -8516,7 +8516,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.0" "@redwoodjs/internal": "npm:7.0.0" "@redwoodjs/project-config": "npm:7.0.0" @@ -8592,7 +8592,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.0" @@ -8608,7 +8608,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.0" "@types/react": "npm:^18.2.55" "@types/react-dom": "npm:^18.2.19" @@ -8630,7 +8630,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.0" @@ -8669,7 +8669,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.0" "@redwoodjs/structure": "npm:7.0.0" "@types/envinfo": "npm:7.8.3" @@ -8692,7 +8692,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.0" "@redwoodjs/babel-config": "npm:7.0.0" "@redwoodjs/context": "npm:7.0.0" @@ -8741,7 +8741,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.0" "@redwoodjs/project-config": "npm:7.0.0" "@redwoodjs/web": "npm:7.0.0" @@ -8807,7 +8807,7 @@ __metadata: "@apollo/experimental-nextjs-app-support": "npm:0.0.0-commit-b8a73fe" "@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.0" "@testing-library/jest-dom": "npm:6.3.0" "@testing-library/react": "npm:14.1.2" @@ -29783,17 +29783,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"