diff --git a/exercises/farewell-workflow/solution/package-lock.json b/exercises/farewell-workflow/solution/package-lock.json index 8f34450..6effb03 100644 --- a/exercises/farewell-workflow/solution/package-lock.json +++ b/exercises/farewell-workflow/solution/package-lock.json @@ -12,7 +12,7 @@ "@temporalio/client": "^1.11.0", "@temporalio/worker": "^1.11.0", "@temporalio/workflow": "^1.11.0", - "axios": "^1.4.0", + "axios": "^1.12.0", "body-parser": "^1.20.2", "express": "^4.18.2", "nanoid": "3.x" @@ -21,8 +21,8 @@ "@tsconfig/node20": "^1.0.2", "@types/express": "^4.17.16", "@types/node": "^20.12.13", - "@typescript-eslint/eslint-plugin": "^5.0.0", - "@typescript-eslint/parser": "^5.0.0", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-deprecation": "^1.2.1", @@ -1245,11 +1245,13 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.4.0", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz", + "integrity": "sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.0", - "form-data": "^4.0.0", + "follow-redirects": "^1.15.6", + "form-data": "^4.0.4", "proxy-from-env": "^1.1.0" } }, @@ -2204,7 +2206,9 @@ "license": "ISC" }, "node_modules/follow-redirects": { - "version": "1.15.2", + "version": "1.15.11", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", + "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==", "funding": [ { "type": "individual", diff --git a/exercises/farewell-workflow/solution/package.json b/exercises/farewell-workflow/solution/package.json index ea57d8a..4ff81b5 100644 --- a/exercises/farewell-workflow/solution/package.json +++ b/exercises/farewell-workflow/solution/package.json @@ -28,7 +28,7 @@ "@temporalio/client": "^1.11.0", "@temporalio/worker": "^1.11.0", "@temporalio/workflow": "^1.11.0", - "axios": "^1.4.0", + "axios": "^1.12.0", "body-parser": "^1.20.2", "express": "^4.18.2", "nanoid": "3.x"