Update dependency autoprefixer to v10.4.7

This commit is contained in:
Renovate Bot
2022-05-05 14:20:15 +00:00
committed by Thomas Ruoff
parent f702bef9d4
commit 8fafd76914
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@next-auth/mongodb-adapter": "1.0.3",
"autoprefixer": "10.4.6",
"autoprefixer": "10.4.7",
"date-fns": "2.28.0",
"date-fns-tz": "1.3.4",
"googleapis": "100.0.0",
@@ -2094,9 +2094,9 @@
}
},
"node_modules/autoprefixer": {
"version": "10.4.6",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.6.tgz",
"integrity": "sha512-Rvzel0AZO9tJNm3ydySK80PpkWoEZTGC5bHUh/xbrP8qJCy08NFBwNGPcozy3d3SDIM0b2kNxw2K7jAIYFF01A==",
"version": "10.4.7",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz",
"integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==",
"funding": [
{
"type": "opencollective",
@@ -2109,7 +2109,7 @@
],
"dependencies": {
"browserslist": "^4.20.3",
"caniuse-lite": "^1.0.30001334",
"caniuse-lite": "^1.0.30001335",
"fraction.js": "^4.2.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
@@ -2425,9 +2425,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001334",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001334.tgz",
"integrity": "sha512-kbaCEBRRVSoeNs74sCuq92MJyGrMtjWVfhltoHUCW4t4pXFvGjUBrfo47weBRViHkiV3eBYyIsfl956NtHGazw==",
"version": "1.0.30001336",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001336.tgz",
"integrity": "sha512-/YxSlBmL7iKXTbIJ48IQTnAOBk7XmWsxhBF1PZLOko5Dt9qc4Pl+84lfqG3Tc4EuavurRn1QLoVJGxY2iSycfw==",
"funding": [
{
"type": "opencollective",
@@ -11090,12 +11090,12 @@
"integrity": "sha512-Aj3mbwVzj7Vve4I/v2JYOPFkCGM2YS7OqQTNSxmUR+LECRpokuPgAYghePgr6SALDo5bD5DlfbSaYjOzGJZOLQ=="
},
"autoprefixer": {
"version": "10.4.6",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.6.tgz",
"integrity": "sha512-Rvzel0AZO9tJNm3ydySK80PpkWoEZTGC5bHUh/xbrP8qJCy08NFBwNGPcozy3d3SDIM0b2kNxw2K7jAIYFF01A==",
"version": "10.4.7",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.7.tgz",
"integrity": "sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==",
"requires": {
"browserslist": "^4.20.3",
"caniuse-lite": "^1.0.30001334",
"caniuse-lite": "^1.0.30001335",
"fraction.js": "^4.2.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
@@ -11303,9 +11303,9 @@
"dev": true
},
"caniuse-lite": {
"version": "1.0.30001334",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001334.tgz",
"integrity": "sha512-kbaCEBRRVSoeNs74sCuq92MJyGrMtjWVfhltoHUCW4t4pXFvGjUBrfo47weBRViHkiV3eBYyIsfl956NtHGazw=="
"version": "1.0.30001336",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001336.tgz",
"integrity": "sha512-/YxSlBmL7iKXTbIJ48IQTnAOBk7XmWsxhBF1PZLOko5Dt9qc4Pl+84lfqG3Tc4EuavurRn1QLoVJGxY2iSycfw=="
},
"ccount": {
"version": "2.0.1",

View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"@next-auth/mongodb-adapter": "1.0.3",
"autoprefixer": "10.4.6",
"autoprefixer": "10.4.7",
"date-fns": "2.28.0",
"date-fns-tz": "1.3.4",
"googleapis": "100.0.0",