Skip to content

[Snyk] Upgrade copy-webpack-plugin from 13.0.0 to 13.0.1#11

Open
DingJun1028 wants to merge 1 commit into
mainfrom
snyk-upgrade-c73bfc39c0d3d09be4aa27d56b320376
Open

[Snyk] Upgrade copy-webpack-plugin from 13.0.0 to 13.0.1#11
DingJun1028 wants to merge 1 commit into
mainfrom
snyk-upgrade-c73bfc39c0d3d09be4aa27d56b320376

Conversation

@DingJun1028

Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to upgrade copy-webpack-plugin from 13.0.0 to 13.0.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.

  • The recommended version was released 6 months ago.

Release notes
Package name: copy-webpack-plugin
  • 13.0.1 - 2025-08-12

    13.0.1 (2025-08-12)

    Bug Fixes

  • 13.0.0 - 2025-02-27

    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
from copy-webpack-plugin GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade copy-webpack-plugin from 13.0.0 to 13.0.1.

See this package in npm:
copy-webpack-plugin

See this project in Snyk:
https://app.snyk.io/org/dingjunhong1028/project/50b58731-027f-4569-a720-16180cbe835c?utm_source=github&utm_medium=referral&page=upgrade-pr
Copilot AI review requested due to automatic review settings February 6, 2026 18:01
@coderabbitai

coderabbitai Bot commented Feb 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Ignore keyword(s) in the title.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch snyk-upgrade-c73bfc39c0d3d09be4aa27d56b320376

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@snyk-io

snyk-io Bot commented Feb 6, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR is an automated Snyk dependency update intended to move the Server build tooling to copy-webpack-plugin@13.0.1.

Changes:

  • Bumps copy-webpack-plugin devDependency from ^13.0.0 to ^13.0.1 in Server/package.json.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Server/package.json
"devDependencies": {
"@types/node": "^22.19.3",
"copy-webpack-plugin": "^13.0.0",
"copy-webpack-plugin": "^13.0.1",

Copilot AI Feb 6, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package-lock.json still pins copy-webpack-plugin to 13.0.0, so npm ci will likely fail due to the package.json/package-lock mismatch and installs won’t actually pick up 13.0.1. Please update/commit the regenerated lockfile (and ensure it resolves to 13.0.1).

Suggested change
"copy-webpack-plugin": "^13.0.1",
"copy-webpack-plugin": "^13.0.0",

Copilot uses AI. Check for mistakes.
@kilo-code-bot

kilo-code-bot Bot commented Feb 6, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

This PR contains a simple, minor dependency update:

  • copy-webpack-plugin is updated from version 13.0.0 to 13.0.1 in Server/package.json

The change is minimal and follows the existing pattern of dependency updates in the repository. The version update from 13.0.0 to 13.0.1 indicates a bug fix or patch release, which should not contain breaking changes. The webpack configuration file (webpack.config.js) uses the plugin in a standard way that should be compatible with the new version.

Files Reviewed (1 file)
  • Server/package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants