summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2021-05-11 09:17:01 +0200
committerGitHub <noreply@github.com>2021-05-11 09:17:01 +0200
commit9d6a14c89ace43023c76f07c93c94b970150d920 (patch)
tree59a3dd172f966c3c4f5beefffda897477bf86757
parent4c4b2f319ee54bdc14545b8f89ff74e9d8fd5bb2 (diff)
parentcf28bf0b2b4c3d5d0066ccecc4c75e171c6f3cb9 (diff)
Merge pull request #1855 from nicolargo/dependabot/npm_and_yarn/glances/outputs/static/lodash-4.17.21
Bump lodash from 4.17.19 to 4.17.21 in /glances/outputs/static
-rw-r--r--glances/outputs/static/package-lock.json14
-rw-r--r--glances/outputs/static/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/glances/outputs/static/package-lock.json b/glances/outputs/static/package-lock.json
index 785fc9fb..f567ffe1 100644
--- a/glances/outputs/static/package-lock.json
+++ b/glances/outputs/static/package-lock.json
@@ -712,7 +712,7 @@
},
"chalk": {
"version": "1.1.3",
- "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
"dev": true,
"requires": {
@@ -1980,7 +1980,7 @@
"dependencies": {
"combined-stream": {
"version": "1.0.6",
- "resolved": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz",
"integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=",
"dev": true,
"requires": {
@@ -3017,9 +3017,9 @@
}
},
"lodash": {
- "version": "4.17.19",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
- "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
},
"lodash.camelcase": {
"version": "4.3.0",
@@ -3782,7 +3782,7 @@
},
"os-locale": {
"version": "1.4.0",
- "resolved": "http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
+ "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
"integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
"dev": true,
"requires": {
@@ -5825,7 +5825,7 @@
},
"yargs": {
"version": "3.10.0",
- "resolved": "http://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
"integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
"dev": true,
"requires": {
diff --git a/glances/outputs/static/package.json b/glances/outputs/static/package.json
index fa42afcc..d5d644d4 100644
--- a/glances/outputs/static/package.json
+++ b/glances/outputs/static/package.json
@@ -5,7 +5,7 @@
"angular-hotkeys": "^1.7.0",
"bootstrap": "^3.4.1",
"favico.js": "^0.3.10",
- "lodash": "^4.17.19"
+ "lodash": "^4.17.21"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",