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

(-)a/package.json (-6 / +8 lines)
Lines 33-41 Link Here
33
    "gulp-sourcemaps": "^2.6.1",
33
    "gulp-sourcemaps": "^2.6.1",
34
    "jquery": "^3.6.0",
34
    "jquery": "^3.6.0",
35
    "js-yaml": "^3.13.1",
35
    "js-yaml": "^3.13.1",
36
    "lodash": "^4.17.12",
36
    "lodash": "^4.17.23",
37
    "merge-stream": "^2.0.0",
37
    "merge-stream": "^2.0.0",
38
    "minimatch": "^3.0.2",
38
    "minimatch": "^3.1.4",
39
    "minimist": "^1.2.5",
39
    "minimist": "^1.2.5",
40
    "mysql": "^2.18.1",
40
    "mysql": "^2.18.1",
41
    "pinia": "^3.0.3",
41
    "pinia": "^3.0.3",
Lines 68-81 Link Here
68
    "url": "git://git.koha-community.org/koha.git"
68
    "url": "git://git.koha-community.org/koha.git"
69
  },
69
  },
70
  "resolutions": {
70
  "resolutions": {
71
    "minimatch": "^3.0.2",
71
    "minimatch": "^3.1.4",
72
    "lodash": "^4.17.12",
72
    "lodash": "^4.17.23",
73
    "form-data": "^2.5.4",
73
    "form-data": "^2.5.4",
74
    "braces": "^3.0.3",
74
    "braces": "^3.0.3",
75
    "qs": "^6.14.1",
75
    "qs": "^6.14.1",
76
    "micromatch": "^4.0.8",
76
    "micromatch": "^4.0.8",
77
    "@cypress/request": "^3.0.0",
77
    "@cypress/request": "^3.0.0",
78
    "js-yaml": "^4.1.1"
78
    "js-yaml": "^4.1.1",
79
    "fast-xml-parser": "^4.5.4",
80
    "undici": "^6.23.0",
81
    "serialize-javascript": "^7.0.3"
79
  },
82
  },
80
  "author": "",
83
  "author": "",
81
  "license": "GPL-3.0",
84
  "license": "GPL-3.0",
82
- 

Return to bug 41587