From e32efd7d74e84a362787a85087a688debf22243e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= <hey@gurgun.day>
Date: Mon, 24 Jun 2024 17:27:00 +0300
Subject: [PATCH] workflows: update and pin node versions (#31)

* chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 (#24)

Bumps [tsd](https://github.com/tsdjs/tsd) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](https://github.com/tsdjs/tsd/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs(readme): repoint disclosure badge to fastify security policy (#25)

* chore(package): fix repository url (#26)

Signed-off-by: Frazer Smith <frazer.dev@outlook.com>

* chore(.gitignore): add .tap/ dir (#27)

* chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#30)

Bumps [tsd](https://github.com/tsdjs/tsd) from 0.30.7 to 0.31.0.
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](https://github.com/tsdjs/tsd/compare/v0.30.7...v0.31.0)

---
updated-dependencies:
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update workflow and pin node versions

* update ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Frazer Smith <frazer.dev@outlook.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
---
 .github/workflows/ci.yml                 | 3 ++-
 .github/workflows/package-manager-ci.yml | 2 +-
 README.md                                | 2 +-
 package.json                             | 6 +++---
 4 files changed, 7 insertions(+), 6 deletions(-)

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)
 
 </div>
 
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",