Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.32.0 (#9030)
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://togithub.com/zloirock/core-js) | [`3.31.1` ->
`3.32.0`](https://renovatebot.com/diffs/npm/core-js/3.31.1/3.32.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/core-js/3.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/core-js/3.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/core-js/3.31.1/3.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/core-js/3.31.1/3.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v3.32.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3320---20230728)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.31.1...v3.32.0)

- [`Array` grouping
proposal](https://togithub.com/tc39/proposal-array-grouping), July 2023
TC39 meeting updates:
- [Moved back to stage
3](https://togithub.com/tc39/proposal-array-grouping/issues/54)
- Added `/actual/` namespaces entries, unconditional forced replacement
changed to feature detection
- [`Promise.withResolvers`
proposal](https://togithub.com/tc39/proposal-promise-with-resolvers),
July 2023 TC39 meeting updates:
- [Moved to stage
3](https://togithub.com/tc39/proposal-promise-with-resolvers/pull/18)
- Added `/actual/` namespaces entries, unconditional forced replacement
changed to feature detection
- [`Set` methods stage 3
proposal](https://togithub.com/tc39/proposal-set-methods), July 2023
TC39 meeting updates:
- Throw on negative `Set` sizes,
[proposal-set-methods/88](https://togithub.com/tc39/proposal-set-methods/pull/88)
- Removed `IsCallable` check in `GetKeysIterator`,
[proposal-set-methods/101](https://togithub.com/tc39/proposal-set-methods/pull/101)
- [Iterator Helpers stage 3
proposal](https://togithub.com/tc39/proposal-iterator-helpers):
- Avoid creating observable `String` wrapper objects, July 2023 TC39
meeting update,
[proposal-iterator-helpers/281](https://togithub.com/tc39/proposal-iterator-helpers/pull/281)
- `Iterator` is not constructible from the active function object (works
as an abstract class)
-   Async explicit resource management:
- Moved back into [the initial
proposal](https://togithub.com/tc39/proposal-explicit-resource-management)
-> moved to stage 3,
[proposal-explicit-resource-management/154](https://togithub.com/tc39/proposal-explicit-resource-management/pull/154)
- Added `/actual/` namespace entries, unconditional forced replacement
changed to feature detection
- Ignore return value of `[@@&#8203;dispose]()` method when hint is
`async-dispose`,
[proposal-explicit-resource-management/180](https://togithub.com/tc39/proposal-explicit-resource-management/pull/180)
- Added ticks for empty resources,
[proposal-explicit-resource-management/163](https://togithub.com/tc39/proposal-explicit-resource-management/pull/163)
- Added some methods from [`Float16Array` stage 3
proposal](https://togithub.com/tc39/proposal-float16array):
- There are some reason why I don't want to add `Float16Array` right
now, however, make sense to add some methods from this proposal.
    -   Methods:
        -   `Math.f16round`
        -   `DataView.prototype.getFloat16`
        -   `DataView.prototype.setFloat16`
- Added [`DataView` get / set `Uint8Clamped` methods stage 1
proposal](https://togithub.com/tc39/proposal-dataview-get-set-uint8clamped):
    -   Methods:
        -   `DataView.prototype.getUint8Clamped`
        -   `DataView.prototype.setUint8Clamped`
- Used strict mode in some missed cases,
[#&#8203;1269](https://togithub.com/zloirock/core-js/issues/1269)
- Fixed [a Chromium 117
bug](https://bugs.chromium.org/p/v8/issues/detail?id=14222) in `value`
argument of `URLSearchParams.prototype.{ has, delete }`
- Fixed early WebKit ~ Safari 17.0 beta `Set` methods implementation by
the actual spec
- Fixed incorrect `Symbol.{ dispose, asyncDispose }` descriptors from
[NodeJS 20.4](https://togithub.com/nodejs/node/issues/48699) /
transpilers helpers / userland code
- Fixed forced polyfilling of some iterator helpers that should return
wrapped iterator in the pure version
- Fixed and exposed [`AsyncIteratorPrototype` `core-js/configurator`
option](https://togithub.com/zloirock/core-js#asynciterator-helpers),
[#&#8203;1268](https://togithub.com/zloirock/core-js/issues/1268)
-   Compat data improvements:
- Sync [`Iterator` helpers
proposal](https://togithub.com/tc39/proposal-iterator-helpers) features
marked as [supported](https://chromestatus.com/feature/5102502917177344)
from V8 ~ Chrome 117
- [`Array` grouping
proposal](https://togithub.com/tc39/proposal-array-grouping) features
marked as [supported](https://chromestatus.com/feature/5714791975878656)
from V8 ~ Chrome 117
- Mark `Symbol.{ dispose, asyncDispose }` as supported from NodeJS
20.5.0 (as mentioned above, NodeJS 20.4.0 add it, but [with incorrect
descriptors](https://togithub.com/nodejs/node/issues/48699))
    -   Added Electron 27 compat data mapping

</details>

---

### Configuration

📅 **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:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 12, 2023
1 parent a2fcc16 commit a38d6f0
Show file tree
Hide file tree
Showing 46 changed files with 94 additions and 94 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"core-js": "3.31.1",
"core-js": "3.32.0",
"cypress": "12.15.0",
"cypress-wait-until": "1.7.2",
"dependency-cruiser": "13.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"ansi-colors": "4.1.3",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"core-js": "3.31.1",
"core-js": "3.32.0",
"fast-glob": "3.3.1",
"fast-json-parse": "1.0.3",
"fastify": "4.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/runtime-corejs3": "7.22.6",
"@prisma/client": "5.1.0",
"@whatwg-node/fetch": "0.9.9",
"core-js": "3.31.1",
"core-js": "3.32.0",
"humanize-string": "2.1.0",
"jsonwebtoken": "9.0.0",
"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 @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.1",
"core-js": "3.32.0",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@auth0/auth0-spa-js": "2.0.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.1",
"core-js": "3.32.0",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@azure/msal-browser": "2.37.1",
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@clerk/clerk-sdk-node": "4.10.15",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"base64url": "3.0.1",
"core-js": "3.31.1",
"core-js": "3.32.0",
"crypto-js": "4.1.1",
"md5": "2.3.0",
"uuid": "9.0.0"
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 @@ -25,7 +25,7 @@
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.6",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.31.1",
"core-js": "3.32.0",
"prompts": "2.4.2",
"secure-random-password": "0.2.3",
"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 @@ -26,7 +26,7 @@
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "6.0.6",
"@simplewebauthn/browser": "7.2.0",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.1",
"core-js": "3.32.0",
"firebase-admin": "11.10.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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.1",
"core-js": "3.32.0",
"jsonwebtoken": "9.0.0"
},
"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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.1",
"core-js": "3.32.0",
"jsonwebtoken": "9.0.0"
},
"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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.1",
"core-js": "3.32.0",
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1"
},
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/cli-helpers": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
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 @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"@redwoodjs/auth": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.1",
"core-js": "3.32.0",
"react": "18.3.0-canary-035a41c4e-20230704"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@redwoodjs/project-config": "6.0.6",
"@redwoodjs/telemetry": "6.0.6",
"chalk": "4.1.2",
"core-js": "3.31.1",
"core-js": "3.32.0",
"execa": "5.1.1",
"listr2": "6.6.0",
"lodash": "4.17.21",
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": "3.8.0",
"concurrently": "8.2.0",
"configstore": "3.1.5",
"core-js": "3.31.1",
"core-js": "3.32.0",
"cross-env": "7.0.3",
"crypto-js": "4.1.1",
"decamelize": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@vscode/ripgrep": "1.15.5",
"@whatwg-node/fetch": "0.9.9",
"cheerio": "1.0.0-rc.12",
"core-js": "3.31.1",
"core-js": "3.32.0",
"deepmerge": "4.3.1",
"execa": "5.1.1",
"fast-glob": "3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"babel-plugin-module-resolver": "5.0.0",
"babel-timing": "0.9.1",
"copy-webpack-plugin": "11.0.0",
"core-js": "3.31.1",
"core-js": "3.32.0",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
"dotenv-webpack": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.22.6",
"core-js": "3.31.1",
"core-js": "3.32.0",
"pascalcase": "1.0.0",
"react-hook-form": "7.45.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 @@ -34,7 +34,7 @@
"@graphql-tools/utils": "10.0.1",
"@opentelemetry/api": "1.4.1",
"@redwoodjs/api": "6.0.6",
"core-js": "3.31.1",
"core-js": "3.32.0",
"graphql": "16.7.1",
"graphql-scalars": "1.22.2",
"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 @@ -51,7 +51,7 @@
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-polyfill-corejs3": "0.8.3",
"chalk": "4.1.2",
"core-js": "3.31.1",
"core-js": "3.32.0",
"deepmerge": "4.3.1",
"esbuild": "0.18.19",
"fast-glob": "3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@whatwg-node/fetch": "0.9.9",
"babel-plugin-ignore-html-and-css-imports": "0.1.0",
"cheerio": "1.0.0-rc.12",
"core-js": "3.31.1",
"core-js": "3.32.0",
"graphql": "16.7.1",
"mime-types": "2.1.35"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@babel/runtime-corejs3": "7.22.6",
"@prisma/client": "5.1.0",
"@redwoodjs/project-config": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/runtime-corejs3": "7.22.6",
"@reach/skip-nav": "0.18.0",
"@redwoodjs/auth": "6.0.6",
"core-js": "3.31.1"
"core-js": "3.32.0"
},
"devDependencies": {
"@babel/cli": "7.22.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@redwoodjs/project-config": "6.0.6",
"@types/line-column": "1.0.0",
"camelcase": "6.3.0",
"core-js": "3.31.1",
"core-js": "3.32.0",
"deepmerge": "4.3.1",
"dotenv-defaults": "5.0.2",
"enquirer": "2.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@redwoodjs/project-config": "6.0.6",
"ansi-colors": "4.1.3",
"chokidar": "3.5.3",
"core-js": "3.31.1",
"core-js": "3.32.0",
"crypto-js": "4.1.1",
"dotenv": "16.3.1",
"fast-json-parse": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@redwoodjs/structure": "6.0.6",
"@whatwg-node/fetch": "0.9.9",
"ci-info": "3.8.0",
"core-js": "3.31.1",
"core-js": "3.32.0",
"envinfo": "7.9.0",
"systeminformation": "5.18.5",
"uuid": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/webpack": "5.28.1",
"@types/webpack-env": "1.18.1",
"babel-jest": "29.6.1",
"core-js": "3.31.1",
"core-js": "3.32.0",
"fast-glob": "3.3.1",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@vitejs/plugin-react": "4.0.4",
"acorn-loose": "8.3.0",
"buffer": "6.0.3",
"core-js": "3.31.1",
"core-js": "3.32.0",
"dotenv-defaults": "5.0.2",
"express": "4.18.2",
"http-proxy-middleware": "2.0.6",
Expand Down
Loading

0 comments on commit a38d6f0

Please sign in to comment.