Skip to content

Commit

Permalink
[DEP-DEV]: Bump sass-loader from 12.0.0 to 12.1.0 (#60) (#70)
Browse files Browse the repository at this point in the history
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.0.0 to 12.1.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v12.0.0...v12.1.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 25, 2021
1 parent 87fac18 commit 8e53c19
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"@fortawesome/fontawesome-free": "^5.15.3",
"@symfony/webpack-encore": "^1.5.0",
"autoprefixer": "^10.2.6",
"bootstrap": "^5.0.1",
"bootstrap": "^5.0.2",
"bootstrap-tagsinput": "^0.7.1",
"chart.js": "^3.3.2",
"core-js": "^3.15.1",
Expand Down
23 changes: 23 additions & 0 deletions src/Resources/public/app.4e615dd1.css

Large diffs are not rendered by default.

23 changes: 0 additions & 23 deletions src/Resources/public/app.5207c30f.css

This file was deleted.

Large diffs are not rendered by default.

@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.0.1 (https://getbootstrap.com/)
* Bootstrap v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/public/entrypoints.json
Expand Up @@ -2,10 +2,10 @@
"entrypoints": {
"app": {
"css": [
"/bundles/template/app.5207c30f.css"
"/bundles/template/app.4e615dd1.css"
],
"js": [
"/bundles/template/app.d786df4a.js"
"/bundles/template/app.700fe758.js"
]
},
"webfont": {
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/public/manifest.json
@@ -1,6 +1,6 @@
{
"bundles/template/app.css": "/bundles/template/app.5207c30f.css",
"bundles/template/app.js": "/bundles/template/app.d786df4a.js",
"bundles/template/app.css": "/bundles/template/app.4e615dd1.css",
"bundles/template/app.js": "/bundles/template/app.700fe758.js",
"bundles/template/webfont.css": "/bundles/template/webfont.eb64eebe.css",
"bundles/template/885.999b312a.js": "/bundles/template/885.999b312a.js",
"bundles/template/images/fa-solid-900.svg": "/bundles/template/images/fa-solid-900.13de59f1.svg",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1811,10 +1811,10 @@ bootstrap-tagsinput@^0.7.1:
resolved "https://registry.yarnpkg.com/bootstrap-tagsinput/-/bootstrap-tagsinput-0.7.1.tgz#ffe3b06bbe2a106945ef2814568005a94f211937"
integrity sha1-/+Owa74qEGlF7ygUVoAFqU8hGTc=

bootstrap@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.1.tgz#e7939d599119dc818a90478a2a299bdaff037e09"
integrity sha512-Fl79+wsLOZKoiU345KeEaWD0ik8WKRI5zm0YSPj2oF1Qr+BO7z0fco6GbUtqjoG1h4VI89PeKJnMsMMVQdKKTw==
bootstrap@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.2.tgz#aff23d5e0e03c31255ad437530ee6556e78e728e"
integrity sha512-1Ge963tyEQWJJ+8qtXFU6wgmAVj9gweEjibUdbmcCEYsn38tVwRk8107rk2vzt6cfQcRr3SlZ8aQBqaD8aqf+Q==

brace-expansion@^1.1.7:
version "1.1.11"
Expand Down

0 comments on commit 8e53c19

Please sign in to comment.