Skip to content

Commit

Permalink
build(deps-dev): bump the development-dependencies group
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group in /sass-js with 3 updates: [nodemon](https://github.com/remy/nodemon), [postcss](https://github.com/postcss/postcss) and [sass](https://github.com/sass/dart-sass).


Updates `nodemon` from 3.1.4 to 3.1.7
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.4...v3.1.7)

Updates `postcss` from 8.4.44 to 8.4.47
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.44...8.4.47)

Updates `sass` from 1.77.8 to 1.79.4
- [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.8...1.79.4)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent ab6a172 commit 020c512
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 25 deletions.
68 changes: 46 additions & 22 deletions sass-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions sass-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"nodemon": "^3.1.4",
"nodemon": "^3.1.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.44",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"sass": "^1.77.8",
"sass": "^1.79.4",
"sirv-cli": "^2.0.2",
"stylelint": "^16.9.0",
"stylelint-config-twbs-bootstrap": "^15.0.0"
Expand Down

0 comments on commit 020c512

Please sign in to comment.