diff --git a/package-lock.json b/package-lock.json index 8fc569c..a06be81 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.1303" + "excalibur": "0.30.0-alpha.1304" }, "devDependencies": { "@playwright/test": "^1.49.0", @@ -2363,9 +2363,9 @@ } }, "node_modules/excalibur": { - "version": "0.30.0-alpha.1303", - "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1303.tgz", - "integrity": "sha512-UA4GgWuA6yZVxFnsA1xyxNxqALxVt6U19l5D4q83M7VLtixO6zYhg1h/kEfNN8ilWo1Bhd+WCvCL1HwymKpl5g==" + "version": "0.30.0-alpha.1304", + "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1304.tgz", + "integrity": "sha512-BzXHG24HpJzeqlYTSobuKZ6divrjjNNFHLAOkkSGMafuOflpPWoZDKLmGH5MI17oEg3YnIa1L70IcMYTQ7eEpg==" }, "node_modules/fill-range": { "version": "7.1.1", @@ -4823,9 +4823,9 @@ "dev": true }, "excalibur": { - "version": "0.30.0-alpha.1303", - "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1303.tgz", - "integrity": "sha512-UA4GgWuA6yZVxFnsA1xyxNxqALxVt6U19l5D4q83M7VLtixO6zYhg1h/kEfNN8ilWo1Bhd+WCvCL1HwymKpl5g==" + "version": "0.30.0-alpha.1304", + "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1304.tgz", + "integrity": "sha512-BzXHG24HpJzeqlYTSobuKZ6divrjjNNFHLAOkkSGMafuOflpPWoZDKLmGH5MI17oEg3YnIa1L70IcMYTQ7eEpg==" }, "fill-range": { "version": "7.1.1", diff --git a/package.json b/package.json index d461561..1bf4201 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "Erik Onarheim", "license": "BSD-2-Clause", "dependencies": { - "excalibur": "0.30.0-alpha.1303" + "excalibur": "0.30.0-alpha.1304" }, "devDependencies": { "@playwright/test": "^1.49.0",