Skip to content

Commit

Permalink
chore(deps-dev): bump webpack from 5.86.0 to 5.88.0 (#841)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump webpack from 5.86.0 to 5.88.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.86.0 to 5.88.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.86.0...v5.88.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: HISTORY

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
dependabot[bot] and jkowalleck authored Jun 27, 2023
1 parent 7934c97 commit 50c49d0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ Added functionality regarding [_CycloneDX_ BOM-Link](https://cyclonedx.org/capab
* Misc
* Added functional and integration tests for _CycloneDX_ Specification-1.5 ([#505] via [#843])
* Fetched latest stable schema definition files for offline usage (via [#843])
* Build
* Use _Webpack_ `v5.88.0` now, was `v5.86.0` (via [#841])

[#505]: https://github.com/CycloneDX/cyclonedx-javascript-library/issues/505
[#841]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/841
[#843]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/843

## 2.1.0 -- 2023-06-10
Expand All @@ -51,7 +54,7 @@ Added functionality regarding [_CycloneDX_ BOM-Link](https://cyclonedx.org/capab
Previously, only instances were available via `Serialize.Xml.Normalize.Factory.makeForVulnerability*()`.
* Build
* Use _TypeScript_ `v5.1.3` now, was `v5.0.4` (via [#790])
* Use _Webpack_ `v5.82.1` now, was `v5.80.0` (via [#802])
* Use _Webpack_ `v5.86.0` now, was `v5.82.1` (via [#802])

[#790]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/790
[#802]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/802
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"typedoc": "^0.24.4",
"typedoc-plugin-missing-exports": "^2.0.0",
"typescript": "5.1.3",
"webpack": "5.86.0",
"webpack": "5.88.0",
"webpack-cli": "5.1.4"
},
"browser": "./dist.web/lib.js",
Expand Down

0 comments on commit 50c49d0

Please sign in to comment.