diff --git a/package-lock.json b/package-lock.json index 0b68bf311d..b2d30e5ddb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "devDependencies": { "@imgix/js-core": "^3.8.0", "@octokit/graphql": "^6.0.1", - "@types/benchmark": "^2.1.4", + "@types/benchmark": "^2.1.5", "@types/jest": "^29.5.7", "@types/jsdom": "^21.1.4", "@types/node": "^20.8.10", @@ -1498,9 +1498,9 @@ } }, "node_modules/@types/benchmark": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@types/benchmark/-/benchmark-2.1.4.tgz", - "integrity": "sha512-rVCCileCU5NhP9Ix1e03sIn4gd0mpjh7VNULVQAxzF+9vddk6A5QAHzp2h5kXH8pkv1Ow45fUf3QP3wOEiISvA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@types/benchmark/-/benchmark-2.1.5.tgz", + "integrity": "sha512-cKio2eFB3v7qmKcvIHLUMw/dIx/8bhWPuzpzRT4unCPRTD8VdA9Zb0afxpcxOqR4PixRS7yT42FqGS8BYL8g1w==", "dev": true }, "node_modules/@types/debug": { @@ -8954,9 +8954,9 @@ } }, "@types/benchmark": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@types/benchmark/-/benchmark-2.1.4.tgz", - "integrity": "sha512-rVCCileCU5NhP9Ix1e03sIn4gd0mpjh7VNULVQAxzF+9vddk6A5QAHzp2h5kXH8pkv1Ow45fUf3QP3wOEiISvA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@types/benchmark/-/benchmark-2.1.5.tgz", + "integrity": "sha512-cKio2eFB3v7qmKcvIHLUMw/dIx/8bhWPuzpzRT4unCPRTD8VdA9Zb0afxpcxOqR4PixRS7yT42FqGS8BYL8g1w==", "dev": true }, "@types/debug": { diff --git a/package.json b/package.json index 1225f0c3f9..4c40f37134 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "devDependencies": { "@imgix/js-core": "^3.8.0", "@octokit/graphql": "^6.0.1", - "@types/benchmark": "^2.1.4", + "@types/benchmark": "^2.1.5", "@types/jest": "^29.5.7", "@types/jsdom": "^21.1.4", "@types/node": "^20.8.10",