From ce72d901d499d475d041afdc46218d09e37e76e3 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Thu, 9 Nov 2023 13:47:07 -0500 Subject: [PATCH] dependencies --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25cd399e..2ff5b2d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@fortawesome/fontawesome-free": "^5.15.4", "@shaggytools/nhtsa-api-wrapper": "^3.0.4", "activedirectory2": "^2.2.0", - "better-sqlite3": "^9.0.0", + "better-sqlite3": "^9.1.1", "compression": "^1.7.4", "cookie-parser": "^1.4.6", "cross-env": "^7.0.3", @@ -44,7 +44,7 @@ "@types/compression": "^1.7.5", "@types/cookie-parser": "^1.4.6", "@types/csurf": "^1.11.5", - "@types/debug": "^4.1.11", + "@types/debug": "^4.1.12", "@types/ejs": "^3.1.5", "@types/express": "^4.17.21", "@types/express-serve-static-core": "^4.17.41", @@ -66,7 +66,7 @@ "bulma-steps": "^2.2.1", "bulma-switch": "^2.0.4", "bulma-tooltip": "^3.0.2", - "cypress": "13.4.0", + "cypress": "13.5.0", "cypress-axe": "^1.5.0", "eslint": "^8.53.0", "eslint-config-cityssm": "^1.0.0", @@ -635,9 +635,9 @@ } }, "node_modules/@types/debug": { - "version": "4.1.11", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.11.tgz", - "integrity": "sha512-R2qflTjHDs4CL6D/6TkqBeIHr54WzZfIxN729xvCNlYIVp2LknlnCro5Yo3frNaX2E5gO9pZ3/QAPVdGmu+q9w==", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", "dev": true, "dependencies": { "@types/ms": "*" @@ -1909,9 +1909,9 @@ } }, "node_modules/better-sqlite3": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-9.0.0.tgz", - "integrity": "sha512-lDxQ9qg/XuUHZG6xzrQaMHkNWl37t35/LPB/VJGV8DdScSuGFNfFSqgscXEd8UIuyk/d9wU8iaMxQa4If5Wqog==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-9.1.1.tgz", + "integrity": "sha512-FhW7bS7cXwkB2SFnPJrSGPmQerVSCzwBgmQ1cIRcYKxLsyiKjljzCbyEqqhYXo5TTBqt5BISiBj2YE2Sy2ynaA==", "hasInstallScript": true, "dependencies": { "bindings": "^1.5.0", @@ -3016,9 +3016,9 @@ } }, "node_modules/cypress": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.4.0.tgz", - "integrity": "sha512-KeWNC9xSHG/ewZURVbaQsBQg2mOKw4XhjJZFKjWbEjgZCdxpPXLpJnfq5Jns1Gvnjp6AlnIfpZfWFlDgVKXdWQ==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", + "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 6eb21dd8..8e7e9aca 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@fortawesome/fontawesome-free": "^5.15.4", "@shaggytools/nhtsa-api-wrapper": "^3.0.4", "activedirectory2": "^2.2.0", - "better-sqlite3": "^9.0.0", + "better-sqlite3": "^9.1.1", "compression": "^1.7.4", "cookie-parser": "^1.4.6", "cross-env": "^7.0.3", @@ -61,7 +61,7 @@ "@types/compression": "^1.7.5", "@types/cookie-parser": "^1.4.6", "@types/csurf": "^1.11.5", - "@types/debug": "^4.1.11", + "@types/debug": "^4.1.12", "@types/ejs": "^3.1.5", "@types/express": "^4.17.21", "@types/express-serve-static-core": "^4.17.41", @@ -83,7 +83,7 @@ "bulma-steps": "^2.2.1", "bulma-switch": "^2.0.4", "bulma-tooltip": "^3.0.2", - "cypress": "13.4.0", + "cypress": "13.5.0", "cypress-axe": "^1.5.0", "eslint": "^8.53.0", "eslint-config-cityssm": "^1.0.0",