From 3b643d15c75cd9dd489a7be0b79ec0961ad04d5d Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Mon, 23 Jan 2023 11:18:54 -0500 Subject: [PATCH] dependencies --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfd25512..1f258430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "csurf": "^1.11.0", "debug": "^4.3.4", "ejs": "^3.1.8", - "exit-hook": "^3.1.4", + "exit-hook": "^3.2.0", "express": "^4.18.2", "express-rate-limit": "^6.7.0", "express-session": "^1.17.3", @@ -80,7 +80,7 @@ "cypress": "^12.3.0", "cypress-axe": "^1.3.0", "eslint": "^8.32.0", - "eslint-config-standard-with-typescript": "^30.0.0", + "eslint-config-standard-with-typescript": "^31.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", @@ -4085,9 +4085,9 @@ } }, "node_modules/eslint-config-standard-with-typescript": { - "version": "30.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-30.0.0.tgz", - "integrity": "sha512-/Ltst1BCZCWrGmqprLHBkTwuAbcoQrR8uMeSzZAv1vHKIVg+2nFje+DULA30SW01yCNhnx0a8yhZBkR0ZZPp+w==", + "version": "31.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-31.0.0.tgz", + "integrity": "sha512-FLTrcJR62gPPPFwwverxwDTcQDb4HOCfDqmELZgNMSbh1M/Ui36X47a9ZANeo3iuPhMOfvrfuShChW9chdasnA==", "dev": true, "dependencies": { "@typescript-eslint/parser": "^5.0.0", @@ -4724,9 +4724,9 @@ } }, "node_modules/exit-hook": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-3.1.4.tgz", - "integrity": "sha512-uw2D+5uwXP7ZIs2O5D+q2lJ3cNmP0p6sxmjf1gBPhpAjbFWT0v4XNrv5JlmfL0ulIJnPnfJgX/Zf4V4D9oYC7A==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-3.2.0.tgz", + "integrity": "sha512-aIQN7Q04HGAV/I5BszisuHTZHXNoC23WtLkxdCLuYZMdWviRD0TMIt2bnUBi9MrHaF/hH8b3gwG9iaAUHKnJGA==", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -15852,9 +15852,9 @@ "requires": {} }, "eslint-config-standard-with-typescript": { - "version": "30.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-30.0.0.tgz", - "integrity": "sha512-/Ltst1BCZCWrGmqprLHBkTwuAbcoQrR8uMeSzZAv1vHKIVg+2nFje+DULA30SW01yCNhnx0a8yhZBkR0ZZPp+w==", + "version": "31.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-31.0.0.tgz", + "integrity": "sha512-FLTrcJR62gPPPFwwverxwDTcQDb4HOCfDqmELZgNMSbh1M/Ui36X47a9ZANeo3iuPhMOfvrfuShChW9chdasnA==", "dev": true, "requires": { "@typescript-eslint/parser": "^5.0.0", @@ -16245,9 +16245,9 @@ } }, "exit-hook": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-3.1.4.tgz", - "integrity": "sha512-uw2D+5uwXP7ZIs2O5D+q2lJ3cNmP0p6sxmjf1gBPhpAjbFWT0v4XNrv5JlmfL0ulIJnPnfJgX/Zf4V4D9oYC7A==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-3.2.0.tgz", + "integrity": "sha512-aIQN7Q04HGAV/I5BszisuHTZHXNoC23WtLkxdCLuYZMdWviRD0TMIt2bnUBi9MrHaF/hH8b3gwG9iaAUHKnJGA==" }, "expand-brackets": { "version": "2.1.4", diff --git a/package.json b/package.json index d5c9258e..9afe45f0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "csurf": "^1.11.0", "debug": "^4.3.4", "ejs": "^3.1.8", - "exit-hook": "^3.1.4", + "exit-hook": "^3.2.0", "express": "^4.18.2", "express-rate-limit": "^6.7.0", "express-session": "^1.17.3", @@ -104,7 +104,7 @@ "cypress": "^12.3.0", "cypress-axe": "^1.3.0", "eslint": "^8.32.0", - "eslint-config-standard-with-typescript": "^30.0.0", + "eslint-config-standard-with-typescript": "^31.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1",