From b2381445eeb6cbeab7faacc8b9409809a7476109 Mon Sep 17 00:00:00 2001 From: Kouadio Fabrice Nguessan Date: Sun, 5 Jan 2025 03:14:45 +0000 Subject: [PATCH] chore: update copyright --- LICENSE | 2 +- package.json | 2 +- src/strategies/none.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 0fb1682..5edf3bf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2024 NodeSecure +Copyright (c) 2021-2025 NodeSecure Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 2acb767..1b22427 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "homepage": "https://github.com/NodeSecure/vulnera#readme", "devDependencies": { - "@openally/config.eslint": "^1.1.0", + "@openally/config.eslint": "^1.3.0", "@openally/config.typescript": "^1.0.3", "@slimio/is": "^2.0.0", "@types/node": "^22.1.0", diff --git a/src/strategies/none.ts b/src/strategies/none.ts index 6181611..e6395e2 100644 --- a/src/strategies/none.ts +++ b/src/strategies/none.ts @@ -11,6 +11,6 @@ export function NoneStrategy(): NoneStrategyDefinition { }; } -async function hydratePayloadDependencies(dependencies: any) { +async function hydratePayloadDependencies(_dependencies: any) { // Do nothing }