From 6c8492d977a907a353e2efc93b93fde03ac40d88 Mon Sep 17 00:00:00 2001 From: Eric King Date: Sun, 10 May 2026 09:10:01 -0500 Subject: [PATCH 1/3] ci: added `permissions` --- .github/workflows/node.js.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4ef7b06..4fef044 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -6,6 +6,12 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +env: + HUSKY: 0 + +permissions: + contents: read # for checkout + jobs: ci: name: Continuous Integration From 5af8bc67e4b6b61f8afad7786025f9206e0a357d Mon Sep 17 00:00:00 2001 From: Eric King Date: Sun, 10 May 2026 09:10:51 -0500 Subject: [PATCH 2/3] docs(security): added security policy --- SECURITY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..80b1259 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +### `v0.x.x` + +Until `v1+`, only the latest version is supported. + +### `v1.x.x+` + +Only the last two major versions are supported. From 2c2871a61b9b4c117c09602776143a76ac669f6c Mon Sep 17 00:00:00 2001 From: Eric King Date: Sun, 10 May 2026 09:11:29 -0500 Subject: [PATCH 3/3] chore(deps-dev): updated dev dependencies --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 64af90b..0264c38 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "husky": "^9.1.7", - "lint-staged": "^17.0.2", + "lint-staged": "^17.0.3", "prettier": "^3.8.3", "rimraf": "^6.1.3", "semantic-release": "^25.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b809d0..f9a268f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,8 +52,8 @@ importers: specifier: ^9.1.7 version: 9.1.7 lint-staged: - specifier: ^17.0.2 - version: 17.0.2 + specifier: ^17.0.3 + version: 17.0.3 prettier: specifier: ^3.8.3 version: 3.8.3 @@ -2273,8 +2273,8 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - lint-staged@17.0.2: - resolution: {integrity: sha512-Rbr6rdmbCn1fIDHBZpn0madg0hEkdlh+QwajnL3Qq0ZUq/icAJfLGj9BVBajAXi7657ZzKQ7kobGP9S5XOHYRw==} + lint-staged@17.0.3: + resolution: {integrity: sha512-wnvMRhzC3GNpjixxleiG+pAW09dHTUgBCjMS7XouAg5E7wKUc8YdfogpF7zIgvXKDbH+452O6+XpnKm6V67rPw==} engines: {node: '>=22.22.1'} hasBin: true @@ -5953,7 +5953,7 @@ snapshots: lines-and-columns@1.2.4: {} - lint-staged@17.0.2: + lint-staged@17.0.3: dependencies: listr2: 10.2.1 picomatch: 4.0.4