Skip to content

Commit 6816b9a

Browse files
committed
AC-13245::Investigate latest versions of npm devDependencies
1 parent 1e389e3 commit 6816b9a

File tree

1 file changed

+71
-71
lines changed

1 file changed

+71
-71
lines changed

package.json.sample

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -9,77 +9,77 @@
99
},
1010
"homepage": "https://magento.com/",
1111
"devDependencies": {
12-
"glob": "^11.0.0",
13-
"grunt": "^1.6.1",
14-
"grunt-banner": "^0.6.0",
15-
"grunt-continue": "^0.1.0",
16-
"grunt-contrib-clean": "^2.0.1",
17-
"grunt-contrib-connect": "^5.0.1",
18-
"grunt-contrib-cssmin": "^5.0.0",
19-
"grunt-contrib-imagemin": "^4.0.0",
20-
"grunt-contrib-jasmine": "^4.0.0",
21-
"grunt-contrib-less": "^3.0.0",
22-
"grunt-contrib-watch": "^1.1.0",
23-
"grunt-eslint": "^25.0.0",
24-
"grunt-exec": "^3.0.0",
25-
"grunt-replace": "^2.0.2",
26-
"grunt-styledocco": "^0.3.0",
27-
"grunt-template-jasmine-requirejs": "^0.2.3",
28-
"grunt-text-replace": "^0.4.0",
12+
"glob": "~11.0.0",
13+
"grunt": "~1.6.1",
14+
"grunt-banner": "~0.6.0",
15+
"grunt-continue": "~0.1.0",
16+
"grunt-contrib-clean": "~2.0.1",
17+
"grunt-contrib-connect": "~5.0.1",
18+
"grunt-contrib-cssmin": "~5.0.0",
19+
"grunt-contrib-imagemin": "~4.0.0",
20+
"grunt-contrib-jasmine": "~4.0.0",
21+
"grunt-contrib-less": "~3.0.0",
22+
"grunt-contrib-watch": "~1.1.0",
23+
"grunt-eslint": "~25.0.0",
24+
"grunt-exec": "~3.0.0",
25+
"grunt-replace": "~2.0.2",
26+
"grunt-styledocco": "~0.3.0",
27+
"grunt-template-jasmine-requirejs": "~0.2.3",
28+
"grunt-text-replace": "~0.4.0",
2929
"imagemin-svgo": "~9.0.0",
30-
"less": "^4.2.0",
31-
"load-grunt-config": "^4.0.1",
32-
"morgan": "^1.10.0",
33-
"node-minify": "^3.6.0",
34-
"path": "^0.12.7",
35-
"serve-static": "^1.16.2",
36-
"squirejs": "^0.2.1",
37-
"strip-comments": "^2.0.1",
38-
"time-grunt": "^2.0.0",
39-
"underscore": "^1.13.7"
30+
"less": "4.2.0",
31+
"load-grunt-config": "~4.0.1",
32+
"morgan": "~1.10.0",
33+
"node-minify": "~3.6.0",
34+
"path": "~0.12.7",
35+
"serve-static": "~1.16.2",
36+
"squirejs": "~0.2.1",
37+
"strip-comments": "~2.0.1",
38+
"time-grunt": "~2.0.0",
39+
"underscore": "1.13.7"
4040
},
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+
"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+
}
8585
}

0 commit comments

Comments
 (0)