diff --git a/package-lock.json b/package-lock.json index 749d189..e95c469 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.1295" + "excalibur": "0.30.3" }, "devDependencies": { "@playwright/test": "^1.49.0", @@ -1844,9 +1844,9 @@ } }, "node_modules/excalibur": { - "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==" + "version": "0.30.3", + "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.3.tgz", + "integrity": "sha512-RUP3qQ6tFe9BJxvqh6p/I0B9rKMu+KGlHZruJyVOohiYUtCP0LsRgkVHxezvWtWsvCElVBL4PeCooE4KPlIldA==" }, "node_modules/execa": { "version": "5.1.1", @@ -6662,9 +6662,9 @@ "dev": true }, "excalibur": { - "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==" + "version": "0.30.3", + "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.3.tgz", + "integrity": "sha512-RUP3qQ6tFe9BJxvqh6p/I0B9rKMu+KGlHZruJyVOohiYUtCP0LsRgkVHxezvWtWsvCElVBL4PeCooE4KPlIldA==" }, "execa": { "version": "5.1.1", diff --git a/package.json b/package.json index f911b22..1829c98 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "serve": "14.2.4" }, "dependencies": { - "excalibur": "0.30.0-alpha.1295" + "excalibur": "0.30.3" } }