From 6336d19bcf0a46348087c1f54c6f2e25e7be16a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 04:22:37 +0000 Subject: [PATCH] fix: large-file/package.json & large-file/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:ms:20170412 --- large-file/package-lock.json | 124 ++++++++++++++++++++++++++--------- large-file/package.json | 4 +- 2 files changed, 96 insertions(+), 32 deletions(-) diff --git a/large-file/package-lock.json b/large-file/package-lock.json index fa2bba08..da327e19 100644 --- a/large-file/package-lock.json +++ b/large-file/package-lock.json @@ -13054,40 +13054,40 @@ } }, "detective-less": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/detective-less/-/detective-less-1.0.0.tgz", - "integrity": "sha1-Qmx4yatuMnW/ZsyRq6wAU7tFLX0=", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/detective-less/-/detective-less-1.0.2.tgz", + "integrity": "sha512-Rps1xDkEEBSq3kLdsdnHZL1x2S4NGDcbrjmd4q+PykK5aJwDdP5MBgrJw1Xo+kyUHuv3JEzPqxr+Dj9ryeDRTA==", "requires": { - "debug": "~2.2.0", - "gonzales-pe": "^3.4.4", - "node-source-walk": "^3.2.0" + "debug": "^4.0.0", + "gonzales-pe": "^4.2.3", + "node-source-walk": "^4.0.0" }, "dependencies": { + "@babel/parser": { + "version": "7.17.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz", + "integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==" + }, "debug": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.2.0.tgz", - "integrity": "sha1-+HBX6ZWxofauaklgZkE3vFbwOdo=", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "requires": { - "ms": "0.7.1" + "ms": "2.1.2" } }, - "gonzales-pe": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-3.4.7.tgz", - "integrity": "sha1-F8e+Z61sr/Ynej44esc26YPSgOw=", + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node-source-walk": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-source-walk/-/node-source-walk-4.3.0.tgz", + "integrity": "sha512-8Q1hXew6ETzqKRAs3jjLioSxNfT1cx74ooiF8RlAONwVMcfq+UdzLC2eB5qcPldUxaE5w3ytLkrmV1TGddhZTA==", "requires": { - "minimist": "1.1.x" + "@babel/parser": "^7.0.0" } - }, - "minimist": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz", - "integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=" - }, - "ms": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-0.7.1.tgz", - "integrity": "sha1-nNE8A62/8ltl7/3nzoZO6VIBcJg=" } } }, @@ -29948,24 +29948,44 @@ } }, "precinct": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/precinct/-/precinct-3.8.0.tgz", - "integrity": "sha1-JZqUkKhUd6HyaYn73y+ybETyR1o=", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/precinct/-/precinct-4.1.0.tgz", + "integrity": "sha512-T4i0JJZxkG+nXd2mvU8e+1/IFjqnNg37UsMTYHwjpsFyvyZ7GwK4Hx0lHhfdfI5ye5Jobun1g18JI/qBzTqbKQ==", "requires": { "commander": "^2.11.0", "debug": "^3.0.1", "detective-amd": "^2.4.0", "detective-cjs": "^2.0.0", "detective-es6": "^1.2.0", - "detective-less": "1.0.0", + "detective-less": "^1.0.1", + "detective-postcss": "^2.0.0", "detective-sass": "^2.0.0", "detective-scss": "^1.0.0", "detective-stylus": "^1.0.0", - "detective-typescript": "^1.0.0", + "detective-typescript": "^2.0.0", "module-definition": "^2.2.4", "node-source-walk": "^3.3.0" }, "dependencies": { + "babylon": { + "version": "6.8.4", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.8.4.tgz", + "integrity": "sha1-CXMGuNq66VFZIlzymz6lWRIFMYA=", + "requires": { + "babel-runtime": "^6.0.0" + } + }, + "detective-postcss": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/detective-postcss/-/detective-postcss-2.1.2.tgz", + "integrity": "sha512-Ryf9mdjP4Lgrlkfy1bHkeUrCyS94kUzzrAXkXL/2JmTaG1COU4lkmWm6YG4u1P0SKSP179RVLhbUoJ6J788rRQ==", + "requires": { + "debug": "^3.1.0", + "is-url": "^1.2.4", + "postcss": "^6.0.21", + "postcss-values-parser": "^1.5.0" + } + }, "detective-sass": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/detective-sass/-/detective-sass-2.0.1.tgz", @@ -29986,6 +30006,26 @@ "node-source-walk": "^3.2.0" } }, + "detective-typescript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/detective-typescript/-/detective-typescript-2.0.0.tgz", + "integrity": "sha512-0VcvklZWrEAqsGHs1Hp5Px3MfKfHTny7zCVVHQwesrib9XanuV3fsMYQ9iJIfd9bJ196KpBQUPgFHdrp34UB+w==", + "requires": { + "node-source-walk": "3.2.0", + "typescript": "^2.6.1", + "typescript-eslint-parser": "^9.0.0" + }, + "dependencies": { + "node-source-walk": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/node-source-walk/-/node-source-walk-3.2.0.tgz", + "integrity": "sha1-PGBcxTq97ktFq2XpR9+x23yQ8OM=", + "requires": { + "babylon": "~6.8.1" + } + } + } + }, "gonzales-pe": { "version": "3.4.7", "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-3.4.7.tgz", @@ -29994,10 +30034,34 @@ "minimist": "1.1.x" } }, + "lodash.unescape": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.unescape/-/lodash.unescape-4.0.1.tgz", + "integrity": "sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=" + }, "minimist": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz", "integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=" + }, + "semver": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", + "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==" + }, + "typescript": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz", + "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==" + }, + "typescript-eslint-parser": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/typescript-eslint-parser/-/typescript-eslint-parser-9.0.1.tgz", + "integrity": "sha512-w1jqotvnhLtLukD9H3gQPAlbD0kLf7ZkoQGwiwSIshKIlzRL7i0OY9Y7VIdE1xtytZXThg678eomxMZ1rZXGVQ==", + "requires": { + "lodash.unescape": "4.0.1", + "semver": "5.4.1" + } } } }, diff --git a/large-file/package.json b/large-file/package.json index 0e6486e3..a3fce0ef 100644 --- a/large-file/package.json +++ b/large-file/package.json @@ -506,7 +506,7 @@ "detective-amd": "2.4.0", "detective-cjs": "2.0.0", "detective-es6": "1.2.0", - "detective-less": "1.0.0", + "detective-less": "1.0.2", "detective-sass": "^3.0.0", "detective-scss": "^2.0.0", "detective-stylus": "1.0.0", @@ -1196,7 +1196,7 @@ "postcss-value-parser": "3.3.0", "postcss-zindex": "2.2.0", "pre-commit": "1.2.2", - "precinct": "3.8.0", + "precinct": "4.1.0", "precond": "0.2.3", "prelude-ls": "1.1.2", "prepend-http": "1.0.4",