Skip to content

Commit 9ee0d19

Browse files
build(deps-dev): bump the development-dependencies group across 1 directory with 4 updates (#2027)
Bumps the development-dependencies group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [hugo-bin](https://github.com/fenneclab/hugo-bin), [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) and [postcss](https://github.com/postcss/postcss). 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 `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: 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c6236a commit 9ee0d19

File tree

2 files changed

+37
-54
lines changed

2 files changed

+37
-54
lines changed

package-lock.json

+33-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"test": "npm-run-all --parallel --aggregate-output --continue-on-error test:*"
6868
},
6969
"devDependencies": {
70-
"@eslint/js": "^9.4.0",
70+
"@eslint/js": "^9.6.0",
7171
"@twbs/fantasticon": "^3.0.0",
7272
"autoprefixer": "^10.4.19",
7373
"bootstrap": "^5.3.3",
@@ -78,11 +78,11 @@
7878
"find-unused-sass-variables": "^6.0.0",
7979
"fuse.js": "^7.0.0",
8080
"globals": "^14.0.0",
81-
"hugo-bin": "^0.123.2",
82-
"lockfile-lint": "^4.13.2",
81+
"hugo-bin": "^0.125.0",
82+
"lockfile-lint": "^4.14.0",
8383
"npm-run-all2": "^6.2.0",
8484
"picocolors": "^1.0.1",
85-
"postcss": "^8.4.38",
85+
"postcss": "^8.4.39",
8686
"postcss-cli": "^11.0.0",
8787
"stylelint": "^16.6.1",
8888
"stylelint-config-twbs-bootstrap": "^14.1.0",

0 commit comments

Comments
 (0)