Browse Source

Bump copy-webpack-plugin from 10.0.0 to 10.1.0 (#1738)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.0.0 to 10.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases">copy-webpack-plugin's releases</a>.</em></p>
<blockquote>
<h2>v10.1.0</h2>
<h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.0.0...v10.1.0">10.1.0</a> (2021-12-10)</h2>
<h3>Features</h3>
<ul>
<li>added types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/650">#650</a>) (<a href="1aa5b2d2dd">1aa5b2d</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md">copy-webpack-plugin's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.0.0...v10.1.0">10.1.0</a> (2021-12-10)</h2>
<h3>Features</h3>
<ul>
<li>added types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/650">#650</a>) (<a href="1aa5b2d2dd">1aa5b2d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>expand lint-staged (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/649">#649</a>) (<a href="f8aad69ac4">f8aad69</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d6a6cdbba1"><code>d6a6cdb</code></a> chore: fix types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/651">#651</a>)</li>
<li><a href="5f58c845e7"><code>5f58c84</code></a> chore(release): 10.1.0</li>
<li><a href="1aa5b2d2dd"><code>1aa5b2d</code></a> feat: added types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/650">#650</a>)</li>
<li><a href="f8aad69ac4"><code>f8aad69</code></a> fix: expand lint-staged (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/649">#649</a>)</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.0.0...v10.1.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.0.0&new-version=10.1.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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
pull/1741/head
dependabot[bot] 3 years ago
parent
commit
a64bffeaa8
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -7,7 +7,7 @@
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
"bootstrap": "^5.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^10.1.0",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",

8
yarn.lock

@ -652,10 +652,10 @@ cookie@0.4.0:
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
copy-webpack-plugin@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.0.0.tgz#f25a29ca2398a6ca31183b62e76adacb53b981d1"
integrity sha512-tuCVuFMBbRsb7IH0q1CUb50/Skv+7a6c7DJ+xi4fAbOzNLTYVMUTPnf8uGvKPtmqTvzYBrfEFo7YgP4TsUWmtg==
copy-webpack-plugin@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.1.0.tgz#d27cf1cbe1c9b4ac57f1f96312e6f7da00108d23"
integrity sha512-dPGo+zoW77wiF5LlwkQcZTY7FsrSm7dmovhLDHsjYyciiJ+ZhLFt2EQbw9LRUHJ586JXN0K1A70Kbudclvt00Q==
dependencies:
fast-glob "^3.2.7"
glob-parent "^6.0.1"

Loading…
Cancel
Save