From 5028bec16711c1306859abcdb005051e79fb3768 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Mon, 19 Sep 2022 10:37:05 -0700 Subject: [PATCH] update dependencies --- 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 c14db03..18cf90b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8", "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.3.0", "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.5", - "@squeep/mystery-box": "^1.1.1" + "@squeep/mystery-box": "^1.2.0" }, "devDependencies": { "eslint": "^8.23.1", @@ -773,9 +773,9 @@ } }, "node_modules/@squeep/mystery-box": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@squeep/mystery-box/-/mystery-box-1.1.1.tgz", - "integrity": "sha512-oFRYqyuu5VQaEQ6f6Gb2uS2WRA4R0qNXFVD4vLsL/He1Mk4uIV28RaDM3pYO/foZq178uJSa6JeT8eji2K/BUQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@squeep/mystery-box/-/mystery-box-1.2.0.tgz", + "integrity": "sha512-HYxsF+mv2yrOsgQO2am2i07SRgp5L4o0CySmlM3rIsVWJXlywVPGk9xZFpKtk49BXCGxopWfvtPhpM8U0roaRg==", "dependencies": { "@squeep/base64url": "^1.0.5" }, @@ -5039,9 +5039,9 @@ } }, "@squeep/mystery-box": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@squeep/mystery-box/-/mystery-box-1.1.1.tgz", - "integrity": "sha512-oFRYqyuu5VQaEQ6f6Gb2uS2WRA4R0qNXFVD4vLsL/He1Mk4uIV28RaDM3pYO/foZq178uJSa6JeT8eji2K/BUQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@squeep/mystery-box/-/mystery-box-1.2.0.tgz", + "integrity": "sha512-HYxsF+mv2yrOsgQO2am2i07SRgp5L4o0CySmlM3rIsVWJXlywVPGk9xZFpKtk49BXCGxopWfvtPhpM8U0roaRg==", "requires": { "@squeep/base64url": "^1.0.5" } diff --git a/package.json b/package.json index 81da31c..5dad446 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8", "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.3.0", "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.5", - "@squeep/mystery-box": "^1.1.1" + "@squeep/mystery-box": "^1.2.0" }, "optionalDependencies": { "argon2": "^0.29.1", -- 2.43.2