From 5e2296abe6f2f9dff160d57c407dc18dd3519202 Mon Sep 17 00:00:00 2001 From: Henry Darnell Date: Tue, 11 Sep 2018 16:15:13 -0500 Subject: [PATCH] Update insecure packages --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16b30c5..c8260c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,9 @@ "integrity": "sha1-eRQg1/VR7qKJdFOop3ZT+WYG1nw=" }, "debug": { - "version": "2.6.8", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.8.tgz", - "integrity": "sha1-5zFTHKLt4n0YgiJCfaF4IdaP9Pw=", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" } @@ -27,7 +27,7 @@ "resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-1.0.1.tgz", "integrity": "sha1-OAgz3dC86iwJht7+u6cfhDhPNT0=", "requires": { - "xml-parser-xo": "2.1.3" + "xml-parser-xo": "^2.1.1" } }, "xml-parser-xo": { @@ -35,7 +35,7 @@ "resolved": "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-2.1.3.tgz", "integrity": "sha1-TqjrhW36TddcSrVLJRVY3grcHGE=", "requires": { - "debug": "2.6.8" + "debug": "^2.2.0" } }, "xmldom": {