Skip to content

Commit 5f56e0b

Browse files
committed
AC-2558: Fixed and updated npm dependencies
1 parent 1dab24c commit 5f56e0b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json.sample

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"homepage": "https://magento.com/",
1111
"devDependencies": {
12-
"glob": "~7.2.0",
13-
"grunt": "~1.5.0",
12+
"glob": "~8.0.1",
13+
"grunt": "~1.5.2",
1414
"grunt-banner": "~0.6.0",
1515
"grunt-continue": "~0.1.0",
1616
"grunt-contrib-clean": "~2.0.0",
@@ -32,11 +32,10 @@
3232
"morgan": "~1.10.0",
3333
"node-minify": "~3.6.0",
3434
"path": "~0.12.7",
35-
"puppeteer": "^13.6.0",
36-
"serve-static": "~1.14.2",
35+
"serve-static": "~1.15.0",
3736
"squirejs": "~0.2.1",
3837
"strip-json-comments": "~3.1.1",
3938
"time-grunt": "~2.0.0",
40-
"underscore": "1.13.2"
39+
"underscore": "1.13.3"
4140
}
4241
}

0 commit comments

Comments
 (0)