Skip to content

Commit

Permalink
Merge pull request #56 from balena-io-modules/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Page- authored Feb 14, 2024
2 parents 30a9d9a + e3ea7c7 commit e79d174
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e79d174

Please sign in to comment.