Skip to content

Commit 4b545d8

Browse files
build(deps-dev): bump the dependencies group with 2 updates (webpack#7007)
Bumps the dependencies group with 2 updates: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) and [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer). Updates `@babel/preset-env` from 7.22.10 to 7.22.14 - [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.22.14/packages/babel-preset-env) Updates `webpack-bundle-analyzer` from 4.9.0 to 4.9.1 - [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases) - [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/webpack-bundle-analyzer@v4.9.0...v4.9.1) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: webpack-bundle-analyzer dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae3e945 commit 4b545d8

File tree

2 files changed

+155
-123
lines changed

2 files changed

+155
-123
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@babel/core": "^7.22.11",
7474
"@babel/eslint-parser": "^7.22.11",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
76-
"@babel/preset-env": "^7.22.10",
76+
"@babel/preset-env": "^7.22.14",
7777
"@babel/preset-react": "^7.22.5",
7878
"@mdx-js/loader": "^2.0.0-next.9",
7979
"@octokit/auth-action": "^4.0.0",
@@ -135,7 +135,7 @@
135135
"tap-spot": "^1.1.2",
136136
"unist-util-visit": "^5.0.0",
137137
"webpack": "^5.88.2",
138-
"webpack-bundle-analyzer": "^4.9.0",
138+
"webpack-bundle-analyzer": "^4.9.1",
139139
"webpack-cli": "^5.1.4",
140140
"webpack-dev-server": "^4.15.1",
141141
"webpack-merge": "^5.9.0",

0 commit comments

Comments
 (0)