diff --git a/package-lock.json b/package-lock.json index 51d0e79..b740dcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "BSD-2-Clause", "dependencies": { - "excalibur": "0.30.0-alpha.1289" + "excalibur": "0.30.0-alpha.1295" }, "devDependencies": { "@playwright/test": "^1.49.0", @@ -1844,9 +1844,9 @@ } }, "node_modules/excalibur": { - "version": "0.30.0-alpha.1289", - "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1289.tgz", - "integrity": "sha512-c+aVmfV19R/T0AucK7e3xcGWaVVnIf5QZlnUZut0iqyhkvCP12Zu+WtzCtjfWp0N5i7Wk5cOGgya3tDzeSVu8w==" + "version": "0.30.0-alpha.1295", + "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1295.tgz", + "integrity": "sha512-SOEEp9Sb9LxZWZjCMk9mpP8YfA/2J+rgMxKdAKaGt+cOJ7C7IQN3VGUD9pdEWN2n8RN41ebBkq2mmOJqncbhTw==" }, "node_modules/execa": { "version": "5.1.1", @@ -6622,9 +6622,9 @@ "dev": true }, "excalibur": { - "version": "0.30.0-alpha.1289", - "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1289.tgz", - "integrity": "sha512-c+aVmfV19R/T0AucK7e3xcGWaVVnIf5QZlnUZut0iqyhkvCP12Zu+WtzCtjfWp0N5i7Wk5cOGgya3tDzeSVu8w==" + "version": "0.30.0-alpha.1295", + "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1295.tgz", + "integrity": "sha512-SOEEp9Sb9LxZWZjCMk9mpP8YfA/2J+rgMxKdAKaGt+cOJ7C7IQN3VGUD9pdEWN2n8RN41ebBkq2mmOJqncbhTw==" }, "execa": { "version": "5.1.1", diff --git a/package.json b/package.json index de880d7..f5cc129 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "serve": "14.2.4" }, "dependencies": { - "excalibur": "0.30.0-alpha.1289" + "excalibur": "0.30.0-alpha.1295" } }