Skip to content

Commit

Permalink
chore: update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnguess committed Jan 6, 2025
1 parent 8d0e663 commit b238144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/strategies/none.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export function NoneStrategy(): NoneStrategyDefinition {
};
}

async function hydratePayloadDependencies(dependencies: any) {
async function hydratePayloadDependencies(_dependencies: any) {
// Do nothing
}

0 comments on commit b238144

Please sign in to comment.