diff options
-rw-r--r-- | packages/taler-harness/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/package.json b/packages/taler-harness/package.json index f89e8cbea..520df530a 100644 --- a/packages/taler-harness/package.json +++ b/packages/taler-harness/package.json @@ -34,7 +34,7 @@ "prettier": "^2.5.1", "rimraf": "^3.0.2", "typescript": "^4.8.4", - "esbuild": "^0.15.12" + "esbuild": "^0.15.13" }, "dependencies": { "@gnu-taler/taler-util": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 249fa494f..6983ba177 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -445,7 +445,7 @@ importers: '@gnu-taler/taler-wallet-core': workspace:* '@types/node': ^18.11.17 axios: ^0.27.2 - esbuild: ^0.15.12 + esbuild: ^0.15.13 prettier: ^2.5.1 rimraf: ^3.0.2 tslib: ^2.4.0 |