Skip to content

Commit cd3bdce

Browse files
🚀 Release 1.123.23 (#26514)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
1 parent 10aa98f commit cd3bdce

File tree

13 files changed

+23
-12
lines changed

13 files changed

+23
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.123.23](https://github.com/n8n-io/n8n/compare/n8n@1.123.22...n8n@1.123.23) (2026-03-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Backport transitive dependency bumps to 1.x ([#26260](https://github.com/n8n-io/n8n/issues/26260)) ([aef8c80](https://github.com/n8n-io/n8n/commit/aef8c80491dc74ac8cef13b6bfdab375ba0a69dd))
7+
* **editor:** Replace jsonpath with jsonpath-plus to resolve CVE ([#26408](https://github.com/n8n-io/n8n/issues/26408)) ([10aa98f](https://github.com/n8n-io/n8n/commit/10aa98fceb8937bcd7a64a9c1ba3ca625f6ee6e6))
8+
* Fix 14 security issues in jsonpath, mailparser, mysql2 and 9 more ([#26363](https://github.com/n8n-io/n8n/issues/26363)) ([9b1d456](https://github.com/n8n-io/n8n/commit/9b1d4564e7cfb2f7c07fce3d7ca61ffa525aba43))
9+
10+
11+
112
## [1.123.22](https://github.com/n8n-io/n8n/compare/n8n@1.123.21...n8n@1.123.22) (2026-02-25)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.123.22",
3+
"version": "1.123.23",
44
"private": true,
55
"engines": {
66
"node": ">=22.16",

packages/@n8n/api-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/api-types",
3-
"version": "0.57.9",
3+
"version": "0.57.10",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/backend-test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/backend-test-utils",
3-
"version": "0.26.11",
3+
"version": "0.26.12",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-benchmark",
3-
"version": "1.30.1",
3+
"version": "1.30.2",
44
"description": "Cli for running benchmark tests for n8n",
55
"main": "dist/index",
66
"scripts": {

packages/@n8n/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/db",
3-
"version": "0.34.17",
3+
"version": "0.34.18",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/decorators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/decorators",
3-
"version": "0.33.10",
3+
"version": "0.33.11",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/@n8n/nodes-langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-nodes-langchain",
3-
"version": "1.122.16",
3+
"version": "1.122.17",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/@n8n/permissions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/permissions",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"dev": "pnpm watch",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.123.22",
3+
"version": "1.123.23",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)