From aa59eec2aff1abbbdbfc69a7f9fe24a37eef7154 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:51:17 +0000 Subject: [PATCH] feat: Upgrading obsidian-dice-roller to latest --- 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 d750c00..fe2fd3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "initiative-tracker": "^12.3.0", "obsidian": "^1.1.1", "obsidian-dataview": "^0.4.21", - "obsidian-dice-roller": "^9.4.1", + "obsidian-dice-roller": "^10.0.0", "obsidian-leaflet": "^5.8.0" }, "devDependencies": { @@ -147,9 +147,9 @@ } }, "node_modules/obsidian-dice-roller": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/obsidian-dice-roller/-/obsidian-dice-roller-9.4.1.tgz", - "integrity": "sha512-h0veTXgCDAhSheQ2nz5krlKyShjLBXBkuj6hcfwQ4sYmq2B/3asqQf30o14zHqSkvmGxQe4730qpQ4jZeSDlww==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/obsidian-dice-roller/-/obsidian-dice-roller-10.0.0.tgz", + "integrity": "sha512-UfokUKGR3DDOuPxMr7hQwai8yuJHiDRcxI0U1DRhyI27lVnDAUKrVftzXWTaYqRovVTSjmk8mVBegGT4p6oKqw==", "dependencies": { "obsidian-dice-roller": "^8.13.12" } @@ -342,9 +342,9 @@ } }, "obsidian-dice-roller": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/obsidian-dice-roller/-/obsidian-dice-roller-9.4.1.tgz", - "integrity": "sha512-h0veTXgCDAhSheQ2nz5krlKyShjLBXBkuj6hcfwQ4sYmq2B/3asqQf30o14zHqSkvmGxQe4730qpQ4jZeSDlww==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/obsidian-dice-roller/-/obsidian-dice-roller-10.0.0.tgz", + "integrity": "sha512-UfokUKGR3DDOuPxMr7hQwai8yuJHiDRcxI0U1DRhyI27lVnDAUKrVftzXWTaYqRovVTSjmk8mVBegGT4p6oKqw==", "requires": { "obsidian-dice-roller": "^8.13.12" }, diff --git a/package.json b/package.json index 3222233..b05685f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "initiative-tracker": "^12.3.0", "obsidian": "^1.1.1", "obsidian-dataview": "^0.4.21", - "obsidian-dice-roller": "^9.4.1", + "obsidian-dice-roller": "^10.0.0", "obsidian-leaflet": "^5.8.0" }, "description": "",