Skip to content

Commit 0e6855b

Browse files
Bump ejs and webpack-bundle-analyzer
Removes [ejs](https://github.com/mde/ejs). It's no longer used after updating ancestor dependency [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer). These dependencies need to be updated together. Removes `ejs` Updates `webpack-bundle-analyzer` from 3.8.0 to 4.6.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/webpack-bundle-analyzer@v3.8.0...v4.6.1) --- updated-dependencies: - dependency-name: ejs dependency-type: indirect - dependency-name: webpack-bundle-analyzer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 31a523a commit 0e6855b

File tree

2 files changed

+123
-72
lines changed

2 files changed

+123
-72
lines changed

package-lock.json

Lines changed: 122 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"ts-node": "^8.6.2",
8080
"tslint": "~6.1.0",
8181
"typescript": "^4.0.5",
82-
"webpack-bundle-analyzer": "^3.8.0",
82+
"webpack-bundle-analyzer": "^4.6.1",
8383
"yargs": "^14.2.0"
8484
},
8585
"main": "karma.conf.js"

0 commit comments

Comments
 (0)