Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
180b4ae54a
Bump sqlite3 from 5.0.2 to 5.0.3
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Changelog](https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.3)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 16:30:47 +00:00
4 changed files with 143 additions and 552 deletions

View File

@ -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

View File

@ -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 . .

View File

@ -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": {

690
yarn.lock

File diff suppressed because it is too large Load Diff