diff --git a/package-lock.json b/package-lock.json index 53afd72..732baa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2066,9 +2066,9 @@ } }, "tar": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz", - "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==", + "version": "6.1.9", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.9.tgz", + "integrity": "sha512-XjLaMNl76o07zqZC/aW4lwegdY07baOH1T8w3AEfrHAdyg/oYO4ctjzEBq9Gy9fEP9oHqLIgvx6zuGDGe+bc8Q==", "dev": true, "requires": { "chownr": "^2.0.0", diff --git a/package.json b/package.json index 9cd2a9f..3b07b92 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "node-sass": "^4.13.1", "npm-run-all": "^4.1.2", "postcss-normalize-charset": "^1.1.0", - "tar": ">=4.4.2", + "tar": ">=6.1.9", "tslint": "^5.11.0", "typescript": "^3.9.5", "lodash": ">=4.17.13",