From 50032e0acec548a72f6bbe50eb032c8b8f4137e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 16:35:53 +0000 Subject: [PATCH] Update dependency local-web-server to v5.3.4 --- examples/angular/package.json | 2 +- examples/graphql/package.json | 2 +- examples/react/package.json | 2 +- examples/vue/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/angular/package.json b/examples/angular/package.json index 93d6cc0bf09..c43fccbdb39 100644 --- a/examples/angular/package.json +++ b/examples/angular/package.json @@ -83,7 +83,7 @@ "browser-sync": "^3.0.0", "concurrently": "8.2.2", "copyfiles": "2.4.1", - "local-web-server": "5.3.3", + "local-web-server": "5.3.4", "testcafe": "3.6.2", "ts-mocha": "10.0.0", "tslint": "6.1.3", diff --git a/examples/graphql/package.json b/examples/graphql/package.json index 645cc5881ff..a0a72442a28 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -31,7 +31,7 @@ "graphql-client": "2.0.1", "graphql-subscriptions": "2.0.0", "graphql-ws": "5.16.0", - "local-web-server": "5.3.3", + "local-web-server": "5.3.4", "normalize.css": "8.0.1", "pouchdb-adapter-idb": "9.0.0", "rxjs": "7.8.1", diff --git a/examples/react/package.json b/examples/react/package.json index 9b486bd9e6d..c40cd1d0599 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -16,7 +16,7 @@ "react-scripts": "5.0.1", "rimraf": "5.0.9", "testcafe": "3.6.2", - "local-web-server": "5.3.3", + "local-web-server": "5.3.4", "ajv": "8.17.1" }, "scripts": { diff --git a/examples/vue/package.json b/examples/vue/package.json index 7070547a8d2..9443ccacf0a 100644 --- a/examples/vue/package.json +++ b/examples/vue/package.json @@ -42,7 +42,7 @@ "copy-webpack-plugin": "12.0.2", "eslint": "8.57.0", "eslint-plugin-vue": "9.27.0", - "local-web-server": "5.3.3", + "local-web-server": "5.3.4", "node-sass": "9.0.0", "sass-loader": "14.2.1", "testcafe": "3.6.2",