From b193f416a1c3fd80830eefa7708446db889ad2f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:49:28 +0200 Subject: [PATCH] chore(deps-dev): bump webpack from 5.92.1 to 5.93.0 in the webpack group across 1 directory (#1122) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the webpack group with 1 update in the / directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.92.1 to 5.93.0
Release notes

Sourced from webpack's releases.

v5.93.0

Bug Fixes

New Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.92.1&new-version=5.93.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--------- Signed-off-by: dependabot[bot] Signed-off-by: Jan Kowalleck Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Kowalleck --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 442648b01..e969bd79c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -8,8 +8,11 @@ All notable changes to this project will be documented in this file. * Fixed * Improved URL sanitizer (via [#1121]) +* Build + * Use _webpack_ `v5.93.0` now, was `v5.92.1` (via [#1122]) [#1121]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1121 +[#1122]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1122 ## 6.10.1 -- 2024-07-03 diff --git a/package.json b/package.json index 8c6b23cc8..1b1d0b88a 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "rimraf": "^4||^5", "ts-loader": "9.5.1", "typescript": "5.5.3", - "webpack": "5.92.1", + "webpack": "5.93.0", "webpack-cli": "5.1.4", "webpack-node-externals": "3.0.0" },