Skip to content

Commit 35b407e

Browse files
committed
chore(deps): Bump core-js to 3.42.0 (#77)
1 parent 0d58425 commit 35b407e

File tree

16 files changed

+32
-32
lines changed

16 files changed

+32
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"babel-plugin-remove-code": "0.0.6",
9595
"boxen": "5.1.2",
9696
"concurrently": "8.2.2",
97-
"core-js": "3.38.1",
97+
"core-js": "3.42.0",
9898
"cross-env": "7.0.3",
9999
"cypress": "13.15.0",
100100
"cypress-fail-fast": "7.1.1",

packages/auth-providers/dbAuth/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@prisma/internals": "5.20.0",
2929
"@redmix/cli-helpers": "workspace:*",
3030
"@simplewebauthn/browser": "7.4.0",
31-
"core-js": "3.38.1",
31+
"core-js": "3.42.0",
3232
"prompts": "2.4.2",
3333
"terminal-link": "2.1.1"
3434
},

packages/auth-providers/dbAuth/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/runtime-corejs3": "7.26.10",
2828
"@redmix/auth": "workspace:*",
2929
"@simplewebauthn/browser": "7.4.0",
30-
"core-js": "3.38.1"
30+
"core-js": "3.42.0"
3131
},
3232
"devDependencies": {
3333
"@babel/cli": "7.26.4",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"test:watch": "vitest watch"
8888
},
8989
"dependencies": {
90-
"core-js": "3.38.1",
90+
"core-js": "3.42.0",
9191
"react": "18.3.1"
9292
},
9393
"devDependencies": {

packages/babel-config/dist.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('dist', () => {
1515
},
1616
"version": "7.26.10",
1717
},
18-
"CORE_JS_VERSION": "3.38",
18+
"CORE_JS_VERSION": "3.42",
1919
"RUNTIME_CORE_JS_VERSION": "7.26.10",
2020
"TARGETS_NODE": "20.10",
2121
"getApiSideBabelConfigPath": [Function],

packages/babel-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"babel-plugin-auto-import": "1.1.0",
4040
"babel-plugin-graphql-tag": "3.3.0",
4141
"babel-plugin-module-resolver": "5.0.2",
42-
"core-js": "3.38.1",
42+
"core-js": "3.42.0",
4343
"fast-glob": "3.3.2",
4444
"graphql": "16.9.0",
4545
"typescript": "5.6.2"

packages/babel-config/src/__tests__/api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('api', () => {
5959
{
6060
"corejs": {
6161
"proposals": true,
62-
"version": "3.38",
62+
"version": "3.42",
6363
},
6464
"exclude": [
6565
"@babel/plugin-transform-class-properties",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ci-info": "4.0.0",
5555
"concurrently": "8.2.2",
5656
"configstore": "7.0.0",
57-
"core-js": "3.38.1",
57+
"core-js": "3.42.0",
5858
"cross-env": "7.0.3",
5959
"decamelize": "6.0.0",
6060
"dotenv-defaults": "5.0.2",

packages/codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@vscode/ripgrep": "1.15.9",
3737
"@whatwg-node/fetch": "0.9.21",
3838
"cheerio": "1.0.0",
39-
"core-js": "3.38.1",
39+
"core-js": "3.42.0",
4040
"deepmerge": "4.3.1",
4141
"execa": "5.1.1",
4242
"fast-glob": "3.3.2",

packages/graphql-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@opentelemetry/api": "1.8.0",
3737
"@redmix/api": "workspace:*",
3838
"@redmix/context": "workspace:*",
39-
"core-js": "3.38.1",
39+
"core-js": "3.42.0",
4040
"graphql": "16.9.0",
4141
"graphql-scalars": "1.23.0",
4242
"graphql-tag": "2.12.6",

packages/internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@redmix/router": "workspace:*",
9999
"@sdl-codegen/node": "2.0.1",
100100
"chalk": "4.1.2",
101-
"core-js": "3.38.1",
101+
"core-js": "3.42.0",
102102
"deepmerge": "4.3.1",
103103
"esbuild": "0.25.0",
104104
"fast-glob": "3.3.2",

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@babel/runtime-corejs3": "7.26.10",
9898
"@redmix/auth": "workspace:*",
9999
"@redmix/server-store": "workspace:*",
100-
"core-js": "3.38.1",
100+
"core-js": "3.42.0",
101101
"react": "18.3.1",
102102
"react-dom": "18.3.1"
103103
},

packages/structure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@redmix/project-config": "workspace:*",
3131
"@types/line-column": "1.0.2",
3232
"camelcase": "6.3.0",
33-
"core-js": "3.38.1",
33+
"core-js": "3.42.0",
3434
"deepmerge": "4.3.1",
3535
"dotenv-defaults": "5.0.2",
3636
"enquirer": "2.4.1",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"buffer": "6.0.3",
7575
"busboy": "^1.6.0",
7676
"cookie": "0.7.2",
77-
"core-js": "3.38.1",
77+
"core-js": "3.42.0",
7878
"dotenv-defaults": "5.0.2",
7979
"execa": "5.1.1",
8080
"express": "4.21.2",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"@whatwg-node/fetch": "0.9.21",
149149
"apollo-upload-client": "18.0.1",
150150
"cookie": "0.7.2",
151-
"core-js": "3.38.1",
151+
"core-js": "3.42.0",
152152
"graphql": "16.9.0",
153153
"graphql-sse": "2.5.3",
154154
"graphql-tag": "2.12.6",

yarn.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7694,7 +7694,7 @@ __metadata:
76947694
"@simplewebauthn/browser": "npm:7.4.0"
76957695
"@simplewebauthn/typescript-types": "npm:7.4.0"
76967696
"@types/yargs": "npm:17.0.33"
7697-
core-js: "npm:3.38.1"
7697+
core-js: "npm:3.42.0"
76987698
prompts: "npm:2.4.2"
76997699
terminal-link: "npm:2.1.1"
77007700
typescript: "npm:5.6.2"
@@ -7713,7 +7713,7 @@ __metadata:
77137713
"@simplewebauthn/browser": "npm:7.4.0"
77147714
"@simplewebauthn/typescript-types": "npm:7.4.0"
77157715
"@types/react": "npm:^18.2.55"
7716-
core-js: "npm:3.38.1"
7716+
core-js: "npm:3.42.0"
77177717
react: "npm:18.3.1"
77187718
typescript: "npm:5.6.2"
77197719
vitest: "npm:2.1.9"
@@ -7966,7 +7966,7 @@ __metadata:
79667966
"@testing-library/jest-dom": "npm:6.5.0"
79677967
"@testing-library/react": "npm:14.3.1"
79687968
concurrently: "npm:8.2.2"
7969-
core-js: "npm:3.38.1"
7969+
core-js: "npm:3.42.0"
79707970
msw: "npm:1.3.4"
79717971
publint: "npm:0.3.11"
79727972
react: "npm:18.3.1"
@@ -8004,7 +8004,7 @@ __metadata:
80048004
babel-plugin-graphql-tag: "npm:3.3.0"
80058005
babel-plugin-module-resolver: "npm:5.0.2"
80068006
babel-plugin-tester: "npm:11.0.4"
8007-
core-js: "npm:3.38.1"
8007+
core-js: "npm:3.42.0"
80088008
fast-glob: "npm:3.3.2"
80098009
graphql: "npm:16.9.0"
80108010
tsx: "npm:4.19.3"
@@ -8129,7 +8129,7 @@ __metadata:
81298129
ci-info: "npm:4.0.0"
81308130
concurrently: "npm:8.2.2"
81318131
configstore: "npm:7.0.0"
8132-
core-js: "npm:3.38.1"
8132+
core-js: "npm:3.42.0"
81338133
cross-env: "npm:7.0.3"
81348134
decamelize: "npm:6.0.0"
81358135
dotenv-defaults: "npm:5.0.2"
@@ -8192,7 +8192,7 @@ __metadata:
81928192
"@vscode/ripgrep": "npm:1.15.9"
81938193
"@whatwg-node/fetch": "npm:0.9.21"
81948194
cheerio: "npm:1.0.0"
8195-
core-js: "npm:3.38.1"
8195+
core-js: "npm:3.42.0"
81968196
deepmerge: "npm:4.3.1"
81978197
execa: "npm:5.1.1"
81988198
fast-glob: "npm:3.3.2"
@@ -8423,7 +8423,7 @@ __metadata:
84238423
"@types/uuid": "npm:10.0.0"
84248424
"@whatwg-node/fetch": "npm:0.9.21"
84258425
"@whatwg-node/promise-helpers": "npm:^1.3.0"
8426-
core-js: "npm:3.38.1"
8426+
core-js: "npm:3.42.0"
84278427
graphql: "npm:16.9.0"
84288428
graphql-scalars: "npm:1.23.0"
84298429
graphql-tag: "npm:2.12.6"
@@ -8469,7 +8469,7 @@ __metadata:
84698469
"@types/fs-extra": "npm:11.0.4"
84708470
chalk: "npm:4.1.2"
84718471
concurrently: "npm:8.2.2"
8472-
core-js: "npm:3.38.1"
8472+
core-js: "npm:3.42.0"
84738473
deepmerge: "npm:4.3.1"
84748474
esbuild: "npm:0.25.0"
84758475
fast-glob: "npm:3.3.2"
@@ -8733,7 +8733,7 @@ __metadata:
87338733
"@types/react": "npm:^18.2.55"
87348734
"@types/react-dom": "npm:^18.2.19"
87358735
concurrently: "npm:8.2.2"
8736-
core-js: "npm:3.38.1"
8736+
core-js: "npm:3.42.0"
87378737
publint: "npm:0.3.11"
87388738
react: "npm:18.3.1"
87398739
react-dom: "npm:18.3.1"
@@ -8799,7 +8799,7 @@ __metadata:
87998799
"@types/node": "npm:20.17.10"
88008800
"@types/vscode": "npm:1.96.0"
88018801
camelcase: "npm:6.3.0"
8802-
core-js: "npm:3.38.1"
8802+
core-js: "npm:3.42.0"
88038803
deepmerge: "npm:4.3.1"
88048804
dotenv-defaults: "npm:5.0.2"
88058805
enquirer: "npm:2.4.1"
@@ -8925,7 +8925,7 @@ __metadata:
89258925
busboy: "npm:^1.6.0"
89268926
concurrently: "npm:8.2.2"
89278927
cookie: "npm:0.7.2"
8928-
core-js: "npm:3.38.1"
8928+
core-js: "npm:3.42.0"
89298929
dotenv-defaults: "npm:5.0.2"
89308930
execa: "npm:5.1.1"
89318931
express: "npm:4.21.2"
@@ -9002,7 +9002,7 @@ __metadata:
90029002
apollo-upload-client: "npm:18.0.1"
90039003
concurrently: "npm:8.2.2"
90049004
cookie: "npm:0.7.2"
9005-
core-js: "npm:3.38.1"
9005+
core-js: "npm:3.42.0"
90069006
graphql: "npm:16.9.0"
90079007
graphql-sse: "npm:2.5.3"
90089008
graphql-tag: "npm:2.12.6"
@@ -14708,10 +14708,10 @@ __metadata:
1470814708
languageName: node
1470914709
linkType: hard
1471014710

14711-
"core-js@npm:3.38.1, core-js@npm:^3.27.2, core-js@npm:^3.30.2":
14712-
version: 3.38.1
14713-
resolution: "core-js@npm:3.38.1"
14714-
checksum: 10c0/7df063b6f13a54e46515817ac3e235c6c598a4d3de65cd188a061fc250642be313b895fb9fb2f36e1e31890a1bb4ef61d82666a340413f540b7ce3c65689739b
14711+
"core-js@npm:3.42.0, core-js@npm:^3.27.2, core-js@npm:^3.30.2":
14712+
version: 3.42.0
14713+
resolution: "core-js@npm:3.42.0"
14714+
checksum: 10c0/2913d3d5452d54ad92f058d66046782d608c05e037bcc523aab79c04454fe640998f94e6011292969d66dfa472f398b085ce843dcb362056532a5799c627184e
1471514715
languageName: node
1471614716
linkType: hard
1471714717

@@ -26694,7 +26694,7 @@ __metadata:
2669426694
babel-plugin-remove-code: "npm:0.0.6"
2669526695
boxen: "npm:5.1.2"
2669626696
concurrently: "npm:8.2.2"
26697-
core-js: "npm:3.38.1"
26697+
core-js: "npm:3.42.0"
2669826698
cross-env: "npm:7.0.3"
2669926699
cypress: "npm:13.15.0"
2670026700
cypress-fail-fast: "npm:7.1.1"

0 commit comments

Comments
 (0)