From 30e228074b945778b5e5c12e9e9890cd70fcd86e Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Sun, 13 Mar 2022 14:35:54 -0700 Subject: [PATCH] update dependencies and devDependencies --- package-lock.json | 36 ++++++++++++++++++------------------ package.json | 8 ++++---- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9589901..7a9e6f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -474,34 +474,34 @@ "dev": true }, "@squeep/api-dingus": { - "version": "git+https://git.squeep.com/squeep-api-dingus/#0ebfbe2181ce363e13d8b6fd10c9703897d5306f", - "from": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.4", + "version": "git+https://git.squeep.com/squeep-api-dingus/#12568946a94e853c3c16974d57dd34de1ad3877c", + "from": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5", "requires": { "mime-db": "^1.51.0", "uuid": "^8.3.2" } }, "@squeep/html-template-helper": { - "version": "git+https://git.squeep.com/squeep-html-template-helper#5506e8de3b9c93e2ec2d37d71134eee8ee5fd27c", - "from": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.2" + "version": "git+https://git.squeep.com/squeep-html-template-helper#f8d8a0142eaf713a9258c4f5738cdcb6b6e5c7bd", + "from": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.4" }, "@squeep/indieauth-helper": { - "version": "git+https://git.squeep.com/squeep-indieauth-helper/#7ece3489799b5349e22e95e3bd9fe7a30a985ebf", - "from": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.0", + "version": "git+https://git.squeep.com/squeep-indieauth-helper/#f26fc3563484621523dd4d8a8efdc0e020ab6943", + "from": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.1", "requires": { - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.3", - "axios": "^0.26.0", + "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.4", + "axios": "^0.26.1", "iconv": "^3.0.1", "microformats-parser": "^1.4.1" } }, "@squeep/mystery-box": { - "version": "git+https://git.squeep.com/squeep-mystery-box/#22091e8c1fd175c17031c6237e6a166271edffd1", - "from": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.3" + "version": "git+https://git.squeep.com/squeep-mystery-box/#c47d2327a3a642792e9521677cd5f551e9aa7bfb", + "from": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.4" }, "@squeep/web-linking": { - "version": "git+https://git.squeep.com/squeep-web-linking/#a09659d26192d35e11461a7776f4f76c2e211576", - "from": "git+https://git.squeep.com/squeep-web-linking/#v1.0.3" + "version": "git+https://git.squeep.com/squeep-web-linking/#9a786b67a16416996df95b63c1a295dae98cf663", + "from": "git+https://git.squeep.com/squeep-web-linking/#v1.0.4" }, "@ungap/promise-all-settled": { "version": "1.1.2", @@ -637,9 +637,9 @@ "dev": true }, "axios": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.26.0.tgz", - "integrity": "sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==", + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz", + "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", "requires": { "follow-redirects": "^1.14.8" } @@ -1896,9 +1896,9 @@ } }, "mime-db": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", - "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==" + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" }, "minimatch": { "version": "3.0.4", diff --git a/package.json b/package.json index d356144..6b19e36 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.4", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.2", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.0", - "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.3" + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.4", + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.1", + "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.4" }, "optionalDependencies": { "argon2": "^0.28.4", -- 2.43.2