From 0699d06c40aacae8cdbea482b6593852e7abf7f2 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Thu, 8 Aug 2024 11:02:00 +0530 Subject: [PATCH] fix: pin strtok3 version --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 59a965d1..a10e4ef4 100644 --- a/package.json +++ b/package.json @@ -138,6 +138,9 @@ "bugs": { "url": "https://github.com/adonisjs/lucid/issues" }, + "overrides": { + "strtok3": "8.0.1" + }, "eslintConfig": { "extends": "@adonisjs/eslint-config/package" },