Skip to content

Commit 33b2753

Browse files
Bump the all group with 6 updates
Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [postcss](https://github.com/postcss/postcss) | `8.4.39` | `8.4.40` | | [sass](https://github.com/sass/dart-sass) | `1.77.6` | `1.77.8` | | [sass-loader](https://github.com/webpack-contrib/sass-loader) | `14.2.1` | `16.0.0` | | [uglify-js](https://github.com/mishoo/UglifyJS) | `3.18.0` | `3.19.1` | | [webpack](https://github.com/webpack/webpack) | `5.92.1` | `5.93.0` | | [yaml](https://github.com/eemeli/yaml) | `2.4.5` | `2.5.0` | Updates `postcss` from 8.4.39 to 8.4.40 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.39...8.4.40) Updates `sass` from 1.77.6 to 1.77.8 - [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.77.6...1.77.8) Updates `sass-loader` from 14.2.1 to 16.0.0 - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/v16.0.0/CHANGELOG.md) - [Commits](webpack-contrib/sass-loader@v14.2.1...v16.0.0) Updates `uglify-js` from 3.18.0 to 3.19.1 - [Release notes](https://github.com/mishoo/UglifyJS/releases) - [Commits](mishoo/UglifyJS@v3.18.0...v3.19.1) Updates `webpack` from 5.92.1 to 5.93.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.92.1...v5.93.0) Updates `yaml` from 2.4.5 to 2.5.0 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.4.5...v2.5.0) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: uglify-js dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: yaml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d93eac commit 33b2753

File tree

2 files changed

+1275
-2655
lines changed

2 files changed

+1275
-2655
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
"css-minimizer-webpack-plugin": "7.0.0",
3131
"html-minifier": "4.0.0",
3232
"mini-css-extract-plugin": "2.9.0",
33-
"postcss": "8.4.39",
33+
"postcss": "8.4.40",
3434
"postcss-loader": "8.1.1",
3535
"pug": "3.0.3",
36-
"sass": "1.77.6",
37-
"sass-loader": "14.2.1",
36+
"sass": "1.77.8",
37+
"sass-loader": "16.0.0",
3838
"sharp": "0.33.4",
3939
"shelljs": "0.8.5",
4040
"style-loader": "4.0.0",
41-
"uglify-js": "3.18.0",
41+
"uglify-js": "3.19.1",
4242
"upath": "2.0.1",
43-
"webpack": "5.92.1",
44-
"yaml": "2.4.5"
43+
"webpack": "5.93.0",
44+
"yaml": "2.5.0"
4545
}
4646
}

0 commit comments

Comments
 (0)