Skip to content

Commit

Permalink
chore: update build and dependencies (#333)
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] <[email protected]>

* chore: update deps for security vulns

* fix: point registry at npm.org

* Update Dockerfile

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexander Lewitt <[email protected]>
  • Loading branch information
dependabot[bot] and alewitt2 authored Nov 11, 2021
1 parent f083a76 commit 14f72a0
Show file tree
Hide file tree
Showing 4 changed files with 5,181 additions and 6,872 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ dev/
envs/
limit-poll/
non-namespaced/
.npmrc
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 14f72a0

Please sign in to comment.