Skip to content

Commit b835ce0

Browse files
fix(deps): update dependency mongoose to v5.13.22
| datasource | package | from | to | | ---------- | -------- | ------- | ------- | | npm | mongoose | 5.13.20 | 5.13.22 |
1 parent 085e2a8 commit b835ce0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- mongo
1818
mongo:
1919
container_name: mongo
20-
image: mongo@sha256:5a54d0323fe207d15dc48773a7b9e7e519f83ad94a19c2ddac201d7aae109eb1
20+
image: mongo@sha256:d341a86584b96eb665345a8f5b35fba8695ee1d0618fd012ec4696223a3d6c62
2121
volumes:
2222
- ./data:/data/db
2323
ports:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"fastify": "4.24.1",
4242
"fastify-healthcheck": "4.4.0",
4343
"lodash": "4.17.21",
44-
"mongoose": "5.13.20",
44+
"mongoose": "5.13.22",
4545
"uuid": "8.3.2",
4646
"winston": "3.10.0"
4747
},

0 commit comments

Comments
 (0)