Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.37.1 (#10630)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [core-js](https://github.com/zloirock/core-js)
([source](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js))
| [`3.36.1` ->
`3.37.1`](https://renovatebot.com/diffs/npm/core-js/3.36.1/3.37.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/core-js/3.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/core-js/3.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/core-js/3.36.1/3.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/core-js/3.36.1/3.37.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

<details>
<summary>zloirock/core-js (core-js)</summary>

[`v3.37.1`](https://github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3371---20240514)

[Compare
Source](https://github.com/zloirock/core-js/compare/v3.37.0...v3.37.1)

- Changes
[v3.37.0...v3.37.1](https://github.com/zloirock/core-js/compare/v3.37.0...v3.37.1)
- Fixed [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse)
feature detection for some specific cases
-   Compat data improvements:
- [`Set` methods
proposal](https://github.com/tc39/proposal-set-methods) added and
marked as [supported from FF
127](https://bugzilla.mozilla.org/show_bug.cgi?id=1868423)
-
[`Symbol.dispose`](https://github.com/tc39/proposal-explicit-resource-management)
added and marked as supported from V8 ~ Chromium 125
- [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16
}`](https://github.com/tc39/proposal-float16array) added and marked as
[supported from Deno
1.43](https://github.com/denoland/deno/pull/23490)
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and
marked as [supported from Chromium
126](https://chromestatus.com/feature/6301071388704768)
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and
marked as [supported from NodeJS
22.0](https://github.com/nodejs/node/pull/52280)
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and
marked as [supported from Deno
1.43](https://github.com/denoland/deno/pull/23318)
- Added [Rhino
1.7.15](https://github.com/mozilla/rhino/releases/tag/Rhino1\_7\_15\_Release)
compat data, many features marked as supported
- Added [NodeJS 22.0](https://nodejs.org/en/blog/release/v22.0.0) compat
data mapping
- Added [Deno
1.43](https://github.com/denoland/deno/releases/tag/v1.43.0) compat
data mapping
    -   Added Electron 31 compat data mapping
- Updated [Opera Android
82](https://forums.opera.com/topic/71513/opera-for-android-82) compat
data mapping
    -   Added Samsung Internet 26 compat data mapping
    -   Added Oculus Quest Browser 33 compat data mapping

[`v3.37.0`](https://github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3370---20240417)

[Compare
Source](https://github.com/zloirock/core-js/compare/v3.36.1...v3.37.0)

- Changes
[v3.36.1...v3.37.0](https://github.com/zloirock/core-js/compare/v3.36.1...v3.37.0)
- [New `Set` methods
proposal](https://github.com/tc39/proposal-set-methods):
    -   Built-ins:
        -   `Set.prototype.intersection`
        -   `Set.prototype.union`
        -   `Set.prototype.difference`
        -   `Set.prototype.symmetricDifference`
        -   `Set.prototype.isSubsetOf`
        -   `Set.prototype.isSupersetOf`
        -   `Set.prototype.isDisjointFrom`
- Moved to stable ES, [April 2024 TC39
meeting](https://github.com/tc39/proposals/commit/bda5a6bccbaca183e193f9e680889ea5b5462ce4)
- Added `es.` namespace modules, `/es/` and `/stable/` namespaces
entries
- [Explicit Resource Management stage 3
proposal](https://github.com/tc39/proposal-explicit-resource-management)
- Some minor updates like
[explicit-resource-management/217](https://github.com/tc39/proposal-explicit-resource-management/pull/217)
- Added [`Math.sumPrecise` stage 2.7
proposal](https://github.com/tc39/proposal-math-sum/):
    -   Built-ins:
        -   `Math.sumPrecise`
- [`Promise.try`
proposal](https://github.com/tc39/proposal-promise-try):
    -   Built-ins:
        -   `Promise.try`
- Added optional arguments support,
[promise-try/16](https://github.com/tc39/proposal-promise-try/pull/16)
- Moved to stage 2.7, [April 2024 TC39
meeting](https://github.com/tc39/proposals/commit/301fc9c7eef2344d2b443f32a9c24ecd5fbdbec0)
- [`RegExp.escape` stage 2
proposal](https://github.com/tc39/proposal-regex-escaping):
- Moved to hex-escape semantics,
[regex-escaping/67](https://github.com/tc39/proposal-regex-escaping/pull/67)
- It's not the final change of the way of escaping, waiting for
[regex-escaping/77](https://github.com/tc39/proposal-regex-escaping/pull/77)
soon
- [Pattern matching stage 1
proposal](https://github.com/tc39/proposal-pattern-matching):
    -   Built-ins:
        -   `Symbol.customMatcher`
- Once again, [the used well-known symbol was
renamed](https://github.com/tc39/proposal-pattern-matching/pull/295)
    -   Added new entries for that
- Added [Extractors stage 1
proposal](https://github.com/tc39/proposal-extractors):
    -   Built-ins:
        -   `Symbol.customMatcher`
- Since the `Symbol.customMatcher` well-known symbol from the pattern
matching proposal is also used in the exactors proposal, added an entry
also for this proposal
- Added [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse),
[url/825](https://github.com/whatwg/url/pull/825)
-   Engines bugs fixes:
- Added a fix of [Safari `{ Object, Map }.groupBy` bug that does not
support iterable
primitives](https://bugs.webkit.org/show_bug.cgi?id=271524)
- Added a fix of [Safari bug with double call of constructor in
`Array.fromAsync`](https://bugs.webkit.org/show_bug.cgi?id=271703)
-   Compat data improvements:
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and
marked as supported [from FF
126](https://bugzilla.mozilla.org/show_bug.cgi?id=1887611)
- [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) added and
marked as supported [from Bun
1.1.4](https://github.com/oven-sh/bun/pull/10129)
- [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) fixed
and marked as supported [from Bun
1.1.0](https://github.com/oven-sh/bun/pull/9710)
- [New `Set` methods](https://github.com/tc39/proposal-set-methods)
fixed in JavaScriptCore and marked as supported from Bun 1.1.1
    -   Added Opera Android 82 compat data mapping

</details>

---

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com>
  • Loading branch information
renovate[bot] and Josh-Walker-GM committed May 17, 2024
1 parent e39f0d9 commit e1d4121
Show file tree
Hide file tree
Showing 45 changed files with 117 additions and 117 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"core-js": "3.36.1",
"core-js": "3.37.1",
"cypress": "13.9.0",
"cypress-fail-fast": "7.1.0",
"cypress-wait-until": "3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/runtime-corejs3": "7.24.1",
"@prisma/client": "5.14.0",
"@whatwg-node/fetch": "0.9.17",
"core-js": "3.36.1",
"core-js": "3.37.1",
"humanize-string": "2.1.0",
"jsonwebtoken": "9.0.2",
"pascalcase": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"core-js": "3.36.1",
"core-js": "3.37.1",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@auth0/auth0-spa-js": "2.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"core-js": "3.36.1",
"core-js": "3.37.1",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@azure/msal-browser": "2.38.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@clerk/clerk-sdk-node": "4.13.16",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/custom/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/project-config": "7.5.1",
"base64url": "3.0.1",
"core-js": "3.36.1",
"core-js": "3.37.1",
"md5": "2.3.0",
"uuid": "9.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.5.1",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.36.1",
"core-js": "3.37.1",
"prompts": "2.4.2",
"terminal-link": "2.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.5.1",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"core-js": "3.36.1",
"core-js": "3.37.1",
"firebase-admin": "11.11.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"core-js": "3.36.1",
"core-js": "3.37.1",
"jsonwebtoken": "9.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"core-js": "3.36.1",
"core-js": "3.37.1",
"jsonwebtoken": "9.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"core-js": "3.36.1",
"core-js": "3.37.1",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/cli-helpers": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"@redwoodjs/auth": "7.5.1",
"core-js": "3.36.1"
"core-js": "3.37.1"
},
"devDependencies": {
"@babel/cli": "7.24.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:watch": "vitest watch"
},
"dependencies": {
"core-js": "3.36.1",
"core-js": "3.37.1",
"react": "18.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/dist.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('dist', () => {
},
"version": "7.24.1",
},
"CORE_JS_VERSION": "3.36",
"CORE_JS_VERSION": "3.37",
"RUNTIME_CORE_JS_VERSION": "7.24.1",
"TARGETS_NODE": "20.10",
"getApiSideBabelConfigPath": [Function],
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-module-resolver": "5.0.2",
"core-js": "3.36.1",
"core-js": "3.37.1",
"fast-glob": "3.3.2",
"graphql": "16.8.1",
"typescript": "5.4.5"
Expand Down
56 changes: 28 additions & 28 deletions packages/babel-config/src/__tests__/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,34 +45,34 @@ describe('api', () => {
it('can include `@babel/preset-env`', () => {
const apiSideBabelPresets = getApiSideBabelPresets({ presetEnv: true })
expect(apiSideBabelPresets).toMatchInlineSnapshot(`
[
[
"@babel/preset-typescript",
{
"allExtensions": true,
"isTSX": true,
},
"rwjs-babel-preset-typescript",
],
[
"@babel/preset-env",
{
"corejs": {
"proposals": true,
"version": "3.36",
},
"exclude": [
"@babel/plugin-transform-class-properties",
"@babel/plugin-transform-private-methods",
],
"targets": {
"node": "20.10",
},
"useBuiltIns": "usage",
},
],
]
`)
[
[
"@babel/preset-typescript",
{
"allExtensions": true,
"isTSX": true,
},
"rwjs-babel-preset-typescript",
],
[
"@babel/preset-env",
{
"corejs": {
"proposals": true,
"version": "3.37",
},
"exclude": [
"@babel/plugin-transform-class-properties",
"@babel/plugin-transform-private-methods",
],
"targets": {
"node": "20.10",
},
"useBuiltIns": "usage",
},
],
]
`)
})
})

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ci-info": "4.0.0",
"concurrently": "8.2.2",
"configstore": "3.1.5",
"core-js": "3.36.1",
"core-js": "3.37.1",
"cross-env": "7.0.3",
"decamelize": "5.0.1",
"dotenv-defaults": "5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vscode/ripgrep": "1.15.9",
"@whatwg-node/fetch": "0.9.17",
"cheerio": "1.0.0-rc.12",
"core-js": "3.36.1",
"core-js": "3.37.1",
"deepmerge": "4.3.1",
"execa": "5.1.1",
"fast-glob": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"babel-loader": "^9.1.3",
"babel-timing": "0.9.1",
"copy-webpack-plugin": "11.0.0",
"core-js": "3.36.1",
"core-js": "3.37.1",
"css-loader": "6.11.0",
"css-minimizer-webpack-plugin": "5.0.1",
"dotenv-webpack": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.1",
"core-js": "3.36.1",
"core-js": "3.37.1",
"graphql": "16.8.1",
"pascalcase": "1.0.0",
"react-hook-form": "7.51.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@opentelemetry/api": "1.8.0",
"@redwoodjs/api": "7.5.1",
"@redwoodjs/context": "7.5.1",
"core-js": "3.36.1",
"core-js": "3.37.1",
"graphql": "16.8.1",
"graphql-scalars": "1.23.0",
"graphql-tag": "2.12.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@redwoodjs/router": "7.5.1",
"@sdl-codegen/node": "0.0.15",
"chalk": "4.1.2",
"core-js": "3.36.1",
"core-js": "3.37.1",
"deepmerge": "4.3.1",
"esbuild": "0.21.3",
"fast-glob": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@whatwg-node/fetch": "0.9.17",
"babel-plugin-ignore-html-and-css-imports": "0.1.0",
"cheerio": "1.0.0-rc.12",
"core-js": "3.36.1",
"core-js": "3.37.1",
"graphql": "16.8.1",
"mime-types": "2.1.35"
},
Expand Down
Loading

0 comments on commit e1d4121

Please sign in to comment.