Skip to content

chore(deps): bump serialize-javascript, @openedx/frontend-build and copy-webpack-plugin - #1958

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-d5702154b1
Open

chore(deps): bump serialize-javascript, @openedx/frontend-build and copy-webpack-plugin#1958
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-d5702154b1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps serialize-javascript to 7.0.7 and updates ancestor dependencies serialize-javascript, @openedx/frontend-build and copy-webpack-plugin. These dependencies need to be updated together.

Updates serialize-javascript from 6.0.2 to 7.0.7

Release notes

Sourced from serialize-javascript's releases.

v7.0.7

What's Changed

Full Changelog: yahoo/serialize-javascript@v7.0.6...v7.0.7

v7.0.6

What's Changed

Full Changelog: yahoo/serialize-javascript@v7.0.5...v7.0.6

v7.0.5

Fixes

  • Improve robustness and validation for array-like object serialization.
  • Fix an issue where certain object structures could lead to excessive CPU usage.

For more details, please see GHSA-qj8w-gfj5-8c6v.

v7.0.4

What's Changed

Full Changelog: yahoo/serialize-javascript@v7.0.3...v7.0.4

v7.0.3

  • fix(CVE-2020-7660): fix for RegExp.flags and Date.prototype.toISOString (#207) 2e609d0
  • build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#206) 42b7cdb

yahoo/serialize-javascript@v7.0.2...v7.0.3

v7.0.2

What's Changed

Full Changelog: yahoo/serialize-javascript@v7.0.1...v7.0.2

v7.0.1

... (truncated)

Commits
Maintainer changes

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


Updates @openedx/frontend-build from 14.6.6 to 14.6.13

Release notes

Sourced from @​openedx/frontend-build's releases.

v14.6.13

14.6.13 (2026-07-13)

Bug Fixes

  • bump @​babel/runtime from 7.26.9 to 7.29.7 in /example (37291e0)
  • bump @​babel/runtime-corejs3 from 7.26.9 to 7.29.7 in /example (523fc56)
  • bump serialize-javascript and image-minimizer-webpack-plugin (5c9232a)

v14.6.12

14.6.12 (2026-07-13)

Bug Fixes

  • bump brace-expansion from 2.0.1 to 2.1.2 in /example (bcef44d)

v14.6.11

14.6.11 (2026-07-13)

Bug Fixes

  • bump lodash from 4.17.21 to 4.18.1 in /example (b203a1d)

v14.6.10

14.6.10 (2026-07-13)

Bug Fixes

  • bump @​babel/plugin-transform-modules-systemjs from 7.29.0 to 7.29.7 (496a33b)
  • bump fast-uri from 3.1.0 to 3.1.3 (eb67a8d)

v14.6.9

14.6.9 (2026-07-13)

Bug Fixes

  • bump postcss from 8.5.9 to 8.5.19 (d288292)
  • bump tmp and inquirer in /example (19beba8)

v14.6.8

14.6.8 (2026-07-13)

Bug Fixes

... (truncated)

Commits
  • 567f601 Merge pull request #703 from openedx/dependabot/npm_and_yarn/multi-ad66c5e13f
  • e9208bc Merge pull request #719 from openedx/dependabot/npm_and_yarn/example/babel/ru...
  • 9221f40 Merge pull request #720 from openedx/dependabot/npm_and_yarn/example/babel/ru...
  • 523fc56 fix: bump @​babel/runtime-corejs3 from 7.26.9 to 7.29.7 in /example
  • 37291e0 fix: bump @​babel/runtime from 7.26.9 to 7.29.7 in /example
  • d428359 Merge pull request #717 from openedx/dependabot/npm_and_yarn/example/brace-ex...
  • bcef44d fix: bump brace-expansion from 2.0.1 to 2.1.2 in /example
  • 97b337b Merge pull request #715 from openedx/dependabot/npm_and_yarn/example/lodash-4...
  • b203a1d fix: bump lodash from 4.17.21 to 4.18.1 in /example
  • c8ce50e Merge pull request #713 from openedx/dependabot/npm_and_yarn/fast-uri-3.1.3
  • Additional commits viewable in compare view

Updates copy-webpack-plugin from 12.0.2 to 14.0.0

Release notes

Sourced from copy-webpack-plugin's releases.

v14.0.0

14.0.0 (2026-03-02)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 20.9.0 (#819) (2881203)

Bug Fixes

  • update serialize-javascript to fix security problems

v13.0.1

13.0.1 (2025-08-12)

Bug Fixes

v13.0.0

13.0.0 (2025-02-27)

⚠ BREAKING CHANGES

  • switch from globby and fast-glob to tinyglobby (#795) (19fd937)

For more information please visit tinyglobby.

The breaking change only affects the developer who used these options - gitignore and ignoreFiles in the globOptions option.

Please migrate to the ignore option.

Bug Fixes

  • concurrency option is limited to files now (#796) (d42469c)
  • the order of patterns provided by the developer is respected
Changelog

Sourced from copy-webpack-plugin's changelog.

14.0.0 (2026-03-02)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 20.9.0 (#819) (2881203)

Bug Fixes

  • update serialize-javascript to fix security problems

13.0.1 (2025-08-12)

Bug Fixes

13.0.0 (2025-02-27)

⚠ BREAKING CHANGES

  • switch from globby and fast-glob to tinyglobby (#795) (19fd937)

For more information please visit tinyglobby.

The breaking change only affects the developer who used these options - gitignore and ignoreFiles in the globOptions option.

Please migrate to the ignore option.

Bug Fixes

  • concurrency option is limited to files now (#796) (d42469c)
  • the order of patterns provided by the developer is respected
Commits
  • 18eb9d9 chore(release): 14.0.0
  • 2881203 refactor!: minimum supported Node.js version is 20.9.0 (#819)
  • 9dc3d31 chore(deps-dev): bump ajv from 6.12.6 to 6.14.0 (#815)
  • 5cf5a1d chore(deps): update (#814)
  • 3dd5b6e chore(deps): bump js-yaml (#813)
  • 9ac38bb chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#812)
  • 6a16bac Update link to contributing guidelines in README
  • a1625f9 chore: migrate from contrib (#810)
  • 9f6f204 chore: update github actions/checkout from v4 to v5 (#809)
  • 73a30bc chore(release): 13.0.1
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 26, 2026
@codecov

codecov Bot commented Jul 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.55%. Comparing base (49b102a) to head (d91a1ef).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1958   +/-   ##
=======================================
  Coverage   91.55%   91.55%           
=======================================
  Files         354      354           
  Lines        5824     5824           
  Branches     1394     1394           
=======================================
  Hits         5332     5332           
  Misses        473      473           
  Partials       19       19           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

…opy-webpack-plugin

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 7.0.7 and updates ancestor dependencies [serialize-javascript](https://github.com/yahoo/serialize-javascript), [@openedx/frontend-build](https://github.com/openedx/frontend-build) and [copy-webpack-plugin](https://github.com/webpack/copy-webpack-plugin). These dependencies need to be updated together.


Updates `serialize-javascript` from 6.0.2 to 7.0.7
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](yahoo/serialize-javascript@v6.0.2...v7.0.7)

Updates `@openedx/frontend-build` from 14.6.6 to 14.6.13
- [Release notes](https://github.com/openedx/frontend-build/releases)
- [Commits](openedx/frontend-build@v14.6.6...v14.6.13)

Updates `copy-webpack-plugin` from 12.0.2 to 14.0.0
- [Release notes](https://github.com/webpack/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/copy-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/copy-webpack-plugin@v12.0.2...v14.0.0)

---
updated-dependencies:
- dependency-name: "@openedx/frontend-build"
  dependency-version: 14.6.13
  dependency-type: direct:development
- dependency-name: copy-webpack-plugin
  dependency-version: 14.0.0
  dependency-type: direct:production
- dependency-name: serialize-javascript
  dependency-version: 7.0.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-d5702154b1 branch from 69ce499 to d91a1ef Compare August 7, 2026 06:19
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants