diff --git a/package-lock.json b/package-lock.json index ede57b25..630bad15 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 97db97e6..1d16a6c1 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",