diff --git a/package.json b/package.json index 5c0348407a76..e8ee786f181f 100644 --- a/package.json +++ b/package.json @@ -329,7 +329,7 @@ "cookie": "^0.7.0", "cross-spawn": "^7.0.5", "d3-color": "^3.1.0", - "elliptic": "^6.6.0", + "elliptic": "^6.6.1", "debug": "^4.3.4", "follow-redirects": "^1.15.5", "jsdom": "^22.1.0", @@ -342,7 +342,20 @@ "unset-value": "2.0.1", "webpack-dev-middleware": "^5.3.4", "nanoid": "^3.3.8", - "path-to-regexp": "^0.1.12" + "path-to-regexp": "^0.1.12", + "handlebars": "^4.7.9", + "node-forge": "^1.4.0", + "pbkdf2": "^3.1.6", + "loader-utils": "^2.0.4", + "dompurify": "^2.5.9", + "form-data": "^4.0.6", + "minimatch": "^9.0.9", + "cipher-base": "^1.0.7", + "sha.js": "^2.4.12", + "picomatch": "^2.3.2", + "shell-quote": "^1.8.4", + "validator": "^13.15.35", + "yaml": "^2.9.0" }, "scripts": { "build": "yarn build:cljs && yarn build:js",