From d8bc9385c1b366e09834c27db0e5d15f86a1c4e8 Mon Sep 17 00:00:00 2001 From: Kai Koenig Date: Thu, 3 Sep 2026 17:02:10 +1200 Subject: [PATCH] chore: Release 0.0.9 --- CHANGELOG.md | 10 ++++++++++ example/package-lock.json | 8 ++++---- package-lock.json | 12 ++++++------ package.json | 4 ++-- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daff3e1..baaacca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.0.9 + +- Maintenance-only release; no public API or runtime behavior changes. +- Raised the Raygun4Node runtime dependency baseline to 2.2.9. +- Updated vulnerable development dependencies and upgraded `fast-uri` to 3.1.7 (#194, #195). +- Hardened npm CI with disabled dependency lifecycle scripts, runtime audits, registry signature verification, and known-malicious-version blocking (#197). +- Added clean installation, audit, and handler smoke checks for the example application (#197). +- Grouped routine patch and minor Dependabot updates on a monthly schedule with a seven-day cooldown; major and security updates remain separate (#196). +- Refreshed development tooling, including ESLint, TypeScript ESLint, and Node.js type definitions. + ## 0.0.8 - Maintenance-only release; no public API or runtime behavior changes. diff --git a/example/package-lock.json b/example/package-lock.json index 09de391..1a8d33d 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -13,16 +13,16 @@ }, "..": { "name": "@raygun.io/aws-lambda", - "version": "0.0.7", + "version": "0.0.9", "license": "MIT", "dependencies": { "@types/aws-lambda": "^8.10.160", - "raygun": "^2.2.4" + "raygun": "^2.2.9" }, "devDependencies": { "@eslint/js": "^10.0.1", "@stylistic/eslint-plugin": "^5.10.0", - "@types/node": "^25.3.0", + "@types/node": "^26.1.2", "eslint": "^10.1.0", "eslint-plugin-tsdoc": "^0.5.2", "express": "^5.2.1", @@ -30,7 +30,7 @@ "prettier": "^3.8.1", "tap": "^21.6.2", "ts-node": "^10.9.2", - "typescript": "^5.9.2", + "typescript": "^6.0.3", "typescript-eslint": "^8.58.0" } }, diff --git a/package-lock.json b/package-lock.json index e29a594..6b2964e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@raygun.io/aws-lambda", - "version": "0.0.8", + "version": "0.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@raygun.io/aws-lambda", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "dependencies": { "@types/aws-lambda": "^8.10.160", - "raygun": "^2.2.4" + "raygun": "^2.2.9" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -4983,9 +4983,9 @@ } }, "node_modules/raygun": { - "version": "2.2.8", - "resolved": "https://registry.npmjs.org/raygun/-/raygun-2.2.8.tgz", - "integrity": "sha512-kk0+1JtpXqOFNDgB7lhMYA7yKgTK3A88dwLvc0BPvjMSZu9FlaT5v3eS2G9BubdPXfWNKRfxyvJg2Qmwm9Kbrg==", + "version": "2.2.9", + "resolved": "https://registry.npmjs.org/raygun/-/raygun-2.2.9.tgz", + "integrity": "sha512-mGTe1NhDE0gdZE3fWZ7ao1Hbmauj5iMgNbH6BVBrTowxU3PpULi5VXJ3GbKjvtUzgeXjHm43HXuhGVrXLaHF4Q==", "dependencies": { "@types/express": "^5.0.0", "debug": "^4.3.4", diff --git a/package.json b/package.json index 777af67..6e0e87a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@raygun.io/aws-lambda", - "version": "0.0.8", + "version": "0.0.9", "description": "Raygun Crash Reporting for AWS Lambda functions", "main": "build/raygun.aws.js", "types": "build/raygun.aws.d.ts", @@ -35,7 +35,7 @@ }, "dependencies": { "@types/aws-lambda": "^8.10.160", - "raygun": "^2.2.4" + "raygun": "^2.2.9" }, "repository": { "type": "git",