Skip to content

Commit

Permalink
build(deps-dev): bump the development-dependencies group with 5 updates
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.4.0` | `9.6.0` |
| [globals](https://github.com/sindresorhus/globals) | `14.0.0` | `15.7.0` |
| [hugo-bin](https://github.com/fenneclab/hugo-bin) | `0.123.2` | `0.125.0` |
| [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) | `4.13.2` | `4.14.0` |
| [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` |


Updates `@eslint/js` from 9.4.0 to 9.6.0
- [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.6.0/packages/js)

Updates `globals` from 14.0.0 to 15.7.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v14.0.0...v15.7.0)

Updates `hugo-bin` from 0.123.2 to 0.125.0
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](fenneclab/hugo-bin@v0.123.2...v0.125.0)

Updates `lockfile-lint` from 4.13.2 to 4.14.0
- [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.38 to 8.4.39
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.38...8.4.39)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-major
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 5c6236a commit a522276
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 59 deletions.
103 changes: 49 additions & 54 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 @@ -67,7 +67,7 @@
"test": "npm-run-all --parallel --aggregate-output --continue-on-error test:*"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.6.0",
"@twbs/fantasticon": "^3.0.0",
"autoprefixer": "^10.4.19",
"bootstrap": "^5.3.3",
Expand All @@ -77,12 +77,12 @@
"eslint": "^9.4.0",
"find-unused-sass-variables": "^6.0.0",
"fuse.js": "^7.0.0",
"globals": "^14.0.0",
"hugo-bin": "^0.123.2",
"lockfile-lint": "^4.13.2",
"globals": "^15.7.0",
"hugo-bin": "^0.125.0",
"lockfile-lint": "^4.14.0",
"npm-run-all2": "^6.2.0",
"picocolors": "^1.0.1",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-cli": "^11.0.0",
"stylelint": "^16.6.1",
"stylelint-config-twbs-bootstrap": "^14.1.0",
Expand Down

0 comments on commit a522276

Please sign in to comment.