diff --git a/package-lock.json b/package-lock.json index 11592f9f..ae159f09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "@typescript-eslint/parser": "^7.2.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.25.2", - "eslint-plugin-prefer-arrow": "1.2.2", + "eslint-plugin-prefer-arrow": "1.2.3", "jasmine-core": "4.0.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~6.4.0", @@ -10520,7 +10520,6 @@ "version": "0.1.13", "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -11115,9 +11114,9 @@ } }, "node_modules/eslint-plugin-prefer-arrow": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.2.tgz", - "integrity": "sha512-C8YMhL+r8RMeMdYAw/rQtE6xNdMulj+zGWud/qIGnlmomiPRaLDGLMeskZ3alN6uMBojmooRimtdrXebLN4svQ==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz", + "integrity": "sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==", "dev": true, "license": "MIT", "peerDependencies": { @@ -20410,6 +20409,17 @@ "base64-arraybuffer": "^1.0.2" } }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).", + "license": "MIT", + "peer": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/uvu": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz", diff --git a/package.json b/package.json index 0eba2365..06a9701d 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "@typescript-eslint/parser": "^7.2.0", "eslint": "^8.57.0", "eslint-plugin-import": "^2.25.2", - "eslint-plugin-prefer-arrow": "1.2.2", + "eslint-plugin-prefer-arrow": "1.2.3", "jasmine-core": "4.0.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~6.4.0",