diff --git a/package.json b/package.json index 6d18a7c399fd..4b1b2b504957 100644 --- a/package.json +++ b/package.json @@ -47,9 +47,9 @@ "@actions/glob": "0.4.0", "@babel/cli": "7.23.4", "@babel/core": "^7.22.20", - "@babel/generator": "7.23.4", + "@babel/generator": "7.23.5", "@babel/node": "7.22.19", - "@babel/plugin-proposal-decorators": "7.23.3", + "@babel/plugin-proposal-decorators": "7.23.5", "@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", @@ -59,7 +59,7 @@ "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.22.15", - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@faker-js/faker": "8.0.2", "@npmcli/arborist": "6.5.0", "@playwright/test": "1.40.0", diff --git a/packages/api-server/package.json b/packages/api-server/package.json index 4a6657005f69..5a0e37ac5019 100644 --- a/packages/api-server/package.json +++ b/packages/api-server/package.json @@ -28,7 +28,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@fastify/http-proxy": "9.3.0", "@fastify/static": "6.12.0", "@fastify/url-data": "5.4.0", diff --git a/packages/api/package.json b/packages/api/package.json index e62da8c0bbf5..f091c7d6ad7e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -31,7 +31,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@prisma/client": "5.6.0", "@whatwg-node/fetch": "0.9.14", "core-js": "3.33.3", diff --git a/packages/auth-providers/auth0/api/package.json b/packages/auth-providers/auth0/api/package.json index 2a7a1fd080e7..f76045dbc3e1 100644 --- a/packages/auth-providers/auth0/api/package.json +++ b/packages/auth-providers/auth0/api/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "core-js": "3.33.3", "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 e9b596f60293..15bb00737c09 100644 --- a/packages/auth-providers/auth0/setup/package.json +++ b/packages/auth-providers/auth0/setup/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/cli-helpers": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/auth0/web/package.json b/packages/auth-providers/auth0/web/package.json index 0e42b708c221..d98e0d1c6eb2 100644 --- a/packages/auth-providers/auth0/web/package.json +++ b/packages/auth-providers/auth0/web/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/auth": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/azureActiveDirectory/api/package.json b/packages/auth-providers/azureActiveDirectory/api/package.json index 7b9302e5b9a2..16944d5b9823 100644 --- a/packages/auth-providers/azureActiveDirectory/api/package.json +++ b/packages/auth-providers/azureActiveDirectory/api/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "core-js": "3.33.3", "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 c5ee5404d34a..ca56514c7dea 100644 --- a/packages/auth-providers/azureActiveDirectory/setup/package.json +++ b/packages/auth-providers/azureActiveDirectory/setup/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/cli-helpers": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/azureActiveDirectory/web/package.json b/packages/auth-providers/azureActiveDirectory/web/package.json index cd0fb8cc1093..0ebea69ac859 100644 --- a/packages/auth-providers/azureActiveDirectory/web/package.json +++ b/packages/auth-providers/azureActiveDirectory/web/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/auth": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/clerk/api/package.json b/packages/auth-providers/clerk/api/package.json index 0a6ba3d30518..696c5d723484 100644 --- a/packages/auth-providers/clerk/api/package.json +++ b/packages/auth-providers/clerk/api/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@clerk/clerk-sdk-node": "4.12.21", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/clerk/setup/package.json b/packages/auth-providers/clerk/setup/package.json index c5085cbcf53d..22a3c91b8271 100644 --- a/packages/auth-providers/clerk/setup/package.json +++ b/packages/auth-providers/clerk/setup/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/cli-helpers": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/clerk/web/package.json b/packages/auth-providers/clerk/web/package.json index c1c59b0b9875..fa9e9329d55b 100644 --- a/packages/auth-providers/clerk/web/package.json +++ b/packages/auth-providers/clerk/web/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/auth": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/custom/setup/package.json b/packages/auth-providers/custom/setup/package.json index 127e5021eee4..a7bbcda8190a 100644 --- a/packages/auth-providers/custom/setup/package.json +++ b/packages/auth-providers/custom/setup/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/cli-helpers": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/dbAuth/api/package.json b/packages/auth-providers/dbAuth/api/package.json index 40a867f71b84..7823960b4bd8 100644 --- a/packages/auth-providers/dbAuth/api/package.json +++ b/packages/auth-providers/dbAuth/api/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/project-config": "6.0.7", "base64url": "3.0.1", "core-js": "3.33.3", diff --git a/packages/auth-providers/dbAuth/setup/package.json b/packages/auth-providers/dbAuth/setup/package.json index b914c8c62b9a..96091bb3a794 100644 --- a/packages/auth-providers/dbAuth/setup/package.json +++ b/packages/auth-providers/dbAuth/setup/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/cli-helpers": "6.0.7", "@simplewebauthn/browser": "7.4.0", "core-js": "3.33.3", diff --git a/packages/auth-providers/dbAuth/web/package.json b/packages/auth-providers/dbAuth/web/package.json index aeab2a98ddd9..29ca5c7cca98 100644 --- a/packages/auth-providers/dbAuth/web/package.json +++ b/packages/auth-providers/dbAuth/web/package.json @@ -23,7 +23,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/auth": "6.0.7", "@simplewebauthn/browser": "7.4.0", "core-js": "3.33.3" diff --git a/packages/auth-providers/firebase/api/package.json b/packages/auth-providers/firebase/api/package.json index 1f71f125c52b..a0210a596d34 100644 --- a/packages/auth-providers/firebase/api/package.json +++ b/packages/auth-providers/firebase/api/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "core-js": "3.33.3", "firebase-admin": "11.11.0" }, diff --git a/packages/auth-providers/firebase/setup/package.json b/packages/auth-providers/firebase/setup/package.json index 837a22caf6a4..7f89ec518edf 100644 --- a/packages/auth-providers/firebase/setup/package.json +++ b/packages/auth-providers/firebase/setup/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/cli-helpers": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/firebase/web/package.json b/packages/auth-providers/firebase/web/package.json index 1d689654d73a..c226ebfe6d42 100644 --- a/packages/auth-providers/firebase/web/package.json +++ b/packages/auth-providers/firebase/web/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/auth": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/netlify/api/package.json b/packages/auth-providers/netlify/api/package.json index 887e98bcd54e..a9a2e2ebd331 100644 --- a/packages/auth-providers/netlify/api/package.json +++ b/packages/auth-providers/netlify/api/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "core-js": "3.33.3", "jsonwebtoken": "9.0.2" }, diff --git a/packages/auth-providers/netlify/setup/package.json b/packages/auth-providers/netlify/setup/package.json index ad4321ae2af0..ec9eaa2a90b6 100644 --- a/packages/auth-providers/netlify/setup/package.json +++ b/packages/auth-providers/netlify/setup/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/cli-helpers": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/netlify/web/package.json b/packages/auth-providers/netlify/web/package.json index 84121580ed48..41e42a7f9c51 100644 --- a/packages/auth-providers/netlify/web/package.json +++ b/packages/auth-providers/netlify/web/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/auth": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/supabase/api/package.json b/packages/auth-providers/supabase/api/package.json index 635b97f7dd43..cca6f88672f1 100644 --- a/packages/auth-providers/supabase/api/package.json +++ b/packages/auth-providers/supabase/api/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "core-js": "3.33.3", "jsonwebtoken": "9.0.2" }, diff --git a/packages/auth-providers/supabase/setup/package.json b/packages/auth-providers/supabase/setup/package.json index bb91158b78a2..25c7bac79b2f 100644 --- a/packages/auth-providers/supabase/setup/package.json +++ b/packages/auth-providers/supabase/setup/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/cli-helpers": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/supabase/web/package.json b/packages/auth-providers/supabase/web/package.json index b2192bb03577..eebba0b5fd48 100644 --- a/packages/auth-providers/supabase/web/package.json +++ b/packages/auth-providers/supabase/web/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "core-js": "3.33.3" }, "devDependencies": { diff --git a/packages/auth-providers/supertokens/api/package.json b/packages/auth-providers/supertokens/api/package.json index 618e78a4d93a..0505f2225aaf 100644 --- a/packages/auth-providers/supertokens/api/package.json +++ b/packages/auth-providers/supertokens/api/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "core-js": "3.33.3", "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 1ac97a3c3946..b195c6a52164 100644 --- a/packages/auth-providers/supertokens/setup/package.json +++ b/packages/auth-providers/supertokens/setup/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/cli-helpers": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth-providers/supertokens/web/package.json b/packages/auth-providers/supertokens/web/package.json index 380378fe5f5b..e959730c139b 100644 --- a/packages/auth-providers/supertokens/web/package.json +++ b/packages/auth-providers/supertokens/web/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/auth": "6.0.7", "core-js": "3.33.3" }, diff --git a/packages/auth/package.json b/packages/auth/package.json index f3079660f465..9b910e2fd4f2 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "core-js": "3.33.3", "react": "0.0.0-experimental-e5205658f-20230913" }, diff --git a/packages/babel-config/package.json b/packages/babel-config/package.json index 8e1b1d2a4f85..592a83e41e23 100644 --- a/packages/babel-config/package.json +++ b/packages/babel-config/package.json @@ -32,7 +32,7 @@ "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.22.15", "@babel/register": "^7.22.15", - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@babel/traverse": "^7.22.20", "@redwoodjs/project-config": "6.0.7", "babel-plugin-auto-import": "1.1.0", diff --git a/packages/cli-helpers/package.json b/packages/cli-helpers/package.json index a25330690f02..40dfd801a21f 100644 --- a/packages/cli-helpers/package.json +++ b/packages/cli-helpers/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@babel/core": "^7.22.20", - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@iarna/toml": "2.2.5", "@opentelemetry/api": "1.7.0", "@redwoodjs/project-config": "6.0.7", diff --git a/packages/cli/package.json b/packages/cli/package.json index d6e192c4ed97..d1ffb7f59e3e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -28,7 +28,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@iarna/toml": "2.2.5", "@opentelemetry/api": "1.7.0", "@opentelemetry/core": "1.18.1", diff --git a/packages/codemods/package.json b/packages/codemods/package.json index 1e46fa45fad6..b7e2814c67d0 100644 --- a/packages/codemods/package.json +++ b/packages/codemods/package.json @@ -26,7 +26,7 @@ "@babel/core": "^7.22.20", "@babel/parser": "^7.22.16", "@babel/plugin-transform-typescript": "^7.22.15", - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@babel/traverse": "^7.22.20", "@iarna/toml": "2.2.5", "@redwoodjs/project-config": "6.0.7", diff --git a/packages/core/package.json b/packages/core/package.json index aec66d9ef2b2..642296052d19 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@babel/cli": "7.23.4", - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@pmmmwh/react-refresh-webpack-plugin": "0.5.11", "@redwoodjs/cli": "6.0.7", "@redwoodjs/eslint-config": "6.0.7", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f436a4f681b6..9f31b530ed18 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -14,7 +14,7 @@ "dependencies": { "@babel/core": "^7.22.20", "@babel/eslint-parser": "7.23.3", - "@babel/eslint-plugin": "7.22.10", + "@babel/eslint-plugin": "7.23.5", "@redwoodjs/eslint-plugin": "6.0.7", "@redwoodjs/internal": "6.0.7", "@redwoodjs/project-config": "6.0.7", diff --git a/packages/forms/package.json b/packages/forms/package.json index 594661998be2..6114b5f4d644 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -22,7 +22,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "core-js": "3.33.3", "pascalcase": "1.0.0", "react-hook-form": "7.48.2" diff --git a/packages/graphql-server/package.json b/packages/graphql-server/package.json index 46b92d5017f2..2ae6596386d9 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.4", + "@babel/runtime-corejs3": "7.23.5", "@envelop/core": "4.0.3", "@envelop/depth-limit": "3.0.3", "@envelop/disable-introspection": "5.0.3", diff --git a/packages/internal/package.json b/packages/internal/package.json index 113980b83cf0..73cbf330b4d7 100644 --- a/packages/internal/package.json +++ b/packages/internal/package.json @@ -31,7 +31,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.4", + "@babel/runtime-corejs3": "7.23.5", "@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 be2a8f07d786..d36bdb1b7384 100644 --- a/packages/prerender/package.json +++ b/packages/prerender/package.json @@ -24,7 +24,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/auth": "6.0.7", "@redwoodjs/internal": "6.0.7", "@redwoodjs/project-config": "6.0.7", diff --git a/packages/record/package.json b/packages/record/package.json index bdceee32c025..f85d8d57aa0d 100644 --- a/packages/record/package.json +++ b/packages/record/package.json @@ -27,7 +27,7 @@ ] }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@prisma/client": "5.6.0", "@redwoodjs/project-config": "6.0.7", "core-js": "3.33.3" diff --git a/packages/router/package.json b/packages/router/package.json index 4b7edf033de0..03a51fa6f9ea 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -23,7 +23,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@reach/skip-nav": "0.18.0", "@redwoodjs/auth": "6.0.7", "core-js": "3.33.3" diff --git a/packages/structure/package.json b/packages/structure/package.json index a04cc564f621..a67da493a55e 100644 --- a/packages/structure/package.json +++ b/packages/structure/package.json @@ -30,7 +30,7 @@ ] }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@iarna/toml": "2.2.5", "@prisma/internals": "5.6.0", "@redwoodjs/project-config": "6.0.7", diff --git a/packages/studio/package.json b/packages/studio/package.json index 573f03e86513..2578f09cd6a7 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -21,7 +21,7 @@ "prepublishOnly": "NODE_ENV=production yarn build" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@fastify/http-proxy": "9.3.0", "@fastify/static": "6.12.0", "@fastify/url-data": "5.4.0", diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 74f4d83d1ac2..3a0b80f6b4c5 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -26,7 +26,7 @@ ] }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/project-config": "6.0.7", "@redwoodjs/structure": "6.0.7", "@whatwg-node/fetch": "0.9.14", diff --git a/packages/testing/package.json b/packages/testing/package.json index 12d65fba4bae..8e79a5cd9071 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -27,7 +27,7 @@ "test:watch": "yarn test --watch" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/auth": "6.0.7", "@redwoodjs/babel-config": "6.0.7", "@redwoodjs/graphql-server": "6.0.7", diff --git a/packages/vite/package.json b/packages/vite/package.json index 19497edda40c..8ca0205fc649 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -63,7 +63,7 @@ "test:watch": "glob './src/**/__tests__/*.test.mts' --cmd='node --loader tsx --no-warnings --test --watch'" }, "dependencies": { - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/internal": "6.0.7", "@redwoodjs/project-config": "6.0.7", "@redwoodjs/web": "6.0.7", diff --git a/packages/web/package.json b/packages/web/package.json index 08a37c8629a3..3946ff9d6bd0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@apollo/client": "3.8.7", - "@babel/runtime-corejs3": "7.23.4", + "@babel/runtime-corejs3": "7.23.5", "@redwoodjs/auth": "6.0.7", "core-js": "3.33.3", "graphql": "16.8.1",