From b3f0cb27c1b37b3e4401097ce0e354d834c3785b Mon Sep 17 00:00:00 2001 From: Roland Asmann Date: Tue, 18 Jan 2022 23:33:46 +0100 Subject: [PATCH] Fixed critical dependencies --- package-lock.json | 149 +++++++++++++++++++++++++--------------------- package.json | 4 ++ 2 files changed, 84 insertions(+), 69 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a8daff..1c9cd75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "convert-source-map": "1.5.1", "debug": "3.1.0", "json5": "0.5.1", - "lodash": "4.17.10", + "lodash": "4.17.21", "resolve": "1.8.1", "semver": "5.5.0", "source-map": "0.5.7" @@ -52,7 +52,7 @@ "requires": { "@babel/types": "7.0.0", "jsesc": "2.5.1", - "lodash": "4.17.10", + "lodash": "4.17.21", "source-map": "0.5.7", "trim-right": "1.0.1" } @@ -128,7 +128,7 @@ "@babel/types": "7.0.0", "debug": "3.1.0", "globals": "11.7.0", - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "@babel/types": { @@ -138,7 +138,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -170,7 +170,7 @@ "requires": { "@babel/types": "7.0.0-beta.51", "jsesc": "2.5.1", - "lodash": "4.17.10", + "lodash": "4.17.21", "source-map": "0.5.7", "trim-right": "1.0.1" }, @@ -199,7 +199,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -228,7 +228,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -268,7 +268,7 @@ "requires": { "@babel/types": "7.0.0", "jsesc": "2.5.1", - "lodash": "4.17.10", + "lodash": "4.17.21", "source-map": "0.5.7", "trim-right": "1.0.1" } @@ -344,7 +344,7 @@ "@babel/types": "7.0.0", "debug": "3.1.0", "globals": "11.7.0", - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "@babel/types": { @@ -354,7 +354,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -386,7 +386,7 @@ "requires": { "@babel/helper-function-name": "7.0.0", "@babel/types": "7.0.0", - "lodash": "4.17.10" + "lodash": "4.17.21" }, "dependencies": { "@babel/code-frame": { @@ -453,7 +453,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -498,7 +498,7 @@ "requires": { "@babel/types": "7.0.0", "jsesc": "2.5.1", - "lodash": "4.17.10", + "lodash": "4.17.21", "source-map": "0.5.7", "trim-right": "1.0.1" } @@ -574,7 +574,7 @@ "@babel/types": "7.0.0", "debug": "3.1.0", "globals": "11.7.0", - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "@babel/types": { @@ -584,7 +584,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -644,7 +644,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -672,7 +672,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -700,7 +700,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -723,7 +723,7 @@ "@babel/helper-split-export-declaration": "7.0.0", "@babel/template": "7.0.0", "@babel/types": "7.0.0", - "lodash": "4.17.10" + "lodash": "4.17.21" }, "dependencies": { "@babel/code-frame": { @@ -779,7 +779,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -813,7 +813,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -837,7 +837,7 @@ "integrity": "sha512-TR0/N0NDCcUIUEbqV6dCO+LptmmSQFQ7q70lfcEB4URsjD0E1HzicrwUH+ap6BAQ2jhCX9Q4UqZy4wilujWlkg==", "dev": true, "requires": { - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "@babel/helper-remap-async-to-generator": { @@ -870,7 +870,7 @@ "requires": { "@babel/types": "7.0.0", "jsesc": "2.5.1", - "lodash": "4.17.10", + "lodash": "4.17.21", "source-map": "0.5.7", "trim-right": "1.0.1" } @@ -946,7 +946,7 @@ "@babel/types": "7.0.0", "debug": "3.1.0", "globals": "11.7.0", - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "@babel/types": { @@ -956,7 +956,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -1009,7 +1009,7 @@ "requires": { "@babel/types": "7.0.0", "jsesc": "2.5.1", - "lodash": "4.17.10", + "lodash": "4.17.21", "source-map": "0.5.7", "trim-right": "1.0.1" } @@ -1085,7 +1085,7 @@ "@babel/types": "7.0.0", "debug": "3.1.0", "globals": "11.7.0", - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "@babel/types": { @@ -1095,7 +1095,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -1173,7 +1173,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -1229,7 +1229,7 @@ "requires": { "@babel/types": "7.0.0", "jsesc": "2.5.1", - "lodash": "4.17.10", + "lodash": "4.17.21", "source-map": "0.5.7", "trim-right": "1.0.1" } @@ -1305,7 +1305,7 @@ "@babel/types": "7.0.0", "debug": "3.1.0", "globals": "11.7.0", - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "@babel/types": { @@ -1315,7 +1315,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -1367,7 +1367,7 @@ "requires": { "@babel/types": "7.0.0", "jsesc": "2.5.1", - "lodash": "4.17.10", + "lodash": "4.17.21", "source-map": "0.5.7", "trim-right": "1.0.1" } @@ -1443,7 +1443,7 @@ "@babel/types": "7.0.0", "debug": "3.1.0", "globals": "11.7.0", - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "@babel/types": { @@ -1453,7 +1453,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -1649,7 +1649,7 @@ "dev": true, "requires": { "@babel/helper-plugin-utils": "7.0.0", - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "@babel/plugin-transform-classes": { @@ -1741,7 +1741,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -1921,7 +1921,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -2035,7 +2035,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" } }, @@ -2248,7 +2248,7 @@ "core-js": "2.5.7", "find-cache-dir": "1.0.0", "home-or-tmp": "3.0.0", - "lodash": "4.17.10", + "lodash": "4.17.21", "mkdirp": "0.5.1", "pirates": "4.0.0", "source-map-support": "0.5.9" @@ -2287,7 +2287,7 @@ "@babel/code-frame": "7.0.0-beta.51", "@babel/parser": "7.0.0-beta.51", "@babel/types": "7.0.0-beta.51", - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "@babel/traverse": { @@ -2305,7 +2305,7 @@ "debug": "3.1.0", "globals": "11.7.0", "invariant": "2.2.4", - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "@babel/types": { @@ -2315,7 +2315,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.10", + "lodash": "4.17.21", "to-fast-properties": "2.0.0" }, "dependencies": { @@ -2892,7 +2892,7 @@ "component-emitter": "1.2.1", "define-property": "1.0.0", "isobject": "3.0.1", - "mixin-deep": "1.3.1", + "mixin-deep": "1.3.2", "pascalcase": "0.1.1" }, "dependencies": { @@ -3188,7 +3188,7 @@ "get-value": "2.0.6", "has-value": "1.0.0", "isobject": "3.0.1", - "set-value": "2.0.0", + "set-value": "2.0.1", "to-object-path": "0.3.0", "union-value": "1.0.0", "unset-value": "1.0.0" @@ -4335,7 +4335,7 @@ "debug": "3.1.0", "doctrine": "2.1.0", "eslint-scope": "4.0.0", - "eslint-utils": "1.3.1", + "eslint-utils": "1.4.3", "eslint-visitor-keys": "1.0.0", "espree": "4.0.0", "esquery": "1.0.1", @@ -4351,7 +4351,7 @@ "js-yaml": "3.12.0", "json-stable-stringify-without-jsonify": "1.0.1", "levn": "0.3.0", - "lodash": "4.17.10", + "lodash": "4.17.21", "minimatch": "3.0.4", "mkdirp": "0.5.1", "natural-compare": "1.4.0", @@ -4414,7 +4414,7 @@ "cli-width": "2.2.0", "external-editor": "2.2.0", "figures": "2.0.0", - "lodash": "4.17.10", + "lodash": "4.17.21", "mute-stream": "0.0.7", "run-async": "2.3.0", "rxjs": "5.5.11", @@ -4555,7 +4555,7 @@ "integrity": "sha512-9XcVyZiQRVeFjqHw8qHNDAZcQLqaHlOGGpeYqzYh8S4JYCWTCO3yzyen8yVmA5PratfzTRWDwCOFphtDEG+w/w==", "dev": true, "requires": { - "eslint-utils": "1.3.1", + "eslint-utils": "1.4.3", "regexpp": "2.0.1" }, "dependencies": { @@ -4579,7 +4579,7 @@ "eslint-import-resolver-node": "0.3.2", "eslint-module-utils": "2.2.0", "has": "1.0.3", - "lodash": "4.17.10", + "lodash": "4.17.21", "minimatch": "3.0.4", "read-pkg-up": "2.0.0", "resolve": "1.8.1" @@ -4613,7 +4613,7 @@ "dev": true, "requires": { "eslint-plugin-es": "1.3.1", - "eslint-utils": "1.3.1", + "eslint-utils": "1.4.3", "ignore": "5.0.2", "minimatch": "3.0.4", "resolve": "1.8.1", @@ -4651,10 +4651,21 @@ } }, "eslint-utils": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz", - "integrity": "sha1-moUbqJ7nxGA0b5fPiTnHKYgn5RI=", - "dev": true + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.3.tgz", + "integrity": "sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==", + "dev": true, + "requires": { + "eslint-visitor-keys": "1.3.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true + } + } }, "eslint-visitor-keys": { "version": "1.0.0", @@ -6152,7 +6163,7 @@ "cli-width": "2.2.0", "external-editor": "3.0.0", "figures": "2.0.0", - "lodash": "4.17.10", + "lodash": "4.17.21", "mute-stream": "0.0.7", "run-async": "2.3.0", "rxjs": "6.2.1", @@ -6714,7 +6725,7 @@ "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==", "dev": true, "requires": { - "lodash": "4.17.10", + "lodash": "4.17.21", "webpack-sources": "1.1.0" } }, @@ -6842,9 +6853,9 @@ } }, "lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha1-G3eTz3JZ6jj7NmHU04syYK+K5Oc=", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lodash.camelcase": { @@ -7095,9 +7106,9 @@ } }, "mixin-deep": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz", - "integrity": "sha1-pJ5yaNzhoNlpjkUybFYm3zVD0P4=", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", "dev": true, "requires": { "for-in": "1.0.2", @@ -7107,7 +7118,7 @@ "is-extendable": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha1-p0cPnkJnM9gb2B4RVSZOOjUHyrQ=", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dev": true, "requires": { "is-plain-object": "2.0.4" @@ -9686,7 +9697,7 @@ "integrity": "sha1-Pu4AssWqgyOc+wTFcA2jb4HNCLY=", "dev": true, "requires": { - "lodash": "4.17.10" + "lodash": "4.17.21" } }, "request-promise-native": { @@ -9905,9 +9916,9 @@ "dev": true }, "set-value": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz", - "integrity": "sha1-ca5KiPD+77v1LR6mBPP7MV67YnQ=", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", "dev": true, "requires": { "extend-shallow": "2.0.1", @@ -10434,7 +10445,7 @@ "ajv": "6.5.2", "ajv-keywords": "3.2.0", "chalk": "2.4.1", - "lodash": "4.17.10", + "lodash": "4.17.21", "slice-ansi": "1.0.0", "string-width": "2.1.1" } diff --git a/package.json b/package.json index 4b61067..bb0a288 100644 --- a/package.json +++ b/package.json @@ -31,14 +31,18 @@ "eslint-plugin-node": "^8.0.0", "eslint-plugin-promise": "^4.0.0", "eslint-plugin-standard": "^4.0.0", + "eslint-utils": "^1.4.1", "jsdom": "^13.0.0", + "lodash": "^4.17.21", "mini-css-extract-plugin": "^0.4.1", + "mixin-deep": "^1.3.2", "mocha": "^5.2.0", "mocha-lcov-reporter": "^1.3.0", "mockery": "^2.1.0", "nyc": "^13.0.1", "optimize-css-assets-webpack-plugin": "^5.0.0", "require-uncached": "^2.0.0", + "set-value": "^2.0.1", "uglifyjs-webpack-plugin": "^2.0.0", "webpack": "^4.14.0", "webpack-cli": "^3.0.8"