diff --git a/package-lock.json b/package-lock.json index fba655a8fe..13d88787db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7770,6 +7770,7 @@ }, "string-width": { "version": "1.0.2", + "resolved": false, "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "requires": { "code-point-at": "^1.0.0", @@ -7884,6 +7885,7 @@ }, "is-fullwidth-code-point": { "version": "2.0.0", + "resolved": false, "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", "dev": true }, @@ -8398,9 +8400,9 @@ } }, "what-the-diff": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/what-the-diff/-/what-the-diff-0.5.0.tgz", - "integrity": "sha512-+ZX92uzic8Ufbyvl128Rsi8Hf67lYMKA4MJBOUtDnA3PD+rQY0493G25KAKzb9qQ8NN5TcD6VyV/BqBFq1Ktuw==" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/what-the-diff/-/what-the-diff-0.6.0.tgz", + "integrity": "sha512-8BgQ4uo4cxojRXvCIcqDpH4QHaq0Ksn2P3LYfztylC5LDSwZKuGHf0Wf7sAStjPLTcB8eCB8pJJcPQSWfhZlkg==" }, "what-the-status": { "version": "1.0.3", diff --git a/package.json b/package.json index a2ab71a391..e4589bed94 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "tinycolor2": "1.4.1", "tree-kill": "1.2.1", "underscore-plus": "1.6.8", - "what-the-diff": "0.5.0", + "what-the-diff": "0.6.0", "what-the-status": "1.0.3", "yubikiri": "2.0.0" },