Update dependency autoprefixer to v10.4.18

This commit is contained in:
renovate[bot]
2024-03-02 17:24:59 +00:00
parent 299cee4e6d
commit daa96433b1
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"dependencies": {
"@next-auth/mongodb-adapter": "1.1.3",
"@vercel/analytics": "^1.0.0",
"autoprefixer": "10.4.17",
"autoprefixer": "10.4.18",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
@@ -4798,9 +4798,9 @@
}
},
"node_modules/autoprefixer": {
"version": "10.4.17",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.17.tgz",
"integrity": "sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==",
"version": "10.4.18",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.18.tgz",
"integrity": "sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==",
"funding": [
{
"type": "opencollective",
@@ -4816,8 +4816,8 @@
}
],
"dependencies": {
"browserslist": "^4.22.2",
"caniuse-lite": "^1.0.30001578",
"browserslist": "^4.23.0",
"caniuse-lite": "^1.0.30001591",
"fraction.js": "^4.3.7",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
@@ -5158,9 +5158,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001588",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001588.tgz",
"integrity": "sha512-+hVY9jE44uKLkH0SrUTqxjxqNTOWHsbnQDIKjwkZ3lNTzUUVdBLBGXtj/q5Mp5u98r3droaZAewQuEDzjQdZlQ==",
"version": "1.0.30001591",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001591.tgz",
"integrity": "sha512-PCzRMei/vXjJyL5mJtzNiUCKP59dm8Apqc3PH8gJkMnMXZGox93RbE76jHsmLwmIo6/3nsYIpJtx0O7u5PqFuQ==",
"funding": [
{
"type": "opencollective",

View File

@@ -13,7 +13,7 @@
"dependencies": {
"@next-auth/mongodb-adapter": "1.1.3",
"@vercel/analytics": "^1.0.0",
"autoprefixer": "10.4.17",
"autoprefixer": "10.4.18",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",