Skip to content

Commit

Permalink
chore: update build and dependencies (#191)
Browse files Browse the repository at this point in the history
* chore: bump eslint from 7.32.0 to 8.2.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.2.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v7.32.0...v8.2.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update deps for security vulns

* build: fix build

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Lewitt <alewitt2@ibm.com>
  • Loading branch information
dependabot[bot] and alewitt2 authored Nov 11, 2021
1 parent 4bf2354 commit 5655f17
Show file tree
Hide file tree
Showing 4 changed files with 738 additions and 1,267 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
local
node_modules
.nvmrc
.vscode
.vscode
.npmrc
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
FROM node:lts-alpine as buildImg

RUN apk update
RUN apk --no-cache add gnupg python make curl
RUN apk --no-cache add gnupg python3 make curl

USER node
WORKDIR /home/node
Expand Down
Loading

0 comments on commit 5655f17

Please sign in to comment.