From e3ea7c7ef539c6ffe37c5fae7fa10c89e3fab963 Mon Sep 17 00:00:00 2001 From: Pagan Gazzard Date: Wed, 14 Feb 2024 16:36:22 +0000 Subject: [PATCH] Update dependencies Change-type: patch --- lib/index.ts | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/index.ts b/lib/index.ts index 61c4375..1cc7bac 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -578,7 +578,7 @@ export function getRegistryAndName(image: string): ImageNameParts { digest != null ? digest.match( /^[A-Za-z][A-Za-z0-9]*(?:[-_+.][A-Za-z][A-Za-z0-9]*)*:[0-9a-f-A-F]{32,}$/, - ) + ) : undefined; if (!imageName || (digest && !digestMatch)) { throw new Error( diff --git a/package.json b/package.json index 4a26382..b0ce9ba 100644 --- a/package.json +++ b/package.json @@ -32,21 +32,21 @@ "event-stream": "^4.0.1", "JSONStream": "^1.3.5", "randomstring": "^1.3.0", - "tar-stream": "^3.1.6" + "tar-stream": "^3.1.7" }, "devDependencies": { - "@balena/lint": "^7.2.4", + "@balena/lint": "^7.3.0", "@types/chai": "^4.3.11", "@types/dockerode": "^3.3.23", "@types/event-stream": "^4.0.5", "@types/mocha": "^10.0.6", "@types/randomstring": "^1.1.11", "@types/tar-stream": "^3.1.3", - "chai": "^4.3.10", - "mocha": "^10.2.0", + "chai": "^4.4.1", + "mocha": "^10.3.0", "rimraf": "^5.0.5", "ts-node": "^10.9.2", - "typedoc": "^0.25.4", + "typedoc": "^0.25.8", "typescript": "^5.3.3" }, "versionist": {