Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [bootstrap](https://github.com/twbs/bootstrap) | `5.3.2` | `5.3.3` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin) | `0.119.0` | `0.120.6` |
| [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) | `4.12.1` | `4.13.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.35` |
| [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) | `13.0.0` | `14.0.0` |
| [vanilla-lazyload](https://github.com/verlok/vanilla-lazyload) | `17.8.5` | `17.8.8` |


Updates `bootstrap` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.2...v5.3.3)

Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.0)

Updates `hugo-bin` from 0.119.0 to 0.120.6
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](fenneclab/hugo-bin@v0.119.0...v0.120.6)

Updates `lockfile-lint` from 4.12.1 to 4.13.2
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md)
- [Commits](https://github.com/lirantal/lockfile-lint/commits/[email protected]/packages/lockfile-lint)

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

Updates `stylelint-config-twbs-bootstrap` from 13.0.0 to 14.0.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](twbs/stylelint-config-twbs-bootstrap@v13.0.0...v14.0.0)

Updates `vanilla-lazyload` from 17.8.5 to 17.8.8
- [Release notes](https://github.com/verlok/vanilla-lazyload/releases)
- [Changelog](https://github.com/verlok/vanilla-lazyload/blob/master/CHANGELOG.md)
- [Commits](https://github.com/verlok/vanilla-lazyload/commits)

---
updated-dependencies:
- dependency-name: bootstrap
  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: lockfile-lint
  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
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: vanilla-lazyload
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent bed79be commit 8b82590
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
126 changes: 63 additions & 63 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"bootstrap": "^5.3.2",
"bootstrap": "^5.3.3",
"clipboard": "^2.0.11",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"find-unused-sass-variables": "^5.0.0",
"hugo-bin": "^0.119.0",
"hugo-bin": "^0.120.6",
"linkinator": "^6.0.4",
"lockfile-lint": "^4.12.1",
"lockfile-lint": "^4.13.2",
"markdownlint-cli2": "^0.12.1",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"stylelint": "^16.1.0",
"stylelint-config-twbs-bootstrap": "^13.0.0",
"vanilla-lazyload": "^17.8.5",
"stylelint-config-twbs-bootstrap": "^14.0.0",
"vanilla-lazyload": "^17.8.8",
"vnu-jar": "23.4.11"
}
}

0 comments on commit 8b82590

Please sign in to comment.