From b9cb2d5b09107a0c1f43defda130055f6bb5278d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:53:02 +0000 Subject: [PATCH] Bump the development-dependencies group with 5 updates Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.1` | `9.11.1` | | [hugo-bin](https://github.com/fenneclab/hugo-bin) | `0.130.1` | `0.132.0` | | [npm-run-all2](https://github.com/bcomnes/npm-run-all2) | `6.2.2` | `6.2.3` | | [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.1` | `1.1.0` | | [postcss](https://github.com/postcss/postcss) | `8.4.44` | `8.4.47` | Updates `@eslint/js` from 9.9.1 to 9.11.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.11.1/packages/js) Updates `hugo-bin` from 0.130.1 to 0.132.0 - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.130.1...v0.132.0) Updates `npm-run-all2` from 6.2.2 to 6.2.3 - [Release notes](https://github.com/bcomnes/npm-run-all2/releases) - [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md) - [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.2.2...v6.2.3) Updates `picocolors` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/alexeyraspopov/picocolors/releases) - [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md) - [Commits](https://github.com/alexeyraspopov/picocolors/compare/v1.0.1...v1.1.0) 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](https://github.com/postcss/postcss/compare/8.4.44...8.4.47) --- 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: npm-run-all2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: picocolors 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] --- package-lock.json | 67 +++++++++++++++++++++++++---------------------- package.json | 10 +++---- 2 files changed, 40 insertions(+), 37 deletions(-) diff --git a/package-lock.json b/package-lock.json index a070eef089..d51cbb5e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ ], "license": "MIT", "devDependencies": { - "@eslint/js": "^9.9.1", + "@eslint/js": "^9.11.1", "@twbs/fantasticon": "^3.0.0", "autoprefixer": "^10.4.20", "bootstrap": "^5.3.3", @@ -30,11 +30,11 @@ "find-unused-sass-variables": "^6.0.0", "fuse.js": "^7.0.0", "globals": "^14.0.0", - "hugo-bin": "^0.130.1", + "hugo-bin": "^0.132.0", "lockfile-lint": "^4.14.0", - "npm-run-all2": "^6.2.2", - "picocolors": "^1.0.1", - "postcss": "^8.4.44", + "npm-run-all2": "^6.2.3", + "picocolors": "^1.1.0", + "postcss": "^8.4.47", "postcss-cli": "^11.0.0", "stylelint": "^16.9.0", "stylelint-config-twbs-bootstrap": "^15.0.0", @@ -363,11 +363,10 @@ } }, "node_modules/@eslint/js": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.9.1.tgz", - "integrity": "sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==", + "version": "9.11.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.11.1.tgz", + "integrity": "sha512-/qu+TWz8WwPWc7/HcIJKi+c+MOm46GdVaSlTTQcaqaL53+GsoA6MxWp5PtTx48qbSP7ylM1Kn7nhvkugfJvRSA==", "dev": true, - "license": "MIT", "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" } @@ -2534,6 +2533,15 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/@eslint/js": { + "version": "9.9.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.9.1.tgz", + "integrity": "sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==", + "dev": true, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + } + }, "node_modules/eslint/node_modules/glob-parent": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", @@ -3426,9 +3434,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.130.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.130.1.tgz", - "integrity": "sha512-0+GwMlYkTdmH2INIWPeoKf+Rx/+RbTCZNPhcdPwm4a+WJeuvGjOLOmK3grAk5vC2u4OwxfOhgD3zRU7wHVYxlw==", + "version": "0.132.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.132.0.tgz", + "integrity": "sha512-P8Bjl2ussOFzDJVppZfjxuyRegklKnlz2ILeFUszwkq9aDab8il0IJgr6pNxI0bbPIbLcoV64FmStyB1vXsynQ==", "dev": true, "funding": [ { @@ -3437,7 +3445,6 @@ } ], "hasInstallScript": true, - "license": "MIT", "dependencies": { "@xhmikosr/bin-wrapper": "^13.0.5", "package-config": "^5.0.0" @@ -4455,11 +4462,10 @@ } }, "node_modules/npm-run-all2": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.2.tgz", - "integrity": "sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.2.3.tgz", + "integrity": "sha512-5RsxC7jEc/RjxOYBVdEfrJf5FsJ0pHA7jr2/OxrThXknajETCTYjigOCG3iaGjdYIKEQlDuCG0ir0T1HTva8pg==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^6.2.1", "cross-spawn": "^7.0.3", @@ -4805,11 +4811,10 @@ "license": "MIT" }, "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", - "dev": true, - "license": "ISC" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", + "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", + "dev": true }, "node_modules/picomatch": { "version": "2.3.1", @@ -4848,9 +4853,9 @@ } }, "node_modules/postcss": { - "version": "8.4.44", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", - "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", + "version": "8.4.47", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", + "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", "dev": true, "funding": [ { @@ -4866,11 +4871,10 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "picocolors": "^1.1.0", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -5666,11 +5670,10 @@ } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, - "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 144198bbae..1d8388be8c 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "test": "npm-run-all --parallel --aggregate-output --continue-on-error test:*" }, "devDependencies": { - "@eslint/js": "^9.9.1", + "@eslint/js": "^9.11.1", "@twbs/fantasticon": "^3.0.0", "autoprefixer": "^10.4.20", "bootstrap": "^5.3.3", @@ -78,11 +78,11 @@ "find-unused-sass-variables": "^6.0.0", "fuse.js": "^7.0.0", "globals": "^14.0.0", - "hugo-bin": "^0.130.1", + "hugo-bin": "^0.132.0", "lockfile-lint": "^4.14.0", - "npm-run-all2": "^6.2.2", - "picocolors": "^1.0.1", - "postcss": "^8.4.44", + "npm-run-all2": "^6.2.3", + "picocolors": "^1.1.0", + "postcss": "^8.4.47", "postcss-cli": "^11.0.0", "stylelint": "^16.9.0", "stylelint-config-twbs-bootstrap": "^15.0.0",