Skip to content

Commit

Permalink
chore: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
rorlic committed Apr 17, 2023
1 parent 35c18b8 commit fd26992
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 33 deletions.
9 changes: 7 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
node_modules
dist
.github
coverage
data
dist
node_modules
README.md
CODEOWNERS
TARGETURL
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN npm ci
RUN npm run build

# run environment
FROM node:18.12.1-bullseye-slim
FROM node:18.16.0-bullseye-slim
# fix vulnerabilities
# note: trivy insists this to be on the same RUN line
RUN apt-get -y update && apt-get -y upgrade
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"author": "Ranko Orlic",
"license": "EUPL-1.2",
"devDependencies": {
"@types/cron": "^2.0.0",
"@types/cron": "^2.0.1",
"@types/jsonpath": "^0.2.0",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.18",
"@types/node-fetch": "^2.6.2",
"@types/node": "^18.15.11",
"@types/node-fetch": "^2.6.3",
"typescript": "^4.6.4"
},
"dependencies": {
"cron": "^2.1.0",
"cron": "^2.3.0",
"jsonpath": "^1.1.1",
"minimist": "^1.2.6",
"node-fetch": "^3.3.0"
"minimist": "^1.2.8",
"node-fetch": "^3.3.1"
}
}

0 comments on commit fd26992

Please sign in to comment.