Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc",

Check warning on line 10 in package.json

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

A parsing error occurred in this file.

See more on https://sonarcloud.io/project/issues?id=x249_blog-api&issues=AZy-urMcqURS9c0wSB46&open=AZy-urMcqURS9c0wSB46&pullRequest=86
"start": "node dist",
"dev": "tsc-watch --onSuccess 'node dist/index.js'",
"run-migrations": "knex migrate:latest --env $NODE_ENV",
Expand All @@ -28,7 +28,7 @@
"fastify-swagger": "=2.5.0",
"jsonwebtoken": "=8.5.1",
"knex": "0.20.13",
"objection": "=2.1.3",
"objection": "=2.2.16",
"objection-db-errors": "=1.1.2",
"objection-soft-delete": "=1.0.7",
"objection-visibility": "=1.0.0",
Expand Down
20 changes: 15 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,16 @@ ajv@^6.10.0, ajv@^6.10.2, ajv@^6.11.0, ajv@^6.12.0, ajv@^6.5.5:
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

ajv@^6.12.6:
version "6.14.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
dependencies:
fast-deep-equal "^3.1.1"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.4.1"
uri-js "^4.2.2"

ansi-escapes@^3.0.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
Expand Down Expand Up @@ -3986,12 +3996,12 @@ objection-visibility@=1.0.0:
resolved "https://registry.yarnpkg.com/objection-visibility/-/objection-visibility-1.0.0.tgz#a79ceee54bc30743677b5ed526edf4f0bdcebbd0"
integrity sha512-mxM9ykxR5WMUNRUlbOf87UPntsLevAGdzrAEiYZGpk47h8wCGF22/9pfj431R2Phn5BaA6Kt+hAkWUVond3GVw==

objection@=2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/objection/-/objection-2.1.3.tgz#ca90675d4f6489766bbbf806af973d86aaf6036f"
integrity sha512-aKr28HntHoX6wPiFw3BWLx0Ufqmu4h4Ygj/xCYgFXrgftxB7+lWtAA/J13zcLlSmLl9Jifs6HEJFMjFrbH358w==
objection@=2.2.16:
version "2.2.16"
resolved "https://registry.yarnpkg.com/objection/-/objection-2.2.16.tgz#552ec6d625a7f80d6e204fc63732cbd3fc56f31c"
integrity sha512-sq8erZdxW5ruPUK6tVvwDxyO16U49XAn/BmOm2zaNhNA2phOPCe2/7+R70nDEF1SFrgJOrwDu/PtoxybuJxnjQ==
dependencies:
ajv "^6.10.2"
ajv "^6.12.6"
db-errors "^0.2.3"

on-finished@~2.3.0:
Expand Down