Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot
6d53aef6ed Update dependency express-validator to v6.14.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-12-13 14:27:11 +00:00
15867c0e6b Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2021-12-13 15:21:41 +01:00
2 changed files with 6 additions and 9 deletions

View File

@ -13,10 +13,11 @@ steps:
repo: harbor.sebclem.fr/sebclem/cnc-speed-calculator
registry: harbor.sebclem.fr
tags: latest
dry_run: true
when:
branch:
target:
exclude:
- main
- production
- name: Build and Push docker
image: plugins/docker
@ -31,9 +32,5 @@ steps:
when:
branch:
- main
trigger:
event:
- push
- custom
target:
- production

View File

@ -17,7 +17,7 @@
"ejs": "3.1.6",
"express": "4.17.1",
"express-session": "1.17.2",
"express-validator": "6.13.0",
"express-validator": "6.14.0",
"express-winston": "4.2.0",
"http-errors": "1.8.1",
"i18n": "0.13.3",