diff --git a/README.md b/README.md index c5185a4..ba26d3b 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,4 @@ If editing the Readme, please conform to the ## License -[MIT License](LICENSE.md) © 2023 Digital Credentials Consortium. +[MIT License](LICENSE.md) © 2023-2025 Digital Credentials Consortium. diff --git a/package.json b/package.json index c1d5bf0..855bcb2 100644 --- a/package.json +++ b/package.json @@ -23,18 +23,12 @@ "types": "dist/esm/index.d.ts", "dependencies": { }, - "resolutions": { - "@typescript-eslint/typescript-estree": "^6.1.6" - }, "devDependencies": { - "@types/chai": "^4.3.5", - "@types/mocha": "^10.0.1", - "@types/node": "^20.4.6", - "@typescript-eslint/eslint-plugin": "^5.0.0", - "@typescript-eslint/parser": "^5.0.0", + "@types/chai": "^5.0.1", + "@types/mocha": "^10.0.10", + "@types/node": "^22.10.7", "chai": "^4.3.7", "cross-env": "^7.0.3", - "eslint": "^8.46.0", "karma": "^6.4.2", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^3.2.0", @@ -43,7 +37,7 @@ "karma-sourcemap-loader": "^0.4.0", "karma-typescript": "^5.5.4", "mocha": "^10.2.0", - "rimraf": "^5.0.1", + "rimraf": "^6.0.1", "ts-node": "^10.9.1", "ts-standard": "^12.0.2", "typescript": "5.2.2" diff --git a/src/Example.ts b/src/Example.ts index c2a4980..ab5bf9d 100644 --- a/src/Example.ts +++ b/src/Example.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2023 Digital Credentials Consortium. All rights reserved. + * Copyright (c) 2025 Digital Credentials Consortium. All rights reserved. */ export class Example { public hello (): string { diff --git a/src/index.ts b/src/index.ts index 9d5f922..3f82ee2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ /*! - * Copyright (c) 2023 Digital Credentials Consortium. All rights reserved. + * Copyright (c) 2025 Digital Credentials Consortium. All rights reserved. */ export { Example } from './Example'