From 8ca807bbb904e9ca39c0a7f0220859f086a8d63e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:24:02 +0000 Subject: [PATCH] chore(deps): bump @myfinal/plugin-runtime from 0.2.9 to 0.3.1 Bumps [@myfinal/plugin-runtime](https://github.com/FinalDevHQ/Dian) from 0.2.9 to 0.3.1. - [Commits](https://github.com/FinalDevHQ/Dian/commits) --- updated-dependencies: - dependency-name: "@myfinal/plugin-runtime" dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 734a196..b93dae3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "dian-dev-sync", "version": "1.0.7", "dependencies": { - "@myfinal/plugin-runtime": "^0.2.9", + "@myfinal/plugin-runtime": "^0.3.1", "fflate": "^0.8.2", "reflect-metadata": "^0.2.2", "ws": "^8.18.2" @@ -555,9 +555,9 @@ } }, "node_modules/@myfinal/plugin-runtime": { - "version": "0.2.9", - "resolved": "https://registry.npmjs.org/@myfinal/plugin-runtime/-/plugin-runtime-0.2.9.tgz", - "integrity": "sha512-lY3JPHpdW0rg2vLJzuUB4KbxK7RTFLND597kozN1AJ/k5nYYFxeSKwGRgdrgRwJMW+gLyBBsxTnWKGCRHwRF8Q==", + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@myfinal/plugin-runtime/-/plugin-runtime-0.3.1.tgz", + "integrity": "sha512-N1fLEMH/txZPBz4fdn5Xza7lIoSOIDjcaJbIDriqpgUPanO9I7fsytmBDvHA2Rrgj/Lzm2Jd+vepD8LjSddDjg==", "dependencies": { "@myfinal/shared": "^0.2.2", "chokidar": "^5.0.0", diff --git a/package.json b/package.json index 24da630..84b95d8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "index-entry": "node scripts/index-entry.mjs" }, "dependencies": { - "@myfinal/plugin-runtime": "^0.2.9", + "@myfinal/plugin-runtime": "^0.3.1", "fflate": "^0.8.2", "reflect-metadata": "^0.2.2", "ws": "^8.18.2"