From 8133c4e3688e5d5ff17d0adb03d22bea36ec355d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:06:32 +0000 Subject: [PATCH] Bump checkly from 7.7.0 to 7.8.0 Bumps [checkly](https://github.com/checkly/checkly-cli) from 7.7.0 to 7.8.0. - [Release notes](https://github.com/checkly/checkly-cli/releases) - [Commits](https://github.com/checkly/checkly-cli/compare/7.7.0...7.8.0) --- updated-dependencies: - dependency-name: checkly dependency-version: 7.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2ea0e4..2d79c22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "iana-data-checkly", "version": "1.0.0", "devDependencies": { - "checkly": "7.7.0", + "checkly": "7.8.0", "jiti": "2.6.1", "typescript": "5.9.3" } @@ -1171,9 +1171,9 @@ "license": "MIT" }, "node_modules/checkly": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/checkly/-/checkly-7.7.0.tgz", - "integrity": "sha512-QpV6P7pR+BLDdbiFzMPmNSTjpyBphlZdKjEY3ykjs/oqXmmtqqtNP4xQ/jg6muB2F1zVzIK3e0iHenyHUhoEnw==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/checkly/-/checkly-7.8.0.tgz", + "integrity": "sha512-nI8PL76bGQmBPWv1Xb35K2WHNhcG1QceQhdnE+l0w05CLt11UZPIzhRcJmzl5C9qKum7VUV9d2rO7u1o1hS3Ow==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index e060a53..8b9c9e7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "checkly:deploy": "npx checkly deploy --config monitoring/checkly/checkly.config.ts" }, "devDependencies": { - "checkly": "7.7.0", + "checkly": "7.8.0", "jiti": "2.6.1", "typescript": "5.9.3" }