From d872170d957be57d95796f9083f1702cd890c0b6 Mon Sep 17 00:00:00 2001
From: Justin Wind <justin.wind+git@gmail.com>
Date: Sun, 13 Mar 2022 13:24:50 -0700
Subject: [PATCH] update dependencies and devDependencies

---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 367fb03..b70dbc4 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
     "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.0",
     "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.3",
     "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.3",
-    "axios": "^0.26.0",
+    "axios": "^0.26.1",
     "feedparser": "^2.2.10",
     "htmlparser2": "^7.2.0",
     "iconv": "^3.0.1"
@@ -46,12 +46,12 @@
     "pg-promise": "^10.11.1"
   },
   "devDependencies": {
-    "eslint": "^8.10.0",
+    "eslint": "^8.11.0",
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-security": "^1.4.0",
     "eslint-plugin-sonarjs": "^0.12.0",
     "html-minifier-lint": "^2.0.0",
-    "mocha": "^9.2.1",
+    "mocha": "^9.2.2",
     "mocha-steps": "^1.3.0",
     "nyc": "^15.1.0",
     "pre-commit": "^1.2.2",
-- 
2.49.0