From 95a46df4e37714ce466414d1c2916ec133946342 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 22:41:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3ba61c0697aa3b..d2dc636af88277 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "atob": "1.1.2", "autoprefixer": "6.3.5", "autosize": "3.0.7", - "babel": "5.8.12", - "babel-core": "5.8.12", - "babel-loader": "5.3.2", + "babel": "6.23.0", + "babel-core": "6.9.0", + "babel-loader": "6.0.0", "babel-runtime": "5.8.12", "blob": "0.0.4", "body-parser": "^1.13.3", @@ -61,7 +61,7 @@ "key-mirror": "1.0.1", "keymaster": "1.6.2", "localforage": "1.4.0", - "lodash": "4.5.0", + "lodash": "4.17.17", "lru-cache": "4.0.0", "lunr": "0.5.7", "marked": "0.3.5", @@ -69,7 +69,7 @@ "moment-timezone": "^0.4.0", "morgan": "1.2.0", "ms": "0.7.1", - "node-sass": "3.4.2", + "node-sass": "3.5.1", "page": "1.6.4", "path-parser": "1.0.2", "phone": "git+https://github.com/Automattic/node-phone.git#1.0.4-11", @@ -112,10 +112,10 @@ "walk": "2.3.4", "webpack": "1.12.15", "webpack-dev-middleware": "1.2.0", - "wpcom": "4.9.12", + "wpcom": "5.0.0", "wpcom-proxy-request": "1.0.5", "wpcom-xhr-request": "0.5.0", - "xgettext-js": "0.3.0" + "xgettext-js": "0.3.1" }, "engines": { "node": "5.10.1",