diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5395d92..bbfcb5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0 + uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.1 with: license-check: true lint: true + node-versions: '["16", "18", "20", "22"]' diff --git a/.github/workflows/package-manager-ci.yml b/.github/workflows/package-manager-ci.yml index 113aad3..60b4e6a 100644 --- a/.github/workflows/package-manager-ci.yml +++ b/.github/workflows/package-manager-ci.yml @@ -17,4 +17,4 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v4.1.0 + uses: fastify/workflows/.github/workflows/plugins-ci-package-manager.yml@v4.2.1 diff --git a/README.md b/README.md index 130b078..5c73245 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Parse HTTP Content-Type header according to RFC 7231 [![NPM downloads](https://img.shields.io/npm/dm/fast-content-type-parse.svg?style=flat)](https://www.npmjs.com/package/fast-content-type-parse) [![Build Status](https://github.com/fastify/fast-content-type-parse/workflows/CI/badge.svg)](https://github.com/fastify/fast-content-type-parse/actions) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) -[![Security Responsible Disclosure](https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg)](https://github.com/nodejs/security-wg/blob/HEAD/processes/responsible_disclosure_template.md) +[![Security Responsible Disclosure](https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg)](https://github.com/fastify/.github/blob/main/SECURITY.md) diff --git a/package.json b/package.json index 6006217..9302e0d 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/fastify/fast-content-type-parse.git" + "url": "git+https://github.com/fastify/fast-content-type-parse.git" }, "devDependencies": { "@fastify/pre-commit": "^2.1.0", @@ -29,8 +29,8 @@ "busboy": "^1.6.0", "content-type": "^1.0.4", "standard": "^17.0.0", - "tap": "^18.7.1", - "tsd": "^0.30.7" + "tap": "^19.2.5", + "tsd": "^0.31.0" }, "pre-commit": [ "lint",