Skip to content

Commit

Permalink
fix(deps): update dependency core-js to v3.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 10, 2022
1 parent 30794be commit a66c203
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 @@ -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.22.4",
"core-js": "3.22.5",
"cypress": "9.6.1",
"cypress-wait-until": "1.7.2",
"eslint": "8.15.0",
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 @@ -35,7 +35,7 @@
"ansi-colors": "4.1.1",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"core-js": "3.22.4",
"core-js": "3.22.5",
"fast-json-parse": "1.0.3",
"fastify": "3.29.0",
"fastify-raw-body": "3.2.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 @@ -32,7 +32,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"@prisma/client": "3.13.0",
"core-js": "3.22.4",
"core-js": "3.22.5",
"cross-undici-fetch": "0.1.27",
"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 @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"core-js": "3.22.4"
"core-js": "3.22.5"
},
"devDependencies": {
"@auth0/auth0-spa-js": "1.21.0",
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.1.0",
"configstore": "3.1.5",
"core-js": "3.22.4",
"core-js": "3.22.5",
"cross-env": "7.0.3",
"decamelize": "5.0.0",
"dotenv-defaults": "5.0.0",
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.16.7",
"@babel/runtime-corejs3": "7.16.7",
"@vscode/ripgrep": "1.14.2",
"core-js": "3.22.4",
"core-js": "3.22.5",
"cross-undici-fetch": "0.1.27",
"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": "10.2.4",
"core-js": "3.22.4",
"core-js": "3.22.5",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "3.4.1",
"dotenv-webpack": "7.1.0",
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": "1.3.2",
"chalk": "4.1.2",
"check-node-version": "4.2.1",
"core-js": "3.22.4",
"core-js": "3.22.5",
"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 @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.16.7",
"core-js": "3.22.4",
"core-js": "3.22.5",
"pascalcase": "1.0.0",
"react-hook-form": "7.30.0"
},
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.5.0",
"@prisma/client": "3.13.0",
"@redwoodjs/api": "1.3.2",
"core-js": "3.22.4",
"core-js": "3.22.5",
"cross-undici-fetch": "0.1.27",
"graphql": "16.5.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 @@ -44,7 +44,7 @@
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-polyfill-corejs3": "0.5.0",
"chalk": "4.1.2",
"core-js": "3.22.4",
"core-js": "3.22.5",
"deepmerge": "4.2.2",
"esbuild": "0.14.38",
"fast-glob": "3.2.11",
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": "1.3.2",
"babel-plugin-ignore-html-and-css-imports": "0.1.0",
"cheerio": "1.0.0-rc.10",
"core-js": "3.22.4",
"core-js": "3.22.5",
"cross-undici-fetch": "0.1.27",
"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.16.7",
"@prisma/client": "3.13.0",
"core-js": "3.22.4"
"core-js": "3.22.5"
},
"devDependencies": {
"@babel/cli": "7.16.7",
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.16.7",
"@reach/skip-nav": "0.16.0",
"@redwoodjs/auth": "1.3.2",
"core-js": "3.22.4",
"core-js": "3.22.5",
"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": "1.3.2",
"@types/line-column": "1.0.0",
"camelcase": "6.3.0",
"core-js": "3.22.4",
"core-js": "3.22.5",
"deepmerge": "4.2.2",
"dotenv-defaults": "5.0.0",
"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": "1.3.2",
"@redwoodjs/structure": "1.3.2",
"ci-info": "3.3.0",
"core-js": "3.22.4",
"core-js": "3.22.5",
"cross-undici-fetch": "0.1.27",
"envinfo": "7.8.1",
"systeminformation": "5.11.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/webpack": "5.28.0",
"babel-jest": "27.5.1",
"babel-plugin-inline-react-svg": "2.0.1",
"core-js": "3.22.4",
"core-js": "3.22.5",
"jest": "27.5.1",
"jest-watch-typeahead": "1.1.0",
"msw": "0.39.2",
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.2",
"@babel/runtime-corejs3": "7.16.7",
"@redwoodjs/auth": "1.3.2",
"core-js": "3.22.4",
"core-js": "3.22.5",
"graphql": "16.5.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 @@ -5999,7 +5999,7 @@ __metadata:
aws-lambda: 1.0.7
chalk: 4.1.2
chokidar: 3.5.3
core-js: 3.22.4
core-js: 3.22.5
fast-json-parse: 1.0.3
fastify: 3.29.0
fastify-raw-body: 3.2.0
Expand Down Expand Up @@ -6036,7 +6036,7 @@ __metadata:
"@types/split2": 3.2.1
"@types/uuid": 8.3.4
aws-lambda: 1.0.7
core-js: 3.22.4
core-js: 3.22.5
cross-undici-fetch: 0.1.27
crypto-js: 4.1.1
humanize-string: 2.1.0
Expand Down Expand Up @@ -6086,7 +6086,7 @@ __metadata:
"@supabase/supabase-js": 1.35.3
"@types/netlify-identity-widget": 1.9.3
"@types/react": 17.0.45
core-js: 3.22.4
core-js: 3.22.5
firebase: 9.8.1
firebase-admin: 10.2.0
gotrue-js: 0.9.29
Expand Down Expand Up @@ -6118,7 +6118,7 @@ __metadata:
chalk: 4.1.2
concurrently: 7.1.0
configstore: 3.1.5
core-js: 3.22.4
core-js: 3.22.5
cross-env: 7.0.3
decamelize: 5.0.0
dotenv-defaults: 5.0.0
Expand Down Expand Up @@ -6166,7 +6166,7 @@ __metadata:
"@types/prettier": 2.6.0
"@types/yargs": 17.0.10
"@vscode/ripgrep": 1.14.2
core-js: 3.22.4
core-js: 3.22.5
cross-undici-fetch: 0.1.27
deepmerge: 4.2.2
execa: 5.1.1
Expand Down Expand Up @@ -6215,7 +6215,7 @@ __metadata:
babel-plugin-module-resolver: 4.1.0
babel-timing: 0.9.1
copy-webpack-plugin: 10.2.4
core-js: 3.22.4
core-js: 3.22.5
css-loader: 6.7.1
css-minimizer-webpack-plugin: 3.4.1
dotenv-webpack: 7.1.0
Expand Down Expand Up @@ -6302,7 +6302,7 @@ __metadata:
"@types/react": 17.0.45
"@types/react-dom": 17.0.16
"@types/testing-library__jest-dom": 5.14.3
core-js: 3.22.4
core-js: 3.22.5
graphql: 16.5.0
jest: 27.5.1
nodemon: 2.0.16
Expand Down Expand Up @@ -6342,7 +6342,7 @@ __metadata:
"@types/lodash.omitby": 4.6.7
"@types/uuid": 8.3.4
aws-lambda: 1.0.7
core-js: 3.22.4
core-js: 3.22.5
cross-undici-fetch: 0.1.27
graphql: 16.5.0
graphql-scalars: 1.17.0
Expand Down Expand Up @@ -6383,7 +6383,7 @@ __metadata:
babel-plugin-polyfill-corejs3: 0.5.0
babel-plugin-tester: 10.1.0
chalk: 4.1.2
core-js: 3.22.4
core-js: 3.22.5
deepmerge: 4.2.2
esbuild: 0.14.38
fast-glob: 3.2.11
Expand Down Expand Up @@ -6421,7 +6421,7 @@ __metadata:
babel-plugin-ignore-html-and-css-imports: 0.1.0
babel-plugin-tester: 10.1.0
cheerio: 1.0.0-rc.10
core-js: 3.22.4
core-js: 3.22.5
cross-undici-fetch: 0.1.27
jest: 27.5.1
mime-types: 2.1.35
Expand All @@ -6441,7 +6441,7 @@ __metadata:
"@babel/runtime-corejs3": 7.16.7
"@prisma/client": 3.13.0
"@prisma/sdk": 3.13.0
core-js: 3.22.4
core-js: 3.22.5
esbuild: 0.14.38
jest: 27.5.1
languageName: unknown
Expand All @@ -6459,7 +6459,7 @@ __metadata:
"@types/lodash.isequal": 4.5.6
"@types/react": 17.0.45
"@types/react-dom": 17.0.16
core-js: 3.22.4
core-js: 3.22.5
jest: 27.5.1
lodash.isequal: 4.5.0
prop-types: 15.8.1
Expand All @@ -6485,7 +6485,7 @@ __metadata:
"@types/node": 16.11.33
"@types/vscode": 1.67.0
camelcase: 6.3.0
core-js: 3.22.4
core-js: 3.22.5
deepmerge: 4.2.2
dotenv-defaults: 5.0.0
enquirer: 2.3.6
Expand Down Expand Up @@ -6521,7 +6521,7 @@ __metadata:
"@types/uuid": 8.3.4
"@types/yargs": 17.0.10
ci-info: 3.3.0
core-js: 3.22.4
core-js: 3.22.5
cross-undici-fetch: 0.1.27
envinfo: 7.8.1
jest: 27.5.1
Expand Down Expand Up @@ -6560,7 +6560,7 @@ __metadata:
"@types/webpack": 5.28.0
babel-jest: 27.5.1
babel-plugin-inline-react-svg: 2.0.1
core-js: 3.22.4
core-js: 3.22.5
jest: 27.5.1
jest-watch-typeahead: 1.1.0
msw: 0.39.2
Expand All @@ -6585,7 +6585,7 @@ __metadata:
"@types/react": 17.0.45
"@types/react-dom": 17.0.16
"@types/testing-library__jest-dom": 5.14.3
core-js: 3.22.4
core-js: 3.22.5
graphql: 16.5.0
graphql-tag: 2.12.6
jest: 27.5.1
Expand Down Expand Up @@ -13211,10 +13211,10 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:3.22.4, core-js@npm:^3.0.4, core-js@npm:^3.18.3, core-js@npm:^3.19.0, core-js@npm:^3.20.3, core-js@npm:^3.6.5, core-js@npm:^3.8.2":
version: 3.22.4
resolution: "core-js@npm:3.22.4"
checksum: 2f4bcce914fb0798e68fe8f6a2122398fd2f7a6d7085924b6b05795d8eead1c1a759c2cde92c4868c9800d682c22d3fc6348bc06017b46100ac6567922d8125d
"core-js@npm:3.22.5, core-js@npm:^3.0.4, core-js@npm:^3.18.3, core-js@npm:^3.19.0, core-js@npm:^3.20.3, core-js@npm:^3.6.5, core-js@npm:^3.8.2":
version: 3.22.5
resolution: "core-js@npm:3.22.5"
checksum: edabca2183444c36e3fb66aabeab42a59468628af45a6926ec7b254723a0ef0ae22da683849f48a9a59d72d4ff04ead953ee8dff919d233e1773a3fded7fbd34
languageName: node
linkType: hard

Expand Down Expand Up @@ -13381,7 +13381,7 @@ __metadata:
"@redwoodjs/telemetry": 1.3.2
chalk: 4.1.2
check-node-version: 4.2.1
core-js: 3.22.4
core-js: 3.22.5
execa: 5.1.1
fs-extra: 10.1.0
jest: 27.5.1
Expand Down Expand Up @@ -27158,7 +27158,7 @@ __metadata:
babel-plugin-auto-import: 1.1.0
babel-plugin-remove-code: 0.0.6
boxen: 5.1.2
core-js: 3.22.4
core-js: 3.22.5
cypress: 9.6.1
cypress-wait-until: 1.7.2
eslint: 8.15.0
Expand Down

0 comments on commit a66c203

Please sign in to comment.