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 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",