Skip to content

Commit 60069a0

Browse files
committed
AC-13245::Investigate latest versions of npm devDependencies
1 parent f130be4 commit 60069a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json.sample

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,34 @@
99
},
1010
"homepage": "https://magento.com/",
1111
"devDependencies": {
12-
"glob": "~8.1.0",
12+
"glob": "~11.0.0",
1313
"grunt": "~1.6.1",
1414
"grunt-banner": "~0.6.0",
1515
"grunt-continue": "~0.1.0",
1616
"grunt-contrib-clean": "~2.0.1",
17-
"grunt-contrib-connect": "~4.0.0",
17+
"grunt-contrib-connect": "~5.0.1",
1818
"grunt-contrib-cssmin": "~5.0.0",
1919
"grunt-contrib-imagemin": "~4.0.0",
2020
"grunt-contrib-jasmine": "~4.0.0",
2121
"grunt-contrib-less": "~3.0.0",
2222
"grunt-contrib-watch": "~1.1.0",
23-
"grunt-eslint": "~24.3.0",
23+
"grunt-eslint": "~25.0.0",
2424
"grunt-exec": "~3.0.0",
2525
"grunt-replace": "~2.0.2",
2626
"grunt-styledocco": "~0.3.0",
2727
"grunt-template-jasmine-requirejs": "~0.2.3",
2828
"grunt-text-replace": "~0.4.0",
29-
"imagemin-svgo": "~9.0.0",
29+
"imagemin-svgo": "~11.0.1",
3030
"less": "4.2.0",
3131
"load-grunt-config": "~4.0.1",
3232
"morgan": "~1.10.0",
3333
"node-minify": "~3.6.0",
3434
"path": "~0.12.7",
35-
"serve-static": "~1.15.0",
35+
"serve-static": "~1.16.2",
3636
"squirejs": "~0.2.1",
3737
"strip-comments": "~2.0.1",
3838
"time-grunt": "~2.0.0",
39-
"underscore": "1.13.6"
39+
"underscore": "1.13.7"
4040
},
4141
"overrides": {
4242
"styledocco": {

0 commit comments

Comments
 (0)