Skip to content

Commit

Permalink
Bump the development-dependencies group with 5 updates (#478)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.8.0` | `9.9.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` |
| [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.1` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin) | `0.126.0` | `0.130.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.40` | `8.4.42` |


Updates `@eslint/js` from 9.8.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.9.1/packages/js)

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

Updates `eslint` from 9.8.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.8.0...v9.9.1)

Updates `hugo-bin` from 0.126.0 to 0.130.1
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](fenneclab/hugo-bin@v0.126.0...v0.130.1)

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

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 8e0aad7 commit 1b6c0ae
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 60 deletions.
106 changes: 51 additions & 55 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
"netlify": "cross-env-shell HUGO_BASEURL=$DEPLOY_PRIME_URL npm run build"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"autoprefixer": "^10.4.19",
"@eslint/js": "^9.9.1",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"clipboard": "^2.0.11",
"cross-env": "^7.0.3",
"eslint": "^9.8.0",
"eslint": "^9.9.1",
"find-unused-sass-variables": "^6.0.0",
"globals": "^14.0.0",
"hugo-bin": "^0.126.0",
"hugo-bin": "^0.130.1",
"linkinator": "^6.1.1",
"lockfile-lint": "^4.14.0",
"markdownlint-cli2": "^0.13.0",
"npm-run-all2": "^6.2.2",
"postcss": "^8.4.40",
"postcss": "^8.4.42",
"postcss-cli": "^11.0.0",
"stylelint": "^16.7.0",
"stylelint-config-twbs-bootstrap": "^14.2.0",
Expand Down

0 comments on commit 1b6c0ae

Please sign in to comment.