Skip to content

Commit f85f2e2

Browse files
authored
chore(Deps): Updated dependencies to remove vulnerabilities (#75)
1 parent 297710a commit f85f2e2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.5.8] — 2026-01-27
6+
7+
### Changed
8+
9+
- Dependencies update and api-key text removal
10+
11+
### Changed
12+
13+
- Refactoring and dependencies update
14+
515
## [0.5.7] — 2025-10-17
616

717
### Changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IMAGE?=localstack/localstack-docker-desktop
2-
TAG?=0.5.7
2+
TAG?=0.5.8
33

44
BUILDER=buildx-multi-arch
55

@@ -8,7 +8,7 @@ NO_COLOR = \033[m
88

99
build-extension: ## Build service image to be deployed as a desktop extension
1010
ls binaries/linux/localstack-* > /dev/null 2>&1 || ./downloadBinaries.sh
11-
docker build --tag=$(IMAGE):$(TAG) .
11+
docker build --tag=$(IMAGE):$(TAG) .
1212

1313
install-extension: build-extension ## Install the extension
1414
docker extension install $(IMAGE):$(TAG)

0 commit comments

Comments
 (0)