dependencies

deepsource-autofix-76c6eb20
Dan Gowans 2023-01-23 11:18:54 -05:00
parent 0a0af43983
commit 3b643d15c7
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View File

@ -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",

View File

@ -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",