diff --git a/package-lock.json b/package-lock.json index 0ce27f4c..b65caf61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,8 +48,8 @@ "cpx": "^1.5.0", "eslint": "^9.20.1", "eslint-plugin-import": "2.31.0", - "eslint-plugin-jsdoc": "latest", - "eslint-plugin-prefer-arrow": "latest", + "eslint-plugin-jsdoc": "*", + "eslint-plugin-prefer-arrow": "*", "eslint-plugin-unused-imports": "^4.1.4", "istanbul-combine": "^0.3.0", "jasmine-core": "~5.1.2", @@ -10788,10 +10788,11 @@ "dev": true }, "node_modules/elliptic": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.6.tgz", - "integrity": "sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", "dev": true, + "license": "MIT", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0",