Skip to content

Commit 86644f0

Browse files
chore(deps-dev): bump webpack from 5.82.1 to 5.86.0 (#802)
* chore(deps-dev): bump webpack from 5.82.1 to 5.86.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.82.1 to 5.86.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.82.1...v5.86.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * 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 de29b19 commit 86644f0

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

HISTORY.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ All notable changes to this project will be documented in this file.
66

77
* Build
88
* Use _TypeScript_ `v5.1.3` now, was `v5.0.4`. (via [#790])
9+
* Use _Webpack_ `v5.82.1` now, was `v5.80.0`. (via [#802])
910

1011
[#790]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/790
12+
[#802]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/802
1113

1214
## 2.0.0 -- 2023-05-17
1315

@@ -177,7 +179,7 @@ Added `ComponentEvidence` capabilities.
177179
* `Validation.MissingOptionalDependencyError`
178180
* Build
179181
* Use _TypeScript_ `v5.0.4` now, was `v4.9.5`. ([#549] via [#644])
180-
* Use _Webpack_ `v5.80.0` now, was `5.79.0`. (via [#686])
182+
* Use _Webpack_ `v5.80.0` now, was `v5.79.0`. (via [#686])
181183

182184
[#549]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/549
183185
[#620]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/620
@@ -492,7 +494,7 @@ Maintenance release.
492494
* JSON- and XML-Normalizer for `Models.Property`, `Models.PropertyRepository`. (via [#151])
493495
* New property `Models.Component.properties`. (via [#151])
494496
* Build
495-
* Use _Webpack_ `v5.74.0.` now, was `5.73.0`. (via [#141])
497+
* Use _Webpack_ `v5.74.0.` now, was `v5.73.0`. (via [#141])
496498

497499
[#141]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/141
498500
[#150]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/150

package-lock.json

Lines changed: 11 additions & 11 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
@@ -94,7 +94,7 @@
9494
"typedoc": "^0.24.4",
9595
"typedoc-plugin-missing-exports": "^2.0.0",
9696
"typescript": "5.1.3",
97-
"webpack": "5.82.1",
97+
"webpack": "5.86.0",
9898
"webpack-cli": "5.1.4"
9999
},
100100
"browser": "./dist.web/lib.js",

0 commit comments

Comments
 (0)