diff options
author | Florian Dold <florian@dold.me> | 2023-01-04 12:14:51 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-01-04 12:14:51 +0100 |
commit | 0e51628f99f0316af316122a6f48c2dd693e7a76 (patch) | |
tree | 09791ff1662568a3d6c8f886f4683057a634f1ac | |
parent | cd2491430d31113b1429728d91290e64bb9c2eea (diff) |
-fix pnpm issues
-rw-r--r-- | packages/web-util/package.json | 1 | ||||
-rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/packages/web-util/package.json b/packages/web-util/package.json index 9e9e03973..a4589d4ee 100644 --- a/packages/web-util/package.json +++ b/packages/web-util/package.json @@ -29,6 +29,7 @@ "@types/node": "^18.11.17", "@types/web": "^0.0.82", "@types/ws": "^8.5.3", + "axios": "^1.2.2", "chokidar": "^3.5.3", "esbuild": "^0.14.21", "express": "^4.18.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6ada7a842..bd9d2d308 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -694,7 +694,7 @@ importers: '@types/node': ^18.11.17 '@types/web': ^0.0.82 '@types/ws': ^8.5.3 - axios: ^1.2.1 + axios: ^1.2.2 chokidar: ^3.5.3 esbuild: ^0.14.21 express: ^4.18.2 @@ -712,7 +712,7 @@ importers: '@types/node': 18.11.17 '@types/web': 0.0.82 '@types/ws': 8.5.3 - axios: 1.2.1 + axios: 1.2.2 chokidar: 3.5.3 esbuild: 0.14.54 express: 4.18.2 @@ -7638,8 +7638,8 @@ packages: - debug dev: true - /axios/1.2.1: - resolution: {integrity: sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==} + /axios/1.2.2: + resolution: {integrity: sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==} dependencies: follow-redirects: 1.15.2 form-data: 4.0.0 |