Skip to content

Commit

Permalink
Deps: Bump the patch-updates group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the patch-updates group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) and [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli).


Updates `@babel/core` from 7.23.7 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-core)

Updates `@babel/runtime` from 7.23.8 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-runtime)

Updates `core-js` from 3.35.0 to 3.35.1
- [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.35.1/packages/core-js)

Updates `@babel/cli` from 7.23.4 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-cli)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and a-h-abdelsalam committed Feb 2, 2024
1 parent 4f199ab commit c2f960a
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 45 deletions.
134 changes: 93 additions & 41 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"extends": "react-app"
},
"dependencies": {
"@babel/core": "7.23.7",
"@babel/runtime": "^7.23.8",
"@babel/core": "7.23.9",
"@babel/runtime": "^7.23.9",
"@greenbone/ui-components": "2021.1.2",
"@sentry/react": "^7.93.0",
"@vx/axis": "^0.0.199",
"@vx/gradient": "^0.0.199",
"@vx/shape": "^0.0.199",
"babel-loader": "9.1.3",
"core-js": "^3.35.0",
"core-js": "^3.35.1",
"d3-cloud": "^1.2.7",
"d3-color": "^3.1.0",
"d3-force": "^3.0.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
"clean-up-translations": "node scripts/cleanuptranslations"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/cli": "^7.23.9",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
Expand Down

0 comments on commit c2f960a

Please sign in to comment.