Skip to content

chore(deps)(deps): Bump the npm group across 1 directory with 12 updates - #935

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/DNNPlatform/Portals/1/2sxc/PopupMessage3/npm-6b79b1f9df
Open

chore(deps)(deps): Bump the npm group across 1 directory with 12 updates#935
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/DNNPlatform/Portals/1/2sxc/PopupMessage3/npm-6b79b1f9df

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm group with 12 updates in the /DNNPlatform/Portals/1/2sxc/PopupMessage3 directory:

Package From To
js-cookie 3.0.7 3.0.8
micromodal 0.4.6 0.7.0
autoprefixer 10.3.6 10.5.4
css-loader 6.3.0 6.11.0
mini-css-extract-plugin 2.3.0 2.10.2
postcss-loader 6.1.1 6.2.1
sass 1.42.1 1.102.0
sass-loader 12.1.0 12.6.0
ts-loader 9.2.6 9.6.2
typescript 4.4.3 4.9.5
webpack 5.104.1 5.109.0
webpack-cli 4.8.0 4.10.0

Updates js-cookie from 3.0.7 to 3.0.8

Release notes

Sourced from js-cookie's releases.

v3.0.8

  • Restore ES5 compatibility, inadvertently broken in 3.0.7 - #959
  • Lift Node version restriction, inadvertently restricted to >= 20 in 3.0.7 - #956
Commits
  • d7a1096 Craft v3.0.8 release
  • 248e685 Use existing Chrome with puppeteer
  • fc04269 Remove QUnit related workaround in Grunt config
  • 265a685 Tidy up package lock file
  • 478e591 Disable Node deprecation DEP0044 for release workflow
  • 331d524 Fix node version config for E2E test job
  • 11d773d Ensure ECMAScript compatibility
  • d788646 Remove engines property from package
  • e7d9a4d Fix typo in test assertion message
  • b5fca24 Make credentials use explicit in release workflow
  • See full diff in compare view

Updates micromodal from 0.4.6 to 0.7.0

Release notes

Sourced from micromodal's releases.

v0.7.0

  • 💡 FEATURE Added MicroModal.closeAll() to close all open modals at once - #338
  • 💡 FEATURE Added MicroModal.initModal() to register a modal dynamically after init() - #136, #354
  • 💡 FEATURE Added MicroModal.removeModal() to unregister a modal and clean up its event listeners - #312
  • 💡 FEATURE Added MicroModal.config() to reconfigure a modal after initialization - #354
  • 💡 FEATURE Support for nested (layered) modals - Esc closes only the topmost - #515, #544
  • 💡 FEATURE Setting role="alertdialog" on a modal now disables Esc to close
  • 🌀 ENHANCEMENT keydown listeners are now scoped to each modal element instead of document - #421, #544
  • 🌀 ENHANCEMENT Close trigger detection now uses closest() for reliable nested element handling - #490
  • 🌀 ENHANCEMENT show(id, config) reuses existing modal instances; config passed to show() persists on the modal - #354
  • 🌀 ENHANCEMENT Config passed to init() now applies to all subsequent show() calls - #354
  • 🌀 ENHANCEMENT Added touchAction: none to scroll lock for iOS momentum scroll - #509
  • 🐞 BUGFIX Fixed setFocusToFirstNode losing its context when used as an animationend handler with awaitOpenAnimation: true
  • 🐞 BUGFIX Fixed scroll lock being released when a nested modal closes while an outer modal is still open
  • 🐞 BUGFIX Fixed keydown handlers from multiple open modals all firing on a single Esc press - #421, #544
  • 🐞 BUGFIX Fixed data-micromodal-close incorrectly closing modal when clicking inside the container - #490
  • Thanks to @​mike-vel for the bulk of the work in this release

v0.6.2

  • 🐞 BUGFIX Updated dependencies

v0.6.1

* 🐞 `BUGFIX` Add ability to pass an element to Micromodal.close()
* 🌀 `ENHANCEMENT` Updated documentation for show and close methods

v0.6.0

  • 💡 FEATURE Added ability to pass an element to Micromodal

v0.5.2

  • 🐞 BUGFIX Updated dependencies
Changelog

Sourced from micromodal's changelog.

Release History

  • 0.7.0
    • 💡 FEATURE Added MicroModal.closeAll() to close all open modals at once - #338
    • 💡 FEATURE Added MicroModal.initModal() to register a modal dynamically after init() - #136, #354
    • 💡 FEATURE Added MicroModal.removeModal() to unregister a modal and clean up its event listeners - #312
    • 💡 FEATURE Added MicroModal.config() to reconfigure a modal after initialization - #354
    • 💡 FEATURE Support for nested (layered) modals - Esc closes only the topmost - #515, #544
    • 💡 FEATURE Setting role="alertdialog" on a modal now disables Esc to close
    • 🌀 ENHANCEMENT keydown listeners are now scoped to each modal element instead of document - #421, #544
    • 🌀 ENHANCEMENT Close trigger detection now uses closest() for reliable nested element handling - #490
    • 🌀 ENHANCEMENT show(id, config) reuses existing modal instances; config passed to show() persists on the modal - #354
    • 🌀 ENHANCEMENT Config passed to init() now applies to all subsequent show() calls - #354
    • 🌀 ENHANCEMENT Added touchAction: none to scroll lock for iOS momentum scroll - #509
    • 🐞 BUGFIX Fixed setFocusToFirstNode losing its context when used as an animationend handler with awaitOpenAnimation: true
    • 🐞 BUGFIX Fixed scroll lock being released when a nested modal closes while an outer modal is still open
    • 🐞 BUGFIX Fixed keydown handlers from multiple open modals all firing on a single Esc press - #421, #544
    • 🐞 BUGFIX Fixed data-micromodal-close incorrectly closing modal when clicking inside the container - #490
    • Thanks to @​mike-vel for the bulk of the work in this release
  • 0.6.2
    • 🐞 BUGFIX Updated dependencies
  • 0.6.1
    • 🐞 BUGFIX Add ability to pass an element to Micromodal.close()
    • 🌀 ENHANCEMENT Updated documentation for show and close methods
  • 0.6.0
    • 💡 FEATURE Added ability to pass an element to Micromodal
  • 0.5.2
    • 🐞 BUGFIX Updated dependencies
  • 0.4.10
    • 🐞 BUGFIX Reverted passive listener to enable event methods
  • 0.4.9
    • 🐞 BUGFIX Correctly closes modal when clicking on nested close elements
  • 0.4.8
    • 🐞 BUGFIX Fixed issue where clicking on a input field would close the modal
  • 0.4.7
    • 🐞 BUGFIX Correctly disable scroll on iOS devices
    • 🐞 BUGFIX Fixed issue where 'window' would be undefined
    • 🐞 BUGFIX Close button works even if there are nested elements within
    • 🐞 BUGFIX Marks event handler as 'passive' to make the page more responsive
    • 🐞 BUGFIX Prevents click handlers from triggering underlying elements
  • 0.4.6
    • 🐞 BUGFIX Removed focus error when no focusable element exists in the modal
  • 0.4.5
    • 🐞 BUGFIX On open, correctly focuses on non close triggers when possible
    • 🐞 BUGFIX Custom open class is now properly removed on modal close
  • 0.4.4
    • 💡 FEATURE Added ability to customize open class name
  • 0.4.3
    • 🌀 ENHANCEMENT Finds a focusable element which is not the close button on modal open
    • 🌀 ENHANCEMENT Handle events cleanup if modals are not closed properly
    • 🌀 ENHANCEMENT The original trigger event is now passed to the onShow and onClose methods

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dkniffin, a new releaser for micromodal since your current version.


Updates autoprefixer from 10.3.6 to 10.5.4

Release notes

Sourced from autoprefixer's releases.

10.5.4

10.5.3

10.5.2

  • Moved -webkit-fill-available before -moz-available, so Firefox will use -webkit- version which is closer to stretch.

10.5.1

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

10.4.20

  • Fixed fit-content prefix for Firefox.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

10.4.17

... (truncated)

Changelog

Sourced from autoprefixer's changelog.

10.5.4

10.5.3

10.5.2

  • Moved -webkit-fill-available before -moz-available, so Firefox will use -webkit- version which is closer to stretch.

10.5.1

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for autoprefixer since your current version.


Updates css-loader from 6.3.0 to 6.11.0

Release notes

Sourced from css-loader's releases.

v6.11.0

6.11.0 (2024-04-03)

Features

Bug Fixes

  • do not break @scope at-rule without params (#1581) (e022e3b)

v6.10.0

6.10.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#1568) (3924679)
  • pass the resourceQuery and resourceFragment to the auto and mode callback (#1569) (d641c4d)
  • support named exports with any characters (6f43929)

v6.9.1

6.9.1 (2024-01-18)

Bug Fixes

  • css nesting support
  • @scope at-rule support

v6.9.0

6.9.0 (2024-01-09)

Features

  • updated generateExportEntry to expose node details (#1556) (05002f3)

Bug Fixes

v6.8.1

6.8.1 (2023-05-28)

Bug Fixes

... (truncated)

Changelog

Sourced from css-loader's changelog.

6.11.0 (2024-04-03)

Features

Bug Fixes

  • do not break @scope at-rule without params (#1581) (e022e3b)

6.10.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#1568) (3924679)
  • pass the resourceQuery and resourceFragment to the auto and mode callback (#1569) (d641c4d)
  • support named exports with any characters (6f43929)

6.9.1 (2024-01-18)

Bug Fixes

  • css nesting support
  • @scope at-rule support

6.9.0 (2024-01-09)

Features

  • updated generateExportEntry to expose node details (#1556) (05002f3)

Bug Fixes

6.8.1 (2023-05-28)

Bug Fixes

  • use cause for original errors and warnings (#1526) (ae3d8ae)

6.8.0 (2023-05-27)

... (truncated)

Commits

Updates mini-css-extract-plugin from 2.3.0 to 2.10.2

Release notes

Sourced from mini-css-extract-plugin's releases.

v2.10.2

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.10.2 (2026-03-26)

Bug Fixes

  • use matchResource for importModule when available (#1162) (143693e)

v2.10.1

2.10.1 (2026-03-10)

Bug Fixes

  • handle null module.layer in renderContentAsset (#1159) (0233180)

v2.10.0

2.10.0 (2026-01-16)

Features

  • respect output.cssFilename and output.cssChunkFilename (#1151) (54f775d)

Bug Fixes

  • prevent generation of a contentHash for a chunk when the set of css modules is of size 0 (#1154) (4e4a95d)

v2.9.4

2.9.4 (2025-08-11)

Bug Fixes

v2.9.3

2.9.3 (2025-08-04)

Bug Fixes

  • should update initial chunks correctly with filename (dab023f)

v2.9.2

2.9.2 (2024-11-01)

... (truncated)

Changelog

Sourced from mini-css-extract-plugin's changelog.

2.10.2 (2026-03-26)

Bug Fixes

  • use matchResource for importModule when available (#1162) (143693e)

2.10.1 (2026-03-10)

Bug Fixes

  • handle null module.layer in renderContentAsset (#1159) (0233180)

2.10.0 (2026-01-16)

Features

  • respect output.cssFilename and output.cssChunkFilename (#1151) (54f775d)

Bug Fixes

  • prevent generation of a contentHash for a chunk when the set of css modules is of size 0 (#1154) (4e4a95d)

2.9.4 (2025-08-11)

Bug Fixes

2.9.3 (2025-08-04)

Bug Fixes

  • should update initial chunks correctly with filename (dab023f)

2.9.2 (2024-11-01)

Bug Fixes

2.9.1 (2024-08-19)

... (truncated)

Commits

Updates postcss-loader from 6.1.1 to 6.2.1

Release notes

Sourced from postcss-loader's releases.

v6.2.1

6.2.1 (2021-11-26)

Bug Fixes

v6.2.0

6.2.0 (2021-10-13)

Features

Changelog

Sourced from postcss-loader's changelog.

6.2.1 (2021-11-26)

Bug Fixes

6.2.0 (2021-10-13)

Features

Commits

Updates sass from 1.42.1 to 1.102.0

Release notes

Sourced from sass's releases.

Dart Sass 1.102.0

To install Sass 1.102.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Use the 2.4 gamma transfer function for rec2020, as specified by the latest draft of CSS Color 4.

See the full changelog for changes in earlier releases.

Dart Sass 1.101.7

To install Sass 1.101.7, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.101.6

To install Sass 1.101.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.101.5

To install Sass 1.101.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.101.4

To install Sass 1.101.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

... (truncated)

Changelog

Sourced from sass's changelog.

1.102.0

  • Use the 2.4 gamma transfer function for rec2020, as specified by the latest draft of CSS Color 4.

1.101.7

  • No user-visible changes.

1.101.6

  • No user-visible changes.

1.101.5

  • No user-visible changes.

1.101.4

  • Avoid emitting rgb() or rgba() functions with non-percent decimal channels. Older browsers only support integer values or (potentially decimal) percentages for these functions, so in order to preserve backwards-compatibility while retaining full precision for modern browsers, legacy colors that contain at least one non-integer channel will now use percentages for their channels (for example, rgb(0%, 100%, 50%) rather than rgb(0, 255, 127.5)).

  • Fix a bug where the values of plain-CSS if() expressions were emitted using their meta.inspect() format rather than their CSS serialization format.

1.101.3

  • No user-visible changes.

1.101.2

  • Fix a bug where the deprecation warning for vendor-prefixed expression() functions would incorrectly indicate whether or not the function would be invalid Sass in Dart Sass 2.0.0.

1.101.1

  • Sass stack trace entries are now always either absolute URLs, absolute paths, or paths relative to the current working directory. Previously, if a stylesheet was loaded using a relative URL (as from a load path), that relative URL was listed even if it couldn't be resolved relative to the current working directory. However, this created potential ambiguities, so this behavior has been removed.

Command Line Interface

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sass since your current version.


Updates sass-loader from 12.1.0 to 12.6.0

Release notes

Sourced from sass-loader's releases.

v12.6.0

12.6.0 (2022-02-15)

Features

  • added support for automatic loading of sass-embedded (#1025) (c8dae87)

v12.5.0

12.5.0 (2022-02-14)

Features

  • added support for sass-embedded (faster than node-sass), feel free to feedback
  • added the api option (modern api is experimental and currently doesn't support built-in webpack resolver) (afbe114)

v12.4.0

12.4.0 (2021-12-07)

Features

v12.3.0

12.3.0 (2021-10-27)

Features

  • added the warnRuleAsWarning option, allows to emit a warning on the @warn rule (#992) (c652c79)
  • use webpack logger to log sass messages (only for dart-sass), configure it using infrastructureLogging (#991) (bb7cef9)

v12.2.0

12.2.0 (2021-10-12)

Features

Changelog

Sourced from sass-loader's changelog.

12.6.0 (2022-02-15)

Features

  • added support for automatic loading of sass-embedded (#1025) (c8dae87)

12.5.0 (2022-02-14)

Features

  • added support for sass-embedded (faster than node-sass), feel free to feedback
  • added the api option (modern api is experimental and currently doesn't support built-in webpack resolver) (afbe114)

12.4.0 (2021-12-07)

Features

12.3.0 (2021-10-27)

Features

  • added the warnRuleAsWarning option, allows to emit a warning on the @warn rule (#992) (c652c79)
  • use webpack logger to log sass messages (only for dart-sass), configure it using infrastructureLogging (#991) (bb7cef9)

12.2.0 (2021-10-12)

Features

Commits

Updates ts-loader from 9.2.6 to 9.6.2

Release notes

Sourced from ts-loader's releases.

v9.6.2

Officially ts-loader has supported 3.6.3+ versions of TypeScript. This change means that certain scenarios with older versions of TS will now certainly fail. If anyone is actually using these versions it would be surprising.

v9.6.1

v9.6.0

v9.5.7

Skipping 9.5.5-9.5.6 due to publishing issues

v9.5.4

Skipping 9.5.3 due to a publishing issue

v9.5.3

v9.5.2

This release is actually v9.5.2 but due to a problem with the initial release workflow we incremented to v9.5.3

v9.5.1

v9.5.0

v9.4.4

v9.4.3

v9.4.2

9.4.1

v9.4.0

... (truncated)

Changelog

Sourced from ts-loader's changelog.

9.6.2

Officially ts-loader has supported 3.6.3+ versions of TypeScript. This change means that certain scenarios with older versions of TS will now certainly fail. If anyone is actually using these versions it would be surprising.

9.6.1

9.6.0

9.5.7

@dependabot @github

dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm, vendored. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 26, 2026
@dependabot dependabot Bot changed the title chore(deps)(deps): Bump the npm group in /DNNPlatform/Portals/1/2sxc/PopupMessage3 with 12 updates chore(deps)(deps): Bump the npm group across 1 directory with 12 updates Jul 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/DNNPlatform/Portals/1/2sxc/PopupMessage3/npm-6b79b1f9df branch 3 times, most recently from 12e6747 to fbeec65 Compare July 26, 2026 23:30
jsboige added a commit that referenced this pull request Jul 27, 2026
…ive flaky in real CI (#952)

The upper bound (elapsed <= 2*backoff + 2000ms) is not the contract of a backoff;
"the delay was applied" is, and that is the lower bound, which stays hard.

Measured 2026-07-26: the test took 3 s and failed the 2 240 ms bound on dependabot
PRs #928 and #935 while 24 sibling npm runs passed. Those two diffs touch ONLY
vendored npm lockfiles under DNNPlatform/Portals/1/2sxc/**, so no production code
could be implicated -- 26 dependabot runs firing inside 5 minutes contend for the
runner. The flakiness became visible only because #911 made the CI Test step real.

Subtracting rather than widening, deliberately: a bigger number only moves the load
level at which the bound lies, and it still would not be testing anything. The note
in the file records the measurement so the bound is not "restored" later.

Local: 643 total / 638 passed / 0 failed / 5 skipped (24 s).

Refs #911, #928, #935

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/DNNPlatform/Portals/1/2sxc/PopupMessage3/npm-6b79b1f9df branch from fbeec65 to 28514cc Compare July 27, 2026 03:39
Bumps the npm group with 12 updates in the /DNNPlatform/Portals/1/2sxc/PopupMessage3 directory:

| Package | From | To |
| --- | --- | --- |
| [js-cookie](https://github.com/js-cookie/js-cookie) | `3.0.7` | `3.0.8` |
| [micromodal](https://github.com/ghosh/micromodal) | `0.4.6` | `0.7.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.3.6` | `10.5.4` |
| [css-loader](https://github.com/webpack/css-loader) | `6.3.0` | `6.11.0` |
| [mini-css-extract-plugin](https://github.com/webpack/mini-css-extract-plugin) | `2.3.0` | `2.10.2` |
| [postcss-loader](https://github.com/webpack/postcss-loader) | `6.1.1` | `6.2.1` |
| [sass](https://github.com/sass/dart-sass) | `1.42.1` | `1.102.0` |
| [sass-loader](https://github.com/webpack/sass-loader) | `12.1.0` | `12.6.0` |
| [ts-loader](https://github.com/TypeStrong/ts-loader) | `9.2.6` | `9.6.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `4.4.3` | `4.9.5` |
| [webpack](https://github.com/webpack/webpack) | `5.104.1` | `5.109.0` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `4.8.0` | `4.10.0` |



Updates `js-cookie` from 3.0.7 to 3.0.8
- [Release notes](https://github.com/js-cookie/js-cookie/releases)
- [Commits](js-cookie/js-cookie@v3.0.7...v3.0.8)

Updates `micromodal` from 0.4.6 to 0.7.0
- [Release notes](https://github.com/ghosh/micromodal/releases)
- [Changelog](https://github.com/micromodal/Micromodal/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ghosh/micromodal/commits/0.7.0)

Updates `autoprefixer` from 10.3.6 to 10.5.4
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.3.6...10.5.4)

Updates `css-loader` from 6.3.0 to 6.11.0
- [Release notes](https://github.com/webpack/css-loader/releases)
- [Changelog](https://github.com/webpack/css-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/css-loader@v6.3.0...v6.11.0)

Updates `mini-css-extract-plugin` from 2.3.0 to 2.10.2
- [Release notes](https://github.com/webpack/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack/mini-css-extract-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/mini-css-extract-plugin@v2.3.0...v2.10.2)

Updates `postcss-loader` from 6.1.1 to 6.2.1
- [Release notes](https://github.com/webpack/postcss-loader/releases)
- [Changelog](https://github.com/webpack/postcss-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/postcss-loader@v6.1.1...v6.2.1)

Updates `sass` from 1.42.1 to 1.102.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.42.1...1.102.0)

Updates `sass-loader` from 12.1.0 to 12.6.0
- [Release notes](https://github.com/webpack/sass-loader/releases)
- [Changelog](https://github.com/webpack/sass-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/sass-loader@v12.1.0...v12.6.0)

Updates `ts-loader` from 9.2.6 to 9.6.2
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.2.6...v9.6.2)

Updates `typescript` from 4.4.3 to 4.9.5
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.4.3...v4.9.5)

Updates `webpack` from 5.104.1 to 5.109.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
- [Commits](webpack/webpack@v5.104.1...v5.109.0)

Updates `webpack-cli` from 4.8.0 to 4.10.0
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.8.0...webpack-cli@4.10.0)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-version: 10.5.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: css-loader
  dependency-version: 6.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: js-cookie
  dependency-version: 3.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: micromodal
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: mini-css-extract-plugin
  dependency-version: 2.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: postcss-loader
  dependency-version: 6.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: sass
  dependency-version: 1.102.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: sass-loader
  dependency-version: 12.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: ts-loader
  dependency-version: 9.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: typescript
  dependency-version: 4.9.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: webpack
  dependency-version: 5.109.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: webpack-cli
  dependency-version: 4.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/DNNPlatform/Portals/1/2sxc/PopupMessage3/npm-6b79b1f9df branch from 28514cc to d52dd4e Compare July 27, 2026 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants