update dependencies
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 19 Sep 2022 17:37:05 +0000 (10:37 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 19 Sep 2022 17:37:05 +0000 (10:37 -0700)
package-lock.json
package.json

index c14db03e6b6e5dd7863273ad2c6d7f6740133fed..18cf90be34f6e1e6acf9d8b1ddb03706fa4c4743 100644 (file)
@@ -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",
       }
     },
     "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"
       },
       }
     },
     "@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"
       }
index 81da31cd7036a029a1f4edb60b6c5dadb0192295..5dad4462898ba5dd0e18a4428c7dd1cf6fcfd5e0 100644 (file)
@@ -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",