kubectl/docs/book: bump lodash from 4.17.5 to 4.17.13

As per the automatic patch created by dependabot.

Kubernetes-commit: 64e6fbf98a885bc258c2983b9a1aa46f35c437b7
This commit is contained in:
Nikhita Raghunath 2019-07-15 16:57:17 +05:30 committed by Kubernetes Publisher
parent bc25cafeb8
commit b5007e95b7
2 changed files with 11 additions and 7 deletions

View File

@ -13,7 +13,8 @@
"acorn": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz",
"integrity": "sha1-q259nYhqrKiwhbwzEreaGYQz8Oc="
"integrity": "sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=",
"optional": true
},
"acorn-globals": {
"version": "1.0.9",
@ -292,7 +293,8 @@
"cssom": {
"version": "0.3.6",
"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.6.tgz",
"integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A=="
"integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==",
"optional": true
},
"cssstyle": {
"version": "0.2.37",
@ -1333,9 +1335,9 @@
"integrity": "sha1-Xee/afqisPnYXoMyCZtw5BmoRdU="
},
"lodash": {
"version": "4.17.5",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw=="
"version": "4.17.13",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz",
"integrity": "sha512-vm3/XWXfWtRua0FkUyEHBZy8kCPjErNBT9fJx8Zvs+U6zjqPbTUOpkaoum3O5uiA8sm+yNMHXfYkTUHFoMxFNA=="
},
"markdown-link": {
"version": "0.1.1",
@ -5613,7 +5615,8 @@
"prelude-ls": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
"integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
"integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
"optional": true
},
"process-nextick-args": {
"version": "2.0.0",
@ -5926,6 +5929,7 @@
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
"integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
"optional": true,
"requires": {
"prelude-ls": "~1.1.2"
}

View File

@ -18,7 +18,7 @@
"gitbook-plugin-sequence-diagrams": "^1.1.0",
"gitbook-plugin-theme-api": "^1.1.2",
"gitbook-plugin-toc": "0.0.2",
"lodash": "4.17.11",
"lodash": "4.17.13",
"phantomjs-prebuilt": "^2.1.16",
"underscore.string": "^3.3.5"
},