Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.25.3 (#6456)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2022
1 parent efa913c commit b131619
Show file tree
Hide file tree
Showing 19 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-remove-code": "0.0.6",
"boxen": "5.1.2",
"core-js": "3.25.1",
"core-js": "3.25.3",
"cypress": "10.8.0",
"cypress-wait-until": "1.7.2",
"eslint": "8.23.1",
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 @@ -36,7 +36,7 @@
"ansi-colors": "4.1.3",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"core-js": "3.25.1",
"core-js": "3.25.3",
"fast-json-parse": "1.0.3",
"fastify": "4.6.0",
"fastify-raw-body": "4.1.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 @@ -33,7 +33,7 @@
"@babel/runtime-corejs3": "7.19.1",
"@prisma/client": "4.3.1",
"base64url": "3.0.1",
"core-js": "3.25.1",
"core-js": "3.25.3",
"cross-undici-fetch": "0.4.14",
"crypto-js": "4.1.1",
"humanize-string": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.19.1",
"core-js": "3.25.1"
"core-js": "3.25.3"
},
"devDependencies": {
"@auth0/auth0-spa-js": "1.22.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"chalk": "4.1.2",
"concurrently": "7.3.0",
"configstore": "3.1.5",
"core-js": "3.25.1",
"core-js": "3.25.3",
"cross-env": "7.0.3",
"decamelize": "5.0.0",
"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 @@ -27,7 +27,7 @@
"@babel/plugin-transform-typescript": "7.19.1",
"@babel/runtime-corejs3": "7.19.1",
"@vscode/ripgrep": "1.14.2",
"core-js": "3.25.1",
"core-js": "3.25.3",
"cross-undici-fetch": "0.4.14",
"deepmerge": "4.2.2",
"execa": "5.1.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 @@ -59,7 +59,7 @@
"babel-plugin-module-resolver": "4.1.0",
"babel-timing": "0.9.1",
"copy-webpack-plugin": "11.0.0",
"core-js": "3.25.1",
"core-js": "3.25.3",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "4.0.0",
"dotenv-webpack": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@redwoodjs/telemetry": "3.0.2",
"chalk": "4.1.2",
"check-node-version": "4.2.1",
"core-js": "3.25.1",
"core-js": "3.25.3",
"execa": "5.1.1",
"fs-extra": "10.1.0",
"listr": "0.14.3",
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.19.1",
"core-js": "3.25.1",
"core-js": "3.25.3",
"pascalcase": "1.0.0",
"react-hook-form": "7.36.1"
},
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-yoga/common": "2.12.12",
"@prisma/client": "4.3.1",
"@redwoodjs/api": "3.0.2",
"core-js": "3.25.1",
"core-js": "3.25.3",
"cross-undici-fetch": "0.4.14",
"graphql": "16.6.0",
"graphql-scalars": "1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-polyfill-corejs3": "0.6.0",
"chalk": "4.1.2",
"core-js": "3.25.1",
"core-js": "3.25.3",
"deepmerge": "4.2.2",
"esbuild": "0.15.7",
"fast-glob": "3.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/prerender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@redwoodjs/web": "3.0.2",
"babel-plugin-ignore-html-and-css-imports": "0.1.0",
"cheerio": "1.0.0-rc.12",
"core-js": "3.25.1",
"core-js": "3.25.3",
"cross-undici-fetch": "0.4.14",
"graphql": "16.6.0",
"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 @@ -29,7 +29,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.19.1",
"@prisma/client": "4.3.1",
"core-js": "3.25.1"
"core-js": "3.25.3"
},
"devDependencies": {
"@babel/cli": "7.18.10",
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.19.1",
"@reach/skip-nav": "0.16.0",
"@redwoodjs/auth": "3.0.2",
"core-js": "3.25.1",
"core-js": "3.25.3",
"lodash.isequal": "4.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/structure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@redwoodjs/internal": "3.0.2",
"@types/line-column": "1.0.0",
"camelcase": "6.3.0",
"core-js": "3.25.1",
"core-js": "3.25.3",
"deepmerge": "4.2.2",
"dotenv-defaults": "5.0.2",
"enquirer": "2.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@redwoodjs/internal": "3.0.2",
"@redwoodjs/structure": "3.0.2",
"ci-info": "3.3.2",
"core-js": "3.25.1",
"core-js": "3.25.3",
"cross-undici-fetch": "0.4.14",
"envinfo": "7.8.1",
"systeminformation": "5.12.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/webpack": "5.28.0",
"babel-jest": "29.0.3",
"babel-plugin-inline-react-svg": "2.0.1",
"core-js": "3.25.1",
"core-js": "3.25.3",
"fast-glob": "3.2.12",
"jest": "29.0.3",
"jest-environment-jsdom": "29.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@apollo/client": "3.6.9",
"@babel/runtime-corejs3": "7.19.1",
"@redwoodjs/auth": "3.0.2",
"core-js": "3.25.1",
"core-js": "3.25.3",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"react-helmet-async": "1.3.0",
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6127,7 +6127,7 @@ __metadata:
aws-lambda: 1.0.7
chalk: 4.1.2
chokidar: 3.5.3
core-js: 3.25.1
core-js: 3.25.3
fast-json-parse: 1.0.3
fastify: 4.6.0
fastify-raw-body: 4.1.0
Expand Down Expand Up @@ -6166,7 +6166,7 @@ __metadata:
"@types/uuid": 8.3.4
aws-lambda: 1.0.7
base64url: 3.0.1
core-js: 3.25.1
core-js: 3.25.3
cross-undici-fetch: 0.4.14
crypto-js: 4.1.1
humanize-string: 2.1.0
Expand Down Expand Up @@ -6223,7 +6223,7 @@ __metadata:
"@supabase/supabase-js": 1.35.6
"@types/netlify-identity-widget": 1.9.3
"@types/react": 17.0.50
core-js: 3.25.1
core-js: 3.25.3
firebase: 9.9.3
firebase-admin: 10.3.0
gotrue-js: 0.9.29
Expand Down Expand Up @@ -6255,7 +6255,7 @@ __metadata:
chalk: 4.1.2
concurrently: 7.3.0
configstore: 3.1.5
core-js: 3.25.1
core-js: 3.25.3
cross-env: 7.0.3
decamelize: 5.0.0
dotenv-defaults: 5.0.2
Expand Down Expand Up @@ -6303,7 +6303,7 @@ __metadata:
"@types/prettier": 2.7.0
"@types/yargs": 17.0.12
"@vscode/ripgrep": 1.14.2
core-js: 3.25.1
core-js: 3.25.3
cross-undici-fetch: 0.4.14
deepmerge: 4.2.2
execa: 5.1.1
Expand Down Expand Up @@ -6353,7 +6353,7 @@ __metadata:
babel-plugin-module-resolver: 4.1.0
babel-timing: 0.9.1
copy-webpack-plugin: 11.0.0
core-js: 3.25.1
core-js: 3.25.3
css-loader: 6.7.1
css-minimizer-webpack-plugin: 4.0.0
dotenv-webpack: 8.0.1
Expand Down Expand Up @@ -6439,7 +6439,7 @@ __metadata:
"@types/react": 17.0.50
"@types/react-dom": 17.0.17
"@types/testing-library__jest-dom": 5.14.5
core-js: 3.25.1
core-js: 3.25.3
graphql: 16.6.0
jest: 29.0.3
nodemon: 2.0.20
Expand Down Expand Up @@ -6479,7 +6479,7 @@ __metadata:
"@types/lodash.omitby": 4.6.7
"@types/uuid": 8.3.4
aws-lambda: 1.0.7
core-js: 3.25.1
core-js: 3.25.3
cross-undici-fetch: 0.4.14
graphql: 16.6.0
graphql-scalars: 1.17.0
Expand Down Expand Up @@ -6521,7 +6521,7 @@ __metadata:
babel-plugin-polyfill-corejs3: 0.6.0
babel-plugin-tester: 10.1.0
chalk: 4.1.2
core-js: 3.25.1
core-js: 3.25.3
deepmerge: 4.2.2
esbuild: 0.15.7
fast-glob: 3.2.12
Expand Down Expand Up @@ -6560,7 +6560,7 @@ __metadata:
babel-plugin-ignore-html-and-css-imports: 0.1.0
babel-plugin-tester: 10.1.0
cheerio: 1.0.0-rc.12
core-js: 3.25.1
core-js: 3.25.3
cross-undici-fetch: 0.4.14
graphql: 16.6.0
jest: 29.0.3
Expand All @@ -6581,7 +6581,7 @@ __metadata:
"@babel/runtime-corejs3": 7.19.1
"@prisma/client": 4.3.1
"@prisma/internals": 4.3.1
core-js: 3.25.1
core-js: 3.25.3
esbuild: 0.15.7
jest: 29.0.3
languageName: unknown
Expand All @@ -6599,7 +6599,7 @@ __metadata:
"@types/lodash.isequal": 4.5.6
"@types/react": 17.0.50
"@types/react-dom": 17.0.17
core-js: 3.25.1
core-js: 3.25.3
jest: 29.0.3
lodash.isequal: 4.5.0
prop-types: 15.8.1
Expand All @@ -6625,7 +6625,7 @@ __metadata:
"@types/node": 16.11.47
"@types/vscode": 1.70.0
camelcase: 6.3.0
core-js: 3.25.1
core-js: 3.25.3
deepmerge: 4.2.2
dotenv-defaults: 5.0.2
enquirer: 2.3.6
Expand Down Expand Up @@ -6661,7 +6661,7 @@ __metadata:
"@types/uuid": 8.3.4
"@types/yargs": 17.0.12
ci-info: 3.3.2
core-js: 3.25.1
core-js: 3.25.3
cross-undici-fetch: 0.4.14
envinfo: 7.8.1
jest: 29.0.3
Expand Down Expand Up @@ -6702,7 +6702,7 @@ __metadata:
"@types/webpack": 5.28.0
babel-jest: 29.0.3
babel-plugin-inline-react-svg: 2.0.1
core-js: 3.25.1
core-js: 3.25.3
fast-glob: 3.2.12
jest: 29.0.3
jest-environment-jsdom: 29.0.3
Expand All @@ -6729,7 +6729,7 @@ __metadata:
"@types/react": 17.0.50
"@types/react-dom": 17.0.17
"@types/testing-library__jest-dom": 5.14.5
core-js: 3.25.1
core-js: 3.25.3
graphql: 16.6.0
graphql-tag: 2.12.6
jest: 29.0.3
Expand Down Expand Up @@ -13462,10 +13462,10 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:3.25.1, core-js@npm:^3.0.4, core-js@npm:^3.18.3, core-js@npm:^3.24.0, core-js@npm:^3.25.1, core-js@npm:^3.6.5, core-js@npm:^3.8.2":
version: 3.25.1
resolution: "core-js@npm:3.25.1"
checksum: 02a81cfb63726eca66ee5f8588c11b2ac55713f5956158ed57e07982296c8bb4fc0bf32394dea5b6496d2965377aade3a7f9c78aaadde907e6aa3ee2b7f58dc0
"core-js@npm:3.25.3, core-js@npm:^3.0.4, core-js@npm:^3.18.3, core-js@npm:^3.24.0, core-js@npm:^3.25.1, core-js@npm:^3.6.5, core-js@npm:^3.8.2":
version: 3.25.3
resolution: "core-js@npm:3.25.3"
checksum: c10171de55552ac8d66e5608b69bf83d91cc814cb86bc3ff949429c46e48fd7b84d33137c1946807766631bab078dba10c158627de30fd907cbb7ac7f67ba6b7
languageName: node
linkType: hard

Expand Down Expand Up @@ -13647,7 +13647,7 @@ __metadata:
"@types/prompts": 2.4.0
chalk: 4.1.2
check-node-version: 4.2.1
core-js: 3.25.1
core-js: 3.25.3
execa: 5.1.1
fs-extra: 10.1.0
jest: 29.0.3
Expand Down Expand Up @@ -27162,7 +27162,7 @@ __metadata:
babel-plugin-auto-import: 1.1.0
babel-plugin-remove-code: 0.0.6
boxen: 5.1.2
core-js: 3.25.1
core-js: 3.25.3
cypress: 10.8.0
cypress-wait-until: 1.7.2
eslint: 8.23.1
Expand Down

0 comments on commit b131619

Please sign in to comment.