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" }