diff --git a/package-lock.json b/package-lock.json index 4c371d57..1f9b6678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,13 +68,13 @@ "@types/gulp-sass": "^5.0.4", "@types/http-errors": "^2.0.4", "@types/leaflet": "^1.9.12", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.7", "@types/mssql": "^9.1.5", "@types/node-windows": "^0.1.6", "@types/papaparse": "^5.3.14", "@types/randomcolor": "^0.5.9", "@types/session-file-store": "^1.2.5", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "axe-core": "^4.9.1", "bulma": "^0.9.4", "bulma-divider": "^0.2.0", @@ -1345,9 +1345,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", - "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", + "version": "10.0.7", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", + "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", "devOptional": true }, "node_modules/@types/ms": { @@ -1492,9 +1492,9 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", - "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", "dev": true }, "node_modules/@types/vinyl": { diff --git a/package.json b/package.json index 3f1e1850..46c9ad99 100644 --- a/package.json +++ b/package.json @@ -92,13 +92,13 @@ "@types/gulp-sass": "^5.0.4", "@types/http-errors": "^2.0.4", "@types/leaflet": "^1.9.12", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.7", "@types/mssql": "^9.1.5", "@types/node-windows": "^0.1.6", "@types/papaparse": "^5.3.14", "@types/randomcolor": "^0.5.9", "@types/session-file-store": "^1.2.5", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "axe-core": "^4.9.1", "bulma": "^0.9.4", "bulma-divider": "^0.2.0",