diff --git a/benchmarks/suite.js b/benchmarks/suite.js index 14e4d9b..104798b 100644 --- a/benchmarks/suite.js +++ b/benchmarks/suite.js @@ -1,6 +1,6 @@ 'use strict' -const util = require('util') +const util = require('node:util') const contentType = require('content-type') const fastContentTypeParser = require('..') const Benchmark = require('benchmark')