build(deps-dev): Bump eslint-plugin-jsdoc from 46.8.1 to 46.8.2
[benchmarks-js.git] / random.mjs
index d59c81359809a995111ba10bab27ef4874a8bd8b..2fff08e61c29e0c8d51161236b395d62fd34420e 100644 (file)
@@ -1,4 +1,4 @@
-import crypto from 'crypto'
+import crypto from 'node:crypto'
 import Benchmark from 'benny'
 import {
   secureRandom,
@@ -100,6 +100,6 @@ Benchmark.suite(
     format: 'table.html',
     details: true
   })
-).catch((err) => {
+).catch(err => {
   console.error(err)
 })