diff --git a/components/frontend_react/webapp/package-lock.json b/components/frontend_react/webapp/package-lock.json index 61ec5a62..2a086f19 100644 --- a/components/frontend_react/webapp/package-lock.json +++ b/components/frontend_react/webapp/package-lock.json @@ -75,7 +75,7 @@ "react-test-renderer": "^18.2.0", "ts-jest": "^29.1.1", "ts-jest-mock-import-meta": "^1.1.0", - "ts-node": "latest", + "ts-node": "*", "tsx": "^3.13.0", "typescript": "^5.2.2", "unocss-preset-daisy": "^7.0.0", @@ -14046,9 +14046,10 @@ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" }, "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", + "license": "MIT", "engines": { "node": ">=8.6" },