Skip to content

Commit f8d5279

Browse files
chore(deps-dev): bump the webpack group with 1 update (#1013)
* chore(deps-dev): bump the webpack group with 1 update Bumps the webpack group with 1 update: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.90.1 to 5.90.2 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.90.1...v5.90.2) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-patch dependency-group: webpack ... Signed-off-by: dependabot[bot] <[email protected]> * docs: history Signed-off-by: Jan Kowalleck <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jan Kowalleck <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck <[email protected]>
1 parent 791cf27 commit f8d5279

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

HISTORY.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

7-
## 6.3.0 -- 2023-12-12
7+
* Build
8+
* Use _Webpack_ `v5.90.2` now, was `v5.89.0` (via [#1008], [#1013])
9+
10+
[#1008]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1008
11+
[#1013]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1013
12+
13+
## 6.3.1 -- 2023-12-11
14+
15+
Maintenance release
16+
17+
## 6.3.0 -- 2023-12-11
818

919
* Dependencies
1020
* Widened optional dependency `libxmljs2@^0.31||^0.32||^0.33`, was `@^0.31||^0.32` (via [#1001])

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"typedoc": "^0.25.0",
9393
"typedoc-plugin-missing-exports": "^2.0.1",
9494
"typescript": "5.3.3",
95-
"webpack": "5.90.1",
95+
"webpack": "5.90.2",
9696
"webpack-cli": "5.1.4",
9797
"webpack-node-externals": "3.0.0"
9898
},

0 commit comments

Comments
 (0)