diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d9b42e..4d95792 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v3 diff --git a/LICENSE b/LICENSE index 4b292d6..2ff7260 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2016-2023 Evert Pot, https://evertpot.com/ +Copyright (c) 2016-2024 Evert Pot, https://evertpot.com/ 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/changelog.md b/changelog.md index 05e0317..0af5307 100644 --- a/changelog.md +++ b/changelog.md @@ -37,6 +37,12 @@ ChangeLog * Upgrade to Typescript 5 +7.5.2 (2024-09-19) +------------------ + +* Updating dependencies. + + 7.5.1 (2022-09-03) ------------------ diff --git a/package-lock.json b/package-lock.json index 9980026..82c4d35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2682,20 +2682,6 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, "node_modules/function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",