From 79ffbb7d43f172dd6201385d61a9d9fc4df1d31e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Dec 2021 15:37:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-AWSSDK-1059424 - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1047770 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1584358 - https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1585624 --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 0fb8ff93f034..d5da8dc8cfa8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "js-yaml": "^3.14.0", "linkinator": "^2.2.2", "liquid": "^5.1.0", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "mini-css-extract-plugin": "^0.9.0", "mkdirp": "^1.0.3", "morgan": "^1.9.1", @@ -77,7 +77,7 @@ "react-dom": "^17.0.1", "readline-sync": "^1.4.10", "remark-code-extra": "^1.0.1", - "resolve-url-loader": "^3.1.2", + "resolve-url-loader": "^3.1.4", "rimraf": "^3.0.0", "sass": "^1.26.3", "sass-loader": "^9.0.2", @@ -89,14 +89,14 @@ "uuid": "^8.3.0", "walk-sync": "^1.1.4", "webpack": "^5.0.0", - "webpack-cli": "^3.3.12" + "webpack-cli": "^4.0.0" }, "devDependencies": { "@actions/core": "^1.2.6", - "ajv": "^6.11.0", + "ajv": "^6.12.3", "async": "^3.2.0", "await-sleep": "0.0.1", - "aws-sdk": "^2.610.0", + "aws-sdk": "^2.814.0", "babel-eslint": "^10.1.0", "chalk": "^4.0.0", "commander": "^6.2.0", @@ -108,7 +108,7 @@ "del": "^4.1.1", "dependency-check": "^4.1.0", "domwaiter": "^1.1.0", - "eslint": "^7.13.0", + "eslint": "^7.16.0", "eslint-config-standard": "^16.0.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", @@ -118,7 +118,7 @@ "graphql": "^14.5.8", "heroku-client": "^3.1.0", "http-status-code": "^2.1.0", - "husky": "^4.2.1", + "husky": "^4.3.7", "image-size": "^0.7.4", "japanese-characters": "^1.1.0", "javascript-stringify": "^2.0.1", @@ -142,7 +142,7 @@ "replace": "^1.2.0", "revalidator": "^0.3.1", "robots-parser": "^2.1.1", - "start-server-and-test": "^1.11.3", + "start-server-and-test": "^1.11.7", "supertest": "^4.0.2", "url-template": "^2.0.8", "webpack-dev-middleware": "^3.7.2",