Merge pull request #1483 from hodgef/dependabot/npm_and_yarn/autoprefixer-10.4.4

Bump autoprefixer from 10.4.3 to 10.4.4
This commit is contained in:
Francisco Hodge 2022-03-17 01:03:39 -07:00 committed by GitHub
commit 4569060260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -5211,9 +5211,9 @@
"dev": true
},
"autoprefixer": {
"version": "10.4.3",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.3.tgz",
"integrity": "sha512-3EIK6tHl2SyJWCoPsQzL3NEqKOdjCWbPzoOInjVAQYo/y/OCEFG9KwB5162dehG5GadiGfgxu7nrWCpExCfRFQ==",
"version": "10.4.4",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.4.tgz",
"integrity": "sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==",
"dev": true,
"requires": {
"browserslist": "^4.20.2",
@ -5244,9 +5244,9 @@
"dev": true
},
"electron-to-chromium": {
"version": "1.4.85",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.85.tgz",
"integrity": "sha512-K9AsQ41WS2bjZUFpRWfvaS4RjEcRCamEkBJN1Z1TQILBfP1H8QnJ9ti0wiLiMv0sRjX3EHKzgs9jDnmGFx2jXg==",
"version": "1.4.86",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.86.tgz",
"integrity": "sha512-EVTZ+igi8x63pK4bPuA95PXIs2b2Cowi3WQwI9f9qManLiZJOD1Lash1J3W4TvvcUCcIR4o/rgi9o8UicXSO+w==",
"dev": true
},
"node-releases": {

View File

@ -48,7 +48,7 @@
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.15.0",
"autoprefixer": "^10.4.3",
"autoprefixer": "^10.4.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"babel-preset-minify": "^0.5.0",