From 7ba4273e37e4adcb4c8293b0f01c72e2e486f6de Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Thu, 29 Sep 2022 13:18:48 -0400 Subject: [PATCH] dev 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 c0d5a5e8..978b8728 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@types/gulp-sass": "^5.0.0", "@types/http-errors": "^1.8.2", "@types/leaflet": "^1.8.0", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.0", "@types/node-windows": "^0.1.2", "@types/papaparse": "^5.3.5", "@types/session-file-store": "^1.2.2", @@ -70,7 +70,7 @@ "bulma-steps": "^2.2.1", "bulma-switch": "^2.0.4", "bulma-tooltip": "^3.0.2", - "cypress": "^10.8.0", + "cypress": "^10.9.0", "cypress-axe": "^1.0.0", "eslint": "^8.24.0", "eslint-plugin-import": "^2.26.0", @@ -1116,9 +1116,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz", + "integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==", "devOptional": true }, "node_modules/@types/ms": { @@ -3174,9 +3174,9 @@ } }, "node_modules/cypress": { - "version": "10.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.8.0.tgz", - "integrity": "sha512-QVse0dnLm018hgti2enKMVZR9qbIO488YGX06nH5j3Dg1isL38DwrBtyrax02CANU6y8F4EJUuyW6HJKw1jsFA==", + "version": "10.9.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.9.0.tgz", + "integrity": "sha512-MjIWrRpc+bQM9U4kSSdATZWZ2hUqHGFEQTF7dfeZRa4MnalMtc88FIE49USWP2ZVtfy5WPBcgfBX+YorFqGElA==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -13076,9 +13076,9 @@ "dev": true }, "@types/mocha": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz", - "integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.0.tgz", + "integrity": "sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==", "devOptional": true }, "@types/ms": { @@ -14641,9 +14641,9 @@ } }, "cypress": { - "version": "10.8.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.8.0.tgz", - "integrity": "sha512-QVse0dnLm018hgti2enKMVZR9qbIO488YGX06nH5j3Dg1isL38DwrBtyrax02CANU6y8F4EJUuyW6HJKw1jsFA==", + "version": "10.9.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.9.0.tgz", + "integrity": "sha512-MjIWrRpc+bQM9U4kSSdATZWZ2hUqHGFEQTF7dfeZRa4MnalMtc88FIE49USWP2ZVtfy5WPBcgfBX+YorFqGElA==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index 5aeebcdf..ea03ac90 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@types/gulp-sass": "^5.0.0", "@types/http-errors": "^1.8.2", "@types/leaflet": "^1.8.0", - "@types/mocha": "^9.1.1", + "@types/mocha": "^10.0.0", "@types/node-windows": "^0.1.2", "@types/papaparse": "^5.3.5", "@types/session-file-store": "^1.2.2", @@ -94,7 +94,7 @@ "bulma-steps": "^2.2.1", "bulma-switch": "^2.0.4", "bulma-tooltip": "^3.0.2", - "cypress": "^10.8.0", + "cypress": "^10.9.0", "cypress-axe": "^1.0.0", "eslint": "^8.24.0", "eslint-plugin-import": "^2.26.0",