diff --git a/package-lock.json b/package-lock.json index 0a058d4..0d1ac29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/github": "^5.1.1", "@octokit/webhooks": "^12.0.3", "simple-git": "^3.21.0", - "sizeup-core": "^0.5.6", + "sizeup-core": "^0.5.7", "yaml": "^2.3.2" }, "devDependencies": { @@ -8036,9 +8036,10 @@ "dev": true }, "node_modules/sizeup-core": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/sizeup-core/-/sizeup-core-0.5.6.tgz", - "integrity": "sha512-mpgoJH1H9XNN8hKnlLKa+q5oV/4oRyIhmeGv1v1YiWZXa9bOlYyolQP/dA2OKr4eHMJ0FVc/yyCYwJtwXKwNMw==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/sizeup-core/-/sizeup-core-0.5.7.tgz", + "integrity": "sha512-03eV2Urr7MfeFxrIE4fz9KWEVoYWdIDXJMK9F7ITaRaMydSGZ6x2/LmdxhNAI9rVO99Uz9W3oNidnWrfpGVKEQ==", + "license": "MIT", "dependencies": { "minimatch": "^9.0.3", "parse-diff": "^0.11.1", diff --git a/package.json b/package.json index a151216..f46f430 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@actions/github": "^5.1.1", "@octokit/webhooks": "^12.0.3", "simple-git": "^3.21.0", - "sizeup-core": "^0.5.6", + "sizeup-core": "^0.5.7", "yaml": "^2.3.2" }, "devDependencies": {