|
9 | 9 | },
|
10 | 10 | "homepage": "https://magento.com/",
|
11 | 11 | "devDependencies": {
|
12 |
| - "glob": "~8.0.1", |
13 |
| - "grunt": "~1.5.2", |
| 12 | + "glob": "~8.1.0", |
| 13 | + "grunt": "~1.6.1", |
14 | 14 | "grunt-banner": "~0.6.0",
|
15 | 15 | "grunt-continue": "~0.1.0",
|
16 |
| - "grunt-contrib-clean": "~2.0.0", |
| 16 | + "grunt-contrib-clean": "~2.0.1", |
17 | 17 | "grunt-contrib-connect": "~3.0.0",
|
18 | 18 | "grunt-contrib-cssmin": "~4.0.0",
|
19 | 19 | "grunt-contrib-imagemin": "~4.0.0",
|
20 | 20 | "grunt-contrib-jasmine": "~4.0.0",
|
21 |
| - "grunt-contrib-less": "~2.1.0", |
| 21 | + "grunt-contrib-less": "~3.0.0", |
22 | 22 | "grunt-contrib-watch": "~1.1.0",
|
23 |
| - "grunt-eslint": "~24.0.0", |
| 23 | + "grunt-eslint": "~24.2.0", |
24 | 24 | "grunt-exec": "~3.0.0",
|
25 | 25 | "grunt-replace": "~2.0.2",
|
26 | 26 | "grunt-styledocco": "~0.3.0",
|
27 | 27 | "grunt-template-jasmine-requirejs": "~0.2.3",
|
28 | 28 | "grunt-text-replace": "~0.4.0",
|
29 | 29 | "imagemin-svgo": "~9.0.0",
|
30 |
| - "less": "3.13.1", |
| 30 | + "less": "4.1.3", |
31 | 31 | "load-grunt-config": "~4.0.1",
|
32 | 32 | "morgan": "~1.10.0",
|
33 | 33 | "node-minify": "~3.6.0",
|
|
36 | 36 | "squirejs": "~0.2.1",
|
37 | 37 | "strip-json-comments": "~3.1.1",
|
38 | 38 | "time-grunt": "~2.0.0",
|
39 |
| - "underscore": "1.13.3" |
40 |
| - } |
| 39 | + "underscore": "1.13.6" |
| 40 | + }, |
| 41 | + "overrides": { |
| 42 | + "styledocco": { |
| 43 | + "uglify-js": "~3.4.9", |
| 44 | + "marked": "~5.1.0", |
| 45 | + "clean-css": "~5.3.2" |
| 46 | + }, |
| 47 | + "mkdirp" : { |
| 48 | + "minimist":"~1.2.6" |
| 49 | + }, |
| 50 | + "optimist" : { |
| 51 | + "minimist":"~1.2.6" |
| 52 | + }, |
| 53 | + "meow": { |
| 54 | + "trim-newlines":"~3.0.1" |
| 55 | + }, |
| 56 | + "node-minify": { |
| 57 | + "terser": "~5.18.0" |
| 58 | + }, |
| 59 | + "grunt-contrib-imagemin": { |
| 60 | + "css-select":"~5.1.0", |
| 61 | + "nth-check": "~2.1.1" |
| 62 | + }, |
| 63 | + "bin-version-check": { |
| 64 | + "semver-regex": "~3.1.4" |
| 65 | + }, |
| 66 | + "cacheable-request": { |
| 67 | + "http-cache-semantics": "~4.1.1" |
| 68 | + }, |
| 69 | + "babel-core": { |
| 70 | + "json5": "~2.2.3" |
| 71 | + }, |
| 72 | + "svgo": { |
| 73 | + "js-yaml": "~4.1.0" |
| 74 | + }, |
| 75 | + "css-select": { |
| 76 | + "nth-check": "~2.1.1" |
| 77 | + }, |
| 78 | + "latest-version": { |
| 79 | + "package-json": "~7.0.0" |
| 80 | + }, |
| 81 | + "fast-glob": { |
| 82 | + "glob-parent": "~6.0.2" |
| 83 | + } |
| 84 | + } |
41 | 85 | }
|
0 commit comments