Update dependency autoprefixer to v10.4.2

This commit is contained in:
Renovate Bot
2022-01-08 02:21:38 +00:00
committed by renovate[bot]
parent 60727b914b
commit e45d5f3fd3
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -2765,12 +2765,12 @@
"dev": true
},
"autoprefixer": {
"version": "10.4.1",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.1.tgz",
"integrity": "sha512-B3ZEG7wtzXDRCEFsan7HmR2AeNsxdJB0+sEC0Hc5/c2NbhJqPwuZm+tn233GBVw82L+6CtD6IPSfVruwKjfV3A==",
"version": "10.4.2",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.2.tgz",
"integrity": "sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==",
"requires": {
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001294",
"caniuse-lite": "^1.0.30001297",
"fraction.js": "^4.1.2",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
@@ -2790,14 +2790,14 @@
}
},
"caniuse-lite": {
"version": "1.0.30001294",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001294.tgz",
"integrity": "sha512-LiMlrs1nSKZ8qkNhpUf5KD0Al1KCBE3zaT7OLOwEkagXMEDij98SiOovn9wxVGQpklk9vVC/pUSqgYmkmKOS8g=="
"version": "1.0.30001297",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001297.tgz",
"integrity": "sha512-6bbIbowYG8vFs/Lk4hU9jFt7NknGDleVAciK916tp6ft1j+D//ZwwL6LbF1wXMQ32DMSjeuUV8suhh6dlmFjcA=="
},
"electron-to-chromium": {
"version": "1.4.31",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.31.tgz",
"integrity": "sha512-t3XVQtk+Frkv6aTD4RRk0OqosU+VLe1dQFW83MDer78ZD6a52frgXuYOIsLYTQiH2Lm+JB2OKYcn7zrX+YGAiQ=="
"version": "1.4.38",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.38.tgz",
"integrity": "sha512-WhHt3sZazKj0KK/UpgsbGQnUUoFeAHVishzHFExMxagpZgjiGYSC9S0ZlbhCfSH2L2i+2A1yyqOIliTctMx7KQ=="
}
}
},

View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"@next-auth/mongodb-adapter": "1.0.1",
"autoprefixer": "10.4.1",
"autoprefixer": "10.4.2",
"date-fns": "2.28.0",
"date-fns-tz": "1.2.2",
"ics": "2.35.0",