diff --git a/.autod.conf.js b/.autod.conf.js index 01c406db87..17fdbcfafe 100644 --- a/.autod.conf.js +++ b/.autod.conf.js @@ -27,5 +27,9 @@ module.exports = { '@types/koa-router', '@types/urllib', ], + keep: [ + // circular-json > 0.5.5 will output some deprecate message, and we don't want to use flatted + 'circular-json', + ], test: 'scripts', }; diff --git a/package.json b/package.json index d9fd3d6523..b449e20a5e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "accepts": "^1.3.5", "agentkeepalive": "^3.5.1", "cache-content-type": "^1.0.1", - "circular-json": "^0.5.5", + "circular-json": "0.5.5", "cluster-client": "^2.1.1", "debug": "^4.0.1", "delegates": "^1.0.0",