Skip to content

Commit

Permalink
Merge depandabot PRs (#22)
Browse files Browse the repository at this point in the history
* Bump node in /build/docker/quicktype

Bumps node from 12.22.9-buster-slim to 20.14.0-buster-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump node from 16.17.0-slim to 22.3.0-slim in /build/docker/quicktype

Bumps node from 16.17.0-slim to 22.3.0-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Lee Sungjin <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lee Sungjin <[email protected]>
  • Loading branch information
3 people authored Jul 5, 2024
1 parent 9c61781 commit 806088e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8-dev
0.0.8
2 changes: 1 addition & 1 deletion build/docker/quicktype/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM node:16.17.0-slim
FROM node:22.3.0-slim

RUN npm update -g
RUN npm install -g quicktype
Expand Down

0 comments on commit 806088e

Please sign in to comment.