From 2a44f433d14145ff0bf6df72974fe0295db3e953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 00:03:54 +0000 Subject: [PATCH 1/2] Bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [autoprefixer](https://github.com/postcss/autoprefixer) and [postcss](https://github.com/postcss/postcss). Updates `autoprefixer` from 10.4.24 to 10.4.27 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.24...10.4.27) Updates `postcss` from 8.5.6 to 8.5.8 - [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.5.6...8.5.8) --- updated-dependencies: - dependency-name: autoprefixer dependency-version: 10.4.27 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: postcss dependency-version: 8.5.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40543cf..caf9be6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@trimble-oss/modus-bootstrap": "^2.3.2", "@trimble-oss/modus-docs-hugo-theme": "1.0.0-alpha31", - "autoprefixer": "10.4.24", + "autoprefixer": "10.4.27", "clipboard": "2.0.11", "eslint": "8.57.1", "eslint-config-prettier": "10.1.8", @@ -19,7 +19,7 @@ "hugo-bin": "0.142.0", "jquery": "3.7.1", "npm-run-all": "4.1.5", - "postcss": "8.5.6", + "postcss": "8.5.8", "postcss-cli": "11.0.1", "prettier": "3.8.1", "stylelint": "16.26.1", @@ -907,9 +907,9 @@ "dev": true }, "node_modules/autoprefixer": { - "version": "10.4.24", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.24.tgz", - "integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==", + "version": "10.4.27", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.27.tgz", + "integrity": "sha512-NP9APE+tO+LuJGn7/9+cohklunJsXWiaWEfV3si4Gi/XHDwVNgkwr1J3RQYFIvPy76GmJ9/bW8vyoU1LcxwKHA==", "dev": true, "funding": [ { @@ -928,7 +928,7 @@ "license": "MIT", "dependencies": { "browserslist": "^4.28.1", - "caniuse-lite": "^1.0.30001766", + "caniuse-lite": "^1.0.30001774", "fraction.js": "^5.3.4", "picocolors": "^1.1.1", "postcss-value-parser": "^4.2.0" @@ -4020,9 +4020,9 @@ } }, "node_modules/postcss": { - "version": "8.5.6", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", - "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "version": "8.5.8", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz", + "integrity": "sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 0481da8..3f9e131 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@trimble-oss/modus-bootstrap": "^2.3.2", "@trimble-oss/modus-docs-hugo-theme": "1.0.0-alpha31", - "autoprefixer": "10.4.24", + "autoprefixer": "10.4.27", "clipboard": "2.0.11", "eslint": "8.57.1", "eslint-config-prettier": "10.1.8", @@ -41,7 +41,7 @@ "hugo-bin": "0.142.0", "jquery": "3.7.1", "npm-run-all": "4.1.5", - "postcss": "8.5.6", + "postcss": "8.5.8", "postcss-cli": "11.0.1", "prettier": "3.8.1", "stylelint": "16.26.1", From 17e871a277c7b992cf7b04cfdc82302385a17728 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 10 Mar 2026 10:12:56 +0900 Subject: [PATCH 2/2] Update permissions in super-linter workflow --- .github/workflows/super-linter.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 991ab63..edc40a0 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -13,6 +13,9 @@ jobs: build: permissions: contents: read # for actions/checkout to fetch code + packages: read + issues: write + pull-requests: write statuses: write # for github/super-linter/slim to mark status of each linter run name: Lint Code Base runs-on: ubuntu-latest