diff --git a/ide/package-lock.json b/ide/package-lock.json index b4a2bd4d..46564f87 100644 --- a/ide/package-lock.json +++ b/ide/package-lock.json @@ -8,9 +8,6 @@ "name": "messagefoundry", "version": "0.0.34", "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "js-yaml": "^4.3.1" - }, "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "^20.19.43", @@ -20,7 +17,7 @@ "esbuild": "^0.28.1", "glob": "^13.0.6", "jsdom": "^30.0.1", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "typescript": "^5.4.5" }, "engines": { @@ -1637,6 +1634,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true, "license": "Python-2.0" }, "node_modules/astral-regex": { @@ -3413,6 +3411,7 @@ "version": "4.3.1", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", + "dev": true, "funding": [ { "type": "github", @@ -3966,9 +3965,9 @@ "optional": true }, "node_modules/mocha": { - "version": "11.7.6", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", - "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.8.0.tgz", + "integrity": "sha512-VyCeUdGN3A9lmCTTgG4yuvY9ixxaDk+xt2R/7/+1AP6EqNG+G9OKkzBwhVtVYoNX8YsxNSgAl8mOv3IAeOpFbw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/ide/package.json b/ide/package.json index ef2f31a0..ec4938a7 100644 --- a/ide/package.json +++ b/ide/package.json @@ -830,7 +830,7 @@ "esbuild": "^0.28.1", "glob": "^13.0.6", "jsdom": "^30.0.1", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "typescript": "^5.4.5" }, "overrides": {