dev dependencies

deepsource-autofix-76c6eb20
Dan Gowans 2022-09-29 13:18:48 -04:00
parent 5726e80010
commit 7ba4273e37
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View File

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

View File

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