refactor(core): Upgrade more dependencies to remove axios 0.x (no-changelog) (#8105)

Had to [fork localtunnel](https://github.com/n8n-io/localtunnel) to get
the axios upgrade, since localtunnel doesn't seem to be actively maintained.
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-12-22 11:39:20 +01:00
committed by GitHub
parent 021add0f39
commit c158ca2471
5 changed files with 67 additions and 133 deletions

View File

@@ -76,7 +76,6 @@
"@types/formidable": "^3.4.0",
"@types/json-diff": "^1.0.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/localtunnel": "^2.0.4",
"@types/lodash": "^4.14.195",
"@types/passport-jwt": "^3.0.6",
"@types/psl": "^1.1.0",
@@ -99,6 +98,7 @@
},
"dependencies": {
"@n8n/client-oauth2": "workspace:*",
"@n8n/localtunnel": "2.1.0",
"@n8n/permissions": "workspace:*",
"@n8n_io/license-sdk": "2.7.2",
"@oclif/command": "1.8.18",
@@ -145,7 +145,6 @@
"jsonwebtoken": "9.0.0",
"jwks-rsa": "3.0.1",
"ldapts": "4.2.6",
"localtunnel": "2.0.2",
"lodash": "4.17.21",
"luxon": "3.3.0",
"mysql2": "2.3.3",
@@ -168,7 +167,7 @@
"pg": "8.8.0",
"picocolors": "1.0.0",
"pkce-challenge": "3.0.0",
"posthog-node": "2.2.2",
"posthog-node": "3.2.1",
"prom-client": "13.2.0",
"psl": "1.9.0",
"raw-body": "2.5.1",