From de23f80862b54e603e8292d914efb2aebbe99f41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:45:32 +0000 Subject: [PATCH] chore(deps): update dependency autoprefixer to v9.8.8 --- package-lock.json | 21 +++++++++------------ package.json | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index af24137ca0..043451f0f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@babel/preset-react": "7.23.3", "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", - "autoprefixer": "9.7.4", + "autoprefixer": "9.8.8", "babel-eslint": "10.1.0", "babel-jest": "29.7.0", "babel-loader": "8.3.0", @@ -6102,25 +6102,22 @@ } }, "node_modules/autoprefixer": { - "version": "9.7.4", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.4.tgz", - "integrity": "sha512-g0Ya30YrMBAEZk60lp+qfX5YQllG+S5W3GYCFvyHTvhOki0AEQJLPEcIuGRsqVwLi8FvXPVtwTGhfr38hVpm0g==", + "version": "9.8.8", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz", + "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==", "dev": true, "dependencies": { - "browserslist": "^4.8.3", - "caniuse-lite": "^1.0.30001020", - "chalk": "^2.4.2", + "browserslist": "^4.12.0", + "caniuse-lite": "^1.0.30001109", "normalize-range": "^0.1.2", "num2fraction": "^1.2.2", - "postcss": "^7.0.26", - "postcss-value-parser": "^4.0.2" + "picocolors": "^0.2.1", + "postcss": "^7.0.32", + "postcss-value-parser": "^4.1.0" }, "bin": { "autoprefixer": "bin/autoprefixer" }, - "engines": { - "node": ">=6.0.0" - }, "funding": { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/autoprefixer" diff --git a/package.json b/package.json index 2d7d2d13f6..b328f9e039 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@babel/preset-react": "7.23.3", "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", - "autoprefixer": "9.7.4", + "autoprefixer": "9.8.8", "babel-eslint": "10.1.0", "babel-jest": "29.7.0", "babel-loader": "8.3.0",