diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-03-10 08:57:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 08:57:59 +0000 |
| commit | 4d1a8940394f680c28a9a0be28036b5e6317d58e (patch) | |
| tree | d601bb6f548b38c6e3518371fbb9093f766adc3b | |
| parent | 8f23027ad1182c8ba9c813a308ace4404a9dfe07 (diff) | |
| parent | 5bad8527f9ebba96361ce1d9869c3511e2d0c24a (diff) | |
Merge pull request #84 from anoduck/dependabot/npm_and_yarn/autoprefixer-10.4.21
build(deps): bump autoprefixer from 10.4.20 to 10.4.21
| -rw-r--r-- | package-lock.json | 31 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 18 insertions, 15 deletions
diff --git a/package-lock.json b/package-lock.json index ce6ef28..889b9a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@fullhuman/postcss-purgecss": "^7.0.2", - "autoprefixer": "^10.4.20", + "autoprefixer": "^10.4.21", "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", "hugo-bin": "0.142.0", @@ -1245,9 +1245,9 @@ } }, "node_modules/autoprefixer": { - "version": "10.4.20", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz", - "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", + "version": "10.4.21", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz", + "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==", "funding": [ { "type": "opencollective", @@ -1262,12 +1262,13 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "browserslist": "^4.23.3", - "caniuse-lite": "^1.0.30001646", + "browserslist": "^4.24.4", + "caniuse-lite": "^1.0.30001702", "fraction.js": "^4.3.7", "normalize-range": "^0.1.2", - "picocolors": "^1.0.1", + "picocolors": "^1.1.1", "postcss-value-parser": "^4.2.0" }, "bin": { @@ -1400,9 +1401,9 @@ } }, "node_modules/browserslist": { - "version": "4.24.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.3.tgz", - "integrity": "sha512-1CPmv8iobE2fyRMV97dAcMVegvvWKxmq94hkLiAkUGwKVTyDLw33K+ZxiFrREKmmps4rIw6grcCFCnTMSZ/YiA==", + "version": "4.24.4", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz", + "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", "funding": [ { "type": "opencollective", @@ -1417,6 +1418,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "caniuse-lite": "^1.0.30001688", "electron-to-chromium": "^1.5.73", @@ -1581,9 +1583,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001689", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001689.tgz", - "integrity": "sha512-CmeR2VBycfa+5/jOfnp/NpWPGd06nf1XYiefUvhXFfZE4GkRc9jv+eGPS4nT558WS/8lYCzV8SlANCIPvbWP1g==", + "version": "1.0.30001703", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001703.tgz", + "integrity": "sha512-kRlAGTRWgPsOj7oARC9m1okJEXdL/8fekFVcxA8Hl7GH4r/sN4OJn/i6Flde373T50KS7Y37oFbMwlE8+F42kQ==", "funding": [ { "type": "opencollective", @@ -1597,7 +1599,8 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/chalk": { "version": "4.1.2", diff --git a/package.json b/package.json index 7bc0498..0cdc43b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "homepage": "https://gethinode.com", "dependencies": { "@fullhuman/postcss-purgecss": "^7.0.2", - "autoprefixer": "^10.4.20", + "autoprefixer": "^10.4.21", "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", "hugo-bin": "0.142.0", |
