From 61ce4210f3c2ede9ee69b57dc1f35f931df28f81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 12:57:37 +0000 Subject: [PATCH] fix(deps): pin dependency rollup-plugin-esbuild to 6.2.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34950d3b6..41f424f49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "lint-staged": "16.1.2", "mocha": "11.7.1", "npm-run-all": "4.1.5", - "rollup-plugin-esbuild": "^6.2.1", + "rollup-plugin-esbuild": "6.2.1", "rollup-plugin-node-externals": "8.0.1", "shx": "0.4.0", "sinon": "21.0.0", diff --git a/package.json b/package.json index 0c8f6c6ca..e930c5b53 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "lint-staged": "16.1.2", "mocha": "11.7.1", "npm-run-all": "4.1.5", - "rollup-plugin-esbuild": "^6.2.1", + "rollup-plugin-esbuild": "6.2.1", "rollup-plugin-node-externals": "8.0.1", "shx": "0.4.0", "sinon": "21.0.0",