From b2857a54b8184b5a9ad17c3a0c85cf8cb97e778e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 03:13:10 +0000 Subject: [PATCH] chore: Update dependency excalibur to v0.30.0-alpha.1275 (#544) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9688297..0cd1d21 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.1274" + "excalibur": "0.30.0-alpha.1275" }, "devDependencies": { "@playwright/test": "^1.49.0", @@ -1844,9 +1844,9 @@ } }, "node_modules/excalibur": { - "version": "0.30.0-alpha.1274", - "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1274.tgz", - "integrity": "sha512-Nvt2ENnczEzZkKmnO4EufzXlxTMBcbGk7UzxwpH7G55+58/7kkmwzgetEGOzZPLPO2pUpyBYYu4EDpMWfJ8pRQ==" + "version": "0.30.0-alpha.1275", + "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1275.tgz", + "integrity": "sha512-XOpOkCCAM7nso3qgPIdr/zqWInoa2ehISBfnu80DM7dR1HRJuRMH8C/y+yiZRZsW5yUj0puDLq2820YwzKWdDg==" }, "node_modules/execa": { "version": "5.1.1", @@ -6622,9 +6622,9 @@ "dev": true }, "excalibur": { - "version": "0.30.0-alpha.1274", - "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1274.tgz", - "integrity": "sha512-Nvt2ENnczEzZkKmnO4EufzXlxTMBcbGk7UzxwpH7G55+58/7kkmwzgetEGOzZPLPO2pUpyBYYu4EDpMWfJ8pRQ==" + "version": "0.30.0-alpha.1275", + "resolved": "https://registry.npmjs.org/excalibur/-/excalibur-0.30.0-alpha.1275.tgz", + "integrity": "sha512-XOpOkCCAM7nso3qgPIdr/zqWInoa2ehISBfnu80DM7dR1HRJuRMH8C/y+yiZRZsW5yUj0puDLq2820YwzKWdDg==" }, "execa": { "version": "5.1.1", diff --git a/package.json b/package.json index 760e135..82ae69b 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,6 @@ "serve": "14.2.4" }, "dependencies": { - "excalibur": "0.30.0-alpha.1274" + "excalibur": "0.30.0-alpha.1275" } }