From 5f56e0bd7a9d306aafd42d97a054570275b9421f Mon Sep 17 00:00:00 2001 From: Andrii Beziazychnyi Date: Tue, 3 May 2022 14:59:27 +0200 Subject: [PATCH] AC-2558: Fixed and updated npm dependencies --- package.json.sample | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json.sample b/package.json.sample index 3ca40ace91dc2..024eb7c119e39 100644 --- a/package.json.sample +++ b/package.json.sample @@ -9,8 +9,8 @@ }, "homepage": "https://magento.com/", "devDependencies": { - "glob": "~7.2.0", - "grunt": "~1.5.0", + "glob": "~8.0.1", + "grunt": "~1.5.2", "grunt-banner": "~0.6.0", "grunt-continue": "~0.1.0", "grunt-contrib-clean": "~2.0.0", @@ -32,11 +32,10 @@ "morgan": "~1.10.0", "node-minify": "~3.6.0", "path": "~0.12.7", - "puppeteer": "^13.6.0", - "serve-static": "~1.14.2", + "serve-static": "~1.15.0", "squirejs": "~0.2.1", "strip-json-comments": "~3.1.1", "time-grunt": "~2.0.0", - "underscore": "1.13.2" + "underscore": "1.13.3" } }