diff --git a/.mocharc.json b/.mocharc.json deleted file mode 100644 index b5a2bff..0000000 --- a/.mocharc.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extension": ["ts"], - "node-option": ["experimental-specifier-resolution=node", "loader=ts-node/esm", "no-warnings"], - "spec": ["**/*.spec.ts"], - "timeout": 5000 -} \ No newline at end of file diff --git a/LICENSE b/LICENSE index ae177e5..c98e4f9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 NodeSecure +Copyright (c) 2021-2024 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 1397fc2..9fb2565 100644 --- a/package.json +++ b/package.json @@ -61,20 +61,16 @@ }, "devDependencies": { "@nodesecure/eslint-config": "^1.9.0", - "@types/chai": "^4.3.11", "@types/lodash.set": "^4.3.9", - "@types/mocha": "^10.0.6", "@types/mock-fs": "^4.13.4", "@types/node": "^20.11.5", "@types/pluralize": "^0.0.33", "@types/sade": "^1.7.8", - "chai": "^5.0.0", "cross-env": "^7.0.3", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-prettier": "^5.1.3", - "mocha": "^10.2.0", "mock-fs": "^5.2.0", "prettier": "^3.2.4", "rimraf": "^5.0.5", @@ -87,6 +83,7 @@ "@nodesecure/rc": "^1.5.0", "@nodesecure/scanner": "^5.3.0", "@nodesecure/vulnera": "^1.8.0", + "@openally/result": "^1.2.0", "@slimio/async-cli-spinner": "^0.5.2", "ajv": "^8.12.0", "glob": "^10.3.10", @@ -97,7 +94,6 @@ "sade": "^1.8.1", "table": "^6.8.1", "ts-pattern": "^5.0.6", - "@openally/result": "^1.2.0", "tsx": "^4.7.0" } }