Skip to content

Commit

Permalink
chore(release): example@1.11.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.6](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.5...example@1.11.6) (2024-10-15)

### Bug Fixes

* **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))
  • Loading branch information
forest-bot committed Oct 15, 2024
1 parent 2114ffa commit c78af59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/_example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## example [1.11.6](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.5...example@1.11.6) (2024-10-15)





### Dependencies

* **@forestadmin/agent:** upgraded to 1.50.3

## example [1.11.5](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.4...example@1.11.5) (2024-10-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/_example/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "example",
"version": "1.11.5",
"version": "1.11.6",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.50.2",
"@forestadmin/agent": "1.50.3",
"@forestadmin/datasource-dummy": "1.1.36",
"@forestadmin/datasource-mongo": "1.3.24",
"@forestadmin/datasource-mongoose": "1.8.4",
Expand Down

0 comments on commit c78af59

Please sign in to comment.