diff --git a/spurWeb/Express/package-lock.json b/spurWeb/Express/package-lock.json index dd69832..55052b7 100644 --- a/spurWeb/Express/package-lock.json +++ b/spurWeb/Express/package-lock.json @@ -4,6 +4,15 @@ "lockfileVersion": 1, "requires": true, "dependencies": { + "JSONStream": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.0.7.tgz", + "integrity": "sha1-cAyORxH+8c5CH2UL6tVSNbsh194=", + "requires": { + "jsonparse": "1.3.1", + "through": "2.3.8" + } + }, "accepts": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz", @@ -96,12 +105,11 @@ "integrity": "sha1-g+9cqGCysy5KDe7e6MdxudtXRx4=" }, "axios": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.16.2.tgz", - "integrity": "sha1-uk+S8XFn37q0CYN4VFS5rBScPG0=", + "version": "0.21.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", "requires": { - "follow-redirects": "1.2.4", - "is-buffer": "1.1.5" + "follow-redirects": "^1.10.0" } }, "backo2": { @@ -560,12 +568,9 @@ } }, "follow-redirects": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.2.4.tgz", - "integrity": "sha512-Suw6KewLV2hReSyEOeql+UUkBVyiBm3ok1VPrVFRZnQInWpdoZbbiG5i8aJVSjTr0yQ4Ava0Sh6/joCg1Brdqw==", - "requires": { - "debug": "2.6.8" - } + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz", + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==" }, "forever-agent": { "version": "0.6.1", @@ -805,15 +810,6 @@ "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=" }, - "JSONStream": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.0.7.tgz", - "integrity": "sha1-cAyORxH+8c5CH2UL6tVSNbsh194=", - "requires": { - "jsonparse": "1.3.1", - "through": "2.3.8" - } - }, "jsprim": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz", @@ -1229,11 +1225,11 @@ "resolved": "https://registry.npmjs.org/solr-client/-/solr-client-0.7.0.tgz", "integrity": "sha1-uA/Mpsh3aD1XGLdaF3Jk8SIHt7g=", "requires": { + "JSONStream": "1.0.7", "bluebird": "3.5.0", "duplexer": "0.1.1", "httperror": "0.2.3", "json-bigint": "0.1.4", - "JSONStream": "1.0.7", "request": "2.81.0" } }, diff --git a/spurWeb/Express/package.json b/spurWeb/Express/package.json index d63df40..e0864ae 100644 --- a/spurWeb/Express/package.json +++ b/spurWeb/Express/package.json @@ -6,7 +6,7 @@ "start": "node ./bin/www" }, "dependencies": { - "axios": "^0.16.2", + "axios": "^0.21.1", "body-parser": "~1.17.1", "cookie-parser": "~1.4.3", "debug": "~2.6.3",