View | Details | Raw Unified | Return to bug 41587
Collapse All | Expand All

(-)a/package.json (-3 / +5 lines)
Lines 26-32 Link Here
26
    "gulp": "^4.0.2",
26
    "gulp": "^4.0.2",
27
    "gulp-autoprefixer": "^4.0.0",
27
    "gulp-autoprefixer": "^4.0.0",
28
    "gulp-concat-po": "^1.0.0",
28
    "gulp-concat-po": "^1.0.0",
29
    "gulp-exec": "^4.0.0",
29
    "gulp-exec": "^5.0.0",
30
    "gulp-rename": "^2.0.0",
30
    "gulp-rename": "^2.0.0",
31
    "gulp-rtlcss": "^1.4.1",
31
    "gulp-rtlcss": "^1.4.1",
32
    "gulp-sass": "^5.1.0",
32
    "gulp-sass": "^5.1.0",
Lines 68-74 Link Here
68
  },
68
  },
69
  "resolutions": {
69
  "resolutions": {
70
    "minimatch": "^3.0.2",
70
    "minimatch": "^3.0.2",
71
    "lodash": "^4.17.12"
71
    "lodash": "^4.17.12",
72
    "form-data": "^2.5.4",
73
    "braces": "^3.0.3",
74
    "qs": "^6.14.1"
72
  },
75
  },
73
  "author": "",
76
  "author": "",
74
  "license": "GPL-3.0",
77
  "license": "GPL-3.0",
75
- 

Return to bug 41587