Skip to content

Commit

Permalink
build(deps): bump core-js from 3.33.3 to 3.34.0
Browse files Browse the repository at this point in the history
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.3 to 3.34.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.34.0/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 6, 2023
1 parent 3c10d33 commit ec3acc3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/html-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"babel-plugin-react-require": "4.0.2",
"babel-plugin-require-context-hook": "1.0.0",
"classnames": "2.3.2",
"core-js": "3.33.3",
"core-js": "3.34.0",
"cross-env": "7.0.3",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-webpack-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/jest": "29.5.11",
"@types/webpack": "5.28.5",
"core-js": "3.33.3",
"core-js": "3.34.0",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-date-mock": "1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@tsconfig/node16": "16.1.1",
"@types/jest": "29.5.11",
"core-js": "3.33.3",
"core-js": "3.34.0",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"memfs": "4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"core-js": "3.33.3",
"core-js": "3.34.0",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-date-mock": "1.0.8",
Expand Down

0 comments on commit ec3acc3

Please sign in to comment.