Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-mongo@1.3.25 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.25](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongo@1.3.24...@forestadmin/datasource-mongo@1.3.25) (2024-10-18)

### Bug Fixes

* fix excel export type ([#1195](#1195)) ([ac7f7d9](ac7f7d9))
* **logger:** logger should display the right status code in case of error ([#1194](#1194)) ([d328764](d328764))
* **security:** patch cookie dependency vulnerabilities ([#1193](#1193)) ([1fd3669](1fd3669))

### Features

* add caller ip in action context.caller.request.ip ([#1196](#1196)) ([25aa5b8](25aa5b8))
  • Loading branch information
forest-bot committed Oct 18, 2024
1 parent b758582 commit ba2ac87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/datasource-mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/datasource-mongo [1.3.25](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongo@1.3.24...@forestadmin/datasource-mongo@1.3.25) (2024-10-18)





### Dependencies

* **@forestadmin/datasource-mongoose:** upgraded to 1.8.5
* **@forestadmin/datasource-toolkit:** upgraded to 1.43.0

## @forestadmin/datasource-mongo [1.3.24](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongo@1.3.23...@forestadmin/datasource-mongo@1.3.24) (2024-10-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/datasource-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-mongo",
"version": "1.3.24",
"version": "1.3.25",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
"directory": "packages/datasource-mongo"
},
"dependencies": {
"@forestadmin/datasource-mongoose": "1.8.4",
"@forestadmin/datasource-toolkit": "1.42.1",
"@forestadmin/datasource-mongoose": "1.8.5",
"@forestadmin/datasource-toolkit": "1.43.0",
"json-stringify-pretty-compact": "^3.0.0",
"mongoose": "^7.0.1",
"tunnel-ssh": "^5.1.2"
Expand Down

0 comments on commit ba2ac87

Please sign in to comment.