Skip to content

Commit 508c0ae

Browse files
chore: Release 2.2.5 (#479)
* chore: regenerate lockfiles to resolve transitive vulnerabilities * chore: Release 2.2.5
1 parent 7cb494b commit 508c0ae

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 2.2.5
4+
5+
- fix: update stale example lockfiles to resolve tar vulnerability (CVE in tar <7.5.8) (#468) (2026-02-22)
6+
- fix: update minimatch in example lock files to resolve ReDoS vulnerabilities (2026-02-28)
7+
- chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 (#469) (2026-02-28)
8+
- chore(deps-dev): bump @types/node from 25.1.0 to 25.3.3 (#471) (2026-03-02)
9+
- chore(deps-dev): bump semver from 7.7.3 to 7.7.4 (#472) (2026-03-02)
10+
- chore(deps-dev): bump eslint-plugin-tsdoc from 0.5.0 to 0.5.2 (#474) (2026-03-02)
11+
- chore(deps): bump config from 4.2.0 to 4.4.1 in /examples/express-sample (#476) (2026-03-02)
12+
- chore(deps): bump config from 4.2.0 to 4.4.1 in /examples/using-domains (#477) (2026-03-02)
13+
- chore: regenerate lockfiles to resolve transitive vulnerabilities (#478) (2026-03-02)
14+
315
## 2.2.4
416

517
- chore(deps-dev): bump tar from 7.5.7 to 7.5.9 (#466) (2026-02-20)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "raygun",
33
"description": "Raygun package for Node.js, written in TypeScript",
4-
"version": "2.2.4",
4+
"version": "2.2.5",
55
"homepage": "https://github.com/MindscapeHQ/raygun4node",
66
"author": {
77
"name": "Raygun",

0 commit comments

Comments
 (0)