Skip to content

Commit aa8eb3b

Browse files
author
Lars Maier
authored
Merge pull request #306 from arangodb/vulnerabilities
Updated packages containing vulnerabilities
2 parents 24710f2 + d0f1c6e commit aa8eb3b

File tree

4 files changed

+12624
-8559
lines changed

4 files changed

+12624
-8559
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ifdef VERBOSE
9999
endif
100100

101101
SOURCES := $(shell find $(SRCDIR) -name '*.go' -not -path './test/*')
102-
DASHBOARDSOURCES := $(shell find $(DASHBOARDDIR)/src -name '*.js' -not -path './test/*')
102+
DASHBOARDSOURCES := $(shell find $(DASHBOARDDIR)/src -name '*.js' -not -path './test/*') $(DASHBOARDDIR)/package.json
103103

104104
.PHONY: all
105105
all: verify-generated build

dashboard/assets.go

Lines changed: 82 additions & 52 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)