Deps
📦 Publish Docker Container / build (push) Successful in 23s Details
--> Linted: DOCKERFILE_HADOLINT No errors were found in the linting process Details
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITHUB_ACTIONS No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: JSON No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
🎨 Lint / lint (push) Successful in 1m31s Details

This commit is contained in:
Chase 2024-04-03 23:36:09 -05:00
parent 9171efb6d6
commit c636d8a470
Signed by: chase
GPG Key ID: 9EC29E797878008C
2 changed files with 1888 additions and 837 deletions

2711
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,14 +26,14 @@
},
"homepage": "https://git.chse.dev/chase/lidarr-true-singles#readme",
"dependencies": {
"dotenv": "16.0.3",
"node-fetch": "3.3.1"
"dotenv": "16.4.5",
"node-fetch": "3.3.2"
},
"devDependencies": {
"eslint": "8.39.0",
"eslint-config-chase": "1.0.8",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "43.0.7",
"eslint-plugin-unicorn": "46.0.0"
"eslint": "8.57.0",
"eslint-config-chase": "1.0.11",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.2",
"eslint-plugin-unicorn": "52.0.0"
}
}