diff --git a/batch-file-processing/batchReceiver/package-lock.json b/batch-file-processing/batchReceiver/package-lock.json index 34a062cf..95dbf74e 100644 --- a/batch-file-processing/batchReceiver/package-lock.json +++ b/batch-file-processing/batchReceiver/package-lock.json @@ -19,11 +19,11 @@ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "axios": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==", + "version": "0.21.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz", + "integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==", "requires": { - "follow-redirects": "1.5.10" + "follow-redirects": "^1.14.0" } }, "body-parser": { @@ -166,22 +166,9 @@ } }, "follow-redirects": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", - "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", - "requires": { - "debug": "=3.1.0" - }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - } - } + "version": "1.14.7", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz", + "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==" }, "forwarded": { "version": "0.1.2", diff --git a/batch-file-processing/batchReceiver/package.json b/batch-file-processing/batchReceiver/package.json index b3cbeb31..3f17ee3c 100644 --- a/batch-file-processing/batchReceiver/package.json +++ b/batch-file-processing/batchReceiver/package.json @@ -12,7 +12,7 @@ "author": "Daria Kiritseva", "license": "ISC", "dependencies": { - "axios": "^0.19.2", + "axios": "^0.21.2", "body-parser": "^1.18.3", "ejs": "^3.0.1", "express": "^4.16.4",