diff --git a/api/package-lock.json b/api/package-lock.json index e186e105..7ed5058d 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -7,7 +7,7 @@ "name": "secureshellops", "license": "Apache-2.0", "dependencies": { - "@fortawesome/fontawesome-free": "latest", + "@fortawesome/fontawesome-free": "*", "@fullcalendar/core": "^6.1.12", "@fullcalendar/daygrid": "^6.1.12", "@fullcalendar/interaction": "^6.1.12", @@ -17,7 +17,7 @@ "@stomp/stompjs": "^7.0.0", "backbone": "^1.6.0", "bootstrap": "^5.3.1", - "bootstrap5-tags": "latest", + "bootstrap5-tags": "*", "browserify": "^17.0.1", "chart.js": "^4.4.6", "datatables": "^1.10.18", @@ -26,7 +26,7 @@ "gridstack": "^11.0.1", "jointjs": "^3.7.7", "jquery": "^3.7.0", - "jquery-cron": "latest", + "jquery-cron": "*", "jquery-ui": "^1.13.2", "lodash": "^4.17.21", "rrule": "^2.8.1", @@ -895,9 +895,10 @@ } }, "node_modules/elliptic": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", - "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", + "license": "MIT", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -3960,9 +3961,9 @@ } }, "elliptic": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", - "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", "requires": { "bn.js": "^4.11.9", "brorand": "^1.1.0",