Skip to content

Commit 4f15f2d

Browse files
authored
Merge pull request IBM#29 from IBM/address-fruit-counter-vulnerabilities
Prepared dependency upgrade
2 parents cad0cd7 + a7fd07b commit 4f15f2d

File tree

6 files changed

+2499
-2055
lines changed

6 files changed

+2499
-2055
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

fruit-counter/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

fruit-counter/.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16

fruit-counter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14
1+
FROM node:lts
22

33
# Create app directory
44
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)