From 78015e13642991691b94c32aa23d054bfb5588ea Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 11 Jun 2025 18:09:59 -0700 Subject: [PATCH] build(deps-dev): bump package eslint-plugin-n from 17.18.0 to `17.19.0` --- tvapp2/package-lock.json | 35 ++++++++++++++++++++++++++++++----- tvapp2/package.json | 2 +- 2 files changed, 31 insertions(+), 6 deletions(-) diff --git a/tvapp2/package-lock.json b/tvapp2/package-lock.json index b00dd465..635ac99d 100755 --- a/tvapp2/package-lock.json +++ b/tvapp2/package-lock.json @@ -29,7 +29,7 @@ "eslint": "^9.28.0", "eslint-plugin-chai-friendly": "^1.0.1", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-n": "^17.18.0", + "eslint-plugin-n": "^17.19.0", "eslint-plugin-promise": "^7.2.1", "uuid": "^11.1.0" }, @@ -1757,20 +1757,22 @@ } }, "node_modules/eslint-plugin-n": { - "version": "17.18.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.18.0.tgz", - "integrity": "sha512-hvZ/HusueqTJ7VDLoCpjN0hx4N4+jHIWTXD4TMLHy9F23XkDagR9v+xQWRWR57yY55GPF8NnD4ox9iGTxirY8A==", + "version": "17.19.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.19.0.tgz", + "integrity": "sha512-qxn1NaDHtizbhVAPpbMT8wWFaLtPnwhfN/e+chdu2i6Vgzmo/tGM62tcJ1Hf7J5Ie4dhse3DOPMmDxduzfifzw==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.5.0", + "@typescript-eslint/utils": "^8.26.1", "enhanced-resolve": "^5.17.1", "eslint-plugin-es-x": "^7.8.0", "get-tsconfig": "^4.8.1", "globals": "^15.11.0", "ignore": "^5.3.2", "minimatch": "^9.0.5", - "semver": "^7.6.3" + "semver": "^7.6.3", + "ts-declaration-location": "^1.0.6" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -4720,6 +4722,29 @@ "typescript": ">=4.8.4" } }, + "node_modules/ts-declaration-location": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/ts-declaration-location/-/ts-declaration-location-1.0.7.tgz", + "integrity": "sha512-EDyGAwH1gO0Ausm9gV6T2nUvBgXT5kGoCMJPllOaooZ+4VvJiKBdZE7wK18N1deEowhcUptS+5GXZK8U/fvpwA==", + "dev": true, + "funding": [ + { + "type": "ko-fi", + "url": "https://ko-fi.com/rebeccastevens" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/ts-declaration-location" + } + ], + "license": "BSD-3-Clause", + "dependencies": { + "picomatch": "^4.0.2" + }, + "peerDependencies": { + "typescript": ">=4.0.0" + } + }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", diff --git a/tvapp2/package.json b/tvapp2/package.json index fe16bc89..5a342bae 100755 --- a/tvapp2/package.json +++ b/tvapp2/package.json @@ -93,7 +93,7 @@ "eslint": "^9.28.0", "eslint-plugin-chai-friendly": "^1.0.1", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-n": "^17.18.0", + "eslint-plugin-n": "^17.19.0", "eslint-plugin-promise": "^7.2.1", "@stylistic/eslint-plugin": "^4.4.1" },