Skip to content

Commit db31e25

Browse files
Bump the npm-minor-upgrades group with 4 updates
Bumps the npm-minor-upgrades group with 4 updates: [mocha](https://github.com/mochajs/mocha), [postcss](https://github.com/postcss/postcss), [sass-embedded](https://github.com/sass/embedded-host-node) and [stylelint](https://github.com/stylelint/stylelint). Updates `mocha` from 11.0.1 to 11.1.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.0.1...v11.1.0) Updates `postcss` from 8.4.49 to 8.5.1 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.49...8.5.1) Updates `sass-embedded` from 1.83.0 to 1.83.4 - [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md) - [Commits](sass/embedded-host-node@1.83.0...1.83.4) Updates `stylelint` from 16.12.0 to 16.14.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.12.0...16.14.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-upgrades - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-upgrades - dependency-name: sass-embedded dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-upgrades - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-upgrades ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 31f5218 commit db31e25

File tree

2 files changed

+202
-159
lines changed

2 files changed

+202
-159
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
},
4646
"devDependencies": {
4747
"chokidar-cli": "^3.0.0",
48-
"mocha": "^11.0.1",
48+
"mocha": "^11.1.0",
4949
"npm-run-all": "^4.1.5",
50-
"postcss": "^8.4.49",
50+
"postcss": "^8.5.1",
5151
"prettier": "^3.4.2",
52-
"sass-embedded": "^1.83.0",
52+
"sass-embedded": "^1.83.4",
5353
"sass-true": "^8.1.0",
5454
"sassdoc": "^2.7.4",
5555
"sassdoc-theme-herman": "^6.0.2",
56-
"stylelint": "^16.12.0",
56+
"stylelint": "^16.14.1",
5757
"stylelint-config-standard-scss": "^14.0.0"
5858
},
5959
"eyeglass": {

0 commit comments

Comments
 (0)