Compare commits
1 Commits
master
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
180b4ae54a |
@ -27,7 +27,6 @@ Template for next version
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- creation of new logic elements
|
- creation of new logic elements
|
||||||
- node prune location (https://github.com/ohmyform/ohmyform/issues/184)
|
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
|||||||
RUN apk update && apk add curl bash && rm -rf /var/cache/apk/*
|
RUN apk update && apk add curl bash && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
# install node-prune (https://github.com/tj/node-prune)
|
# install node-prune (https://github.com/tj/node-prune)
|
||||||
RUN curl -sf https://gobinaries.com/tj/node-prune | sh
|
RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin
|
||||||
|
|
||||||
# just copy everhing
|
# just copy everhing
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"rxjs": "^7.5.4",
|
"rxjs": "^7.5.4",
|
||||||
"serialize-error": "^8.1.0",
|
"serialize-error": "^8.1.0",
|
||||||
"sqlite3": "^5.0.2",
|
"sqlite3": "^5.0.3",
|
||||||
"typeorm": "^0.2.44"
|
"typeorm": "^0.2.44"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user