Skip to content

Commit 75766bb

Browse files
committed
chore(release): @forestadmin/agent@1.63.4 [skip ci]
## [1.63.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.63.3...@forestadmin/agent@1.63.4) (2025-05-12) ### Bug Fixes * **security:** patch mongoose dependency vulnerabilities ([#1255](#1255)) ([a43af07](a43af07)) * **vulnerability:** bump superagent -> formidable ([#1294](#1294)) ([0a9ef9b](0a9ef9b))
1 parent 6d9c357 commit 75766bb

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

packages/agent/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## @forestadmin/agent [1.63.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.63.3...@forestadmin/agent@1.63.4) (2025-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **vulnerability:** bump superagent -> formidable ([#1294](https://github.com/ForestAdmin/agent-nodejs/issues/1294)) ([0a9ef9b](https://github.com/ForestAdmin/agent-nodejs/commit/0a9ef9b956a005019de51f3c31d882bfe58d8d1e))
7+
8+
9+
10+
11+
12+
### Dependencies
13+
14+
* **@forestadmin/forestadmin-client:** upgraded to 1.36.13
15+
116
## @forestadmin/agent [1.63.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.63.2...@forestadmin/agent@1.63.3) (2025-05-06)
217

318

packages/agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/agent",
3-
"version": "1.63.3",
3+
"version": "1.63.4",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {
@@ -16,7 +16,7 @@
1616
"@fastify/express": "^1.1.0",
1717
"@forestadmin/datasource-customizer": "1.66.0",
1818
"@forestadmin/datasource-toolkit": "1.50.0",
19-
"@forestadmin/forestadmin-client": "1.36.12",
19+
"@forestadmin/forestadmin-client": "1.36.13",
2020
"@koa/cors": "^5.0.0",
2121
"@koa/router": "^12.0.0",
2222
"@types/koa__router": "^12.0.0",

0 commit comments

Comments
 (0)