Skip to content

Commit

Permalink
Allow most printable ASCII chars for object label key
Browse files Browse the repository at this point in the history
Implemented as a balena-compose dependency update. Includes pinning
dockerode due to a regression in v3.3.4.

Change-type: patch
Signed-off-by: Ken Bannister <[email protected]>
  • Loading branch information
kb2ma authored and ab77 committed Nov 11, 2022
1 parent 3bb0036 commit 975df40
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 50 deletions.
85 changes: 38 additions & 47 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"@types/chai-as-promised": "^7.1.4",
"@types/cli-truncate": "^2.0.0",
"@types/common-tags": "^1.8.1",
"@types/dockerode": "^3.3.9",
"@types/dockerode": "^3.3.11",
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
Expand Down Expand Up @@ -193,7 +193,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@balena/compose": "^2.1.1",
"@balena/compose": "^2.1.2",
"@balena/dockerignore": "^1.0.2",
"@balena/es-version": "^1.0.1",
"@oclif/command": "^1.8.16",
Expand Down Expand Up @@ -225,7 +225,7 @@
"denymount": "^2.3.0",
"docker-modem": "3.0.0",
"docker-progress": "^5.1.3",
"dockerode": "^3.3.1",
"dockerode": "3.3.3",
"ejs": "^3.1.6",
"etcher-sdk": "^6.2.1",
"event-stream": "3.3.4",
Expand Down

0 comments on commit 975df40

Please sign in to comment.