From fc911377afc1c6a70d9e0a27674645a02fb5001e Mon Sep 17 00:00:00 2001 From: jayly-bot <121162959+jayly-bot@users.noreply.github.com> Date: Wed, 25 Dec 2024 20:19:44 +0000 Subject: [PATCH] Update package.json and package-lock.json --- 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 121a16f6..e90df32c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@minecraft/server-ui": "1.4.0-beta.1.21.60-preview.24" }, "devDependencies": { - "@minecraft/math": "^1.5.1", + "@minecraft/math": "^1.5.2", "@npm/types": "^2.0.0", "@types/node": "^22.10.2", "@types/parsimmon": "^1.10.9", @@ -37,9 +37,9 @@ "integrity": "sha512-stbUtINCXbcLNRlGNVX68xRC6ZYq3k3CYmfptwrCcPBEUjVOpVkSj3H4Y0qiSYB+1rVWv7DgiP7Uf9++50Ne5g==" }, "node_modules/@minecraft/math": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@minecraft/math/-/math-1.5.1.tgz", - "integrity": "sha512-62xtbpfNvcltT4AexCs7VazmgWrQXApXGH2/aPotKXAqbLLNAJdKtvK+eiF/cyondoGcUZF/fdu4Pri/qEPNpQ==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@minecraft/math/-/math-1.5.2.tgz", + "integrity": "sha512-xKoi7uaoykbwDiRPmfwQCvyVXYn/K6C5ZxGuwLnzN73X3y8dO0INiXlICur8n959v9OEke844nYfiwf0tB1Icw==", "dev": true, "license": "MIT", "peerDependencies": { @@ -279,9 +279,9 @@ "integrity": "sha512-stbUtINCXbcLNRlGNVX68xRC6ZYq3k3CYmfptwrCcPBEUjVOpVkSj3H4Y0qiSYB+1rVWv7DgiP7Uf9++50Ne5g==" }, "@minecraft/math": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@minecraft/math/-/math-1.5.1.tgz", - "integrity": "sha512-62xtbpfNvcltT4AexCs7VazmgWrQXApXGH2/aPotKXAqbLLNAJdKtvK+eiF/cyondoGcUZF/fdu4Pri/qEPNpQ==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@minecraft/math/-/math-1.5.2.tgz", + "integrity": "sha512-xKoi7uaoykbwDiRPmfwQCvyVXYn/K6C5ZxGuwLnzN73X3y8dO0INiXlICur8n959v9OEke844nYfiwf0tB1Icw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 65e567e9..1d764154 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@minecraft/server-ui": "1.4.0-beta.1.21.60-preview.24" }, "devDependencies": { - "@minecraft/math": "^1.5.1", + "@minecraft/math": "^1.5.2", "@npm/types": "^2.0.0", "@types/node": "^22.10.2", "@types/parsimmon": "^1.10.9",