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 69-75 Link Here
69
  },
69
  },
70
  "resolutions": {
70
  "resolutions": {
71
    "minimatch": "^3.0.2",
71
    "minimatch": "^3.0.2",
72
    "lodash": "^4.17.12"
72
    "lodash": "^4.17.12",
73
    "form-data": "^2.5.4",
74
    "braces": "^3.0.3",
75
    "qs": "^6.14.1"
73
  },
76
  },
74
  "author": "",
77
  "author": "",
75
  "license": "GPL-3.0",
78
  "license": "GPL-3.0",
76
- 

Return to bug 41587