Skip to content

Commit da844dd

Browse files
chore(deps-dev): bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) and [sass](https://github.com/sass/dart-sass). Updates `html-webpack-plugin` from 5.6.0 to 5.6.2 - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](jantimon/html-webpack-plugin@v5.6.0...v5.6.2) Updates `sass` from 1.79.5 to 1.80.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.79.5...1.80.1) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66d98fc commit da844dd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"front-matter": "^4.0.2",
103103
"github-slugger": "^2.0.0",
104104
"globals": "^15.11.0",
105-
"html-webpack-plugin": "^5.5.4",
105+
"html-webpack-plugin": "^5.6.2",
106106
"http-server": "^14.1.1",
107107
"husky": "^9.1.6",
108108
"hyperlink": "^5.0.4",
@@ -130,7 +130,7 @@
130130
"remark-html": "^16.0.1",
131131
"remark-refractor": "montogeek/remark-refractor",
132132
"rimraf": "^6.0.1",
133-
"sass": "^1.79.5",
133+
"sass": "^1.80.1",
134134
"sass-loader": "^16.0.2",
135135
"sirv-cli": "^3.0.0",
136136
"sitemap-static": "^0.4.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6817,10 +6817,10 @@ html-void-elements@^3.0.0:
68176817
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7"
68186818
integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==
68196819

6820-
html-webpack-plugin@^5.5.4:
6821-
version "5.6.0"
6822-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
6823-
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
6820+
html-webpack-plugin@^5.6.2:
6821+
version "5.6.2"
6822+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz#174a67c8e55aa3fa2ba94c8e8e42894bfe4978ea"
6823+
integrity sha512-q7xp/FO9RGBVoTKNItkdX1jKLscLFkgn/dLVFNYbHVbfHLBk6DYW5nsQ8kCzIWcgKP/kUBocetjvav6lD8YfCQ==
68246824
dependencies:
68256825
"@types/html-minifier-terser" "^6.0.0"
68266826
html-minifier-terser "^6.0.2"
@@ -11707,10 +11707,10 @@ sass-loader@^16.0.2:
1170711707
dependencies:
1170811708
neo-async "^2.6.2"
1170911709

11710-
sass@^1.79.5:
11711-
version "1.79.5"
11712-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.79.5.tgz#646c627601cd5f84c64f7b1485b9292a313efae4"
11713-
integrity sha512-W1h5kp6bdhqFh2tk3DsI771MoEJjvrSY/2ihJRJS4pjIyfJCw0nTsxqhnrUzaLMOJjFchj8rOvraI/YUVjtx5g==
11710+
sass@^1.80.1:
11711+
version "1.80.1"
11712+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.80.1.tgz#5b26cde787917e845f25585b741c0caa653d0154"
11713+
integrity sha512-9lBwDZ7j3y/1DKj5Ec249EVGo5CVpwnzIyIj+cqlCjKkApLnzsJ/l9SnV4YnORvW9dQwQN+gQvh/mFZ8CnDs7Q==
1171411714
dependencies:
1171511715
"@parcel/watcher" "^2.4.1"
1171611716
chokidar "^4.0.0"

0 commit comments

Comments
 (0)