Browse Source

Bump css-loader from 6.5.0 to 6.5.1 (#1701)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.5.0 to 6.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/releases">css-loader's releases</a>.</em></p>
<blockquote>
<h2>v6.5.1</h2>
<h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.0...v6.5.1">6.5.1</a> (2021-11-03)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>regression with unicode characters in locals (<a href="b7a84414fb">b7a8441</a>)</li>
<li>runtime path generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1393">#1393</a>) (<a href="feafea812a">feafea8</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md">css-loader's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.0...v6.5.1">6.5.1</a> (2021-11-03)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>regression with unicode characters in locals (<a href="b7a84414fb">b7a8441</a>)</li>
<li>runtime path generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1393">#1393</a>) (<a href="feafea812a">feafea8</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="e857d7121e"><code>e857d71</code></a> chore(release): 6.5.1</li>
<li><a href="b7a84414fb"><code>b7a8441</code></a> fix: regression with unicode characters in locals</li>
<li><a href="52715ee3d0"><code>52715ee</code></a> ci: test on Node.js v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1394">#1394</a>)</li>
<li><a href="feafea812a"><code>feafea8</code></a> fix: runtime path generation (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1393">#1393</a>)</li>
<li><a href="61fcc4a77a"><code>61fcc4a</code></a> test: data uri (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1392">#1392</a>)</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.0...v6.5.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=6.5.0&new-version=6.5.1)](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/1702/head
dependabot[bot] 3 years ago
parent
commit
73c805814c
  1. 2
      package.json
  2. 8
      yarn.lock

2
package.json

@ -8,7 +8,7 @@
"bootstrap": "^5.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.0",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.4.1",

8
yarn.lock

@ -650,10 +650,10 @@ cross-spawn@^7.0.3:
shebang-command "^2.0.0"
which "^2.0.1"
css-loader@^6.5.0:
version "6.5.0"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.5.0.tgz#9d1cf7766a9a8f0b3c6e1638309b964dbdab46d3"
integrity sha512-VmuSdQa3K+wJsl39i7X3qGBM5+ZHmtTnv65fqMGI+fzmHoYmszTVvTqC1XN8JwWDViCB1a8wgNim5SV4fb37xg==
css-loader@^6.5.1:
version "6.5.1"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.5.1.tgz#0c43d4fbe0d97f699c91e9818cb585759091d1b1"
integrity sha512-gEy2w9AnJNnD9Kuo4XAP9VflW/ujKoS9c/syO+uWMlm5igc7LysKzPXaDoR2vroROkSwsTS2tGr1yGGEbZOYZQ==
dependencies:
icss-utils "^5.1.0"
postcss "^8.2.15"

Loading…
Cancel
Save