mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
chore(deps): update dependency autoprefixer to v9.8.8 (#1722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
bdcfb10ca2
commit
ba78f1df5d
2 changed files with 10 additions and 13 deletions
21
package-lock.json
generated
21
package-lock.json
generated
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue