From 9868ff1ef966043d79ff87e64a1a3518a0e92f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 04:02:40 +0000 Subject: [PATCH] build(deps): bump filesize from 11.0.13 to 11.0.14 Bumps [filesize](https://github.com/avoidwork/filesize.js) from 11.0.13 to 11.0.14. - [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/avoidwork/filesize.js/compare/11.0.13...11.0.14) --- updated-dependencies: - dependency-name: filesize dependency-version: 11.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... 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 cb6b5e4c..fbe65d22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", "adm-zip": "^0.5.16", - "filesize": "^11.0.13" + "filesize": "^11.0.14" } }, "node_modules/@actions/artifact": { @@ -992,9 +992,9 @@ } }, "node_modules/filesize": { - "version": "11.0.13", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.13.tgz", - "integrity": "sha512-mYJ/qXKvREuO0uH8LTQJ6v7GsUvVOguqxg2VTwQUkyTPXXRRWPdjuUPVqdBrJQhvci48OHlNGRnux+Slr2Rnvw==", + "version": "11.0.14", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.14.tgz", + "integrity": "sha512-2+pBV36IghE/lC78KmHqq4GGzSwqxisNb6YH17W6owdAFoXChND4WZ/51CUYXKyaEiJOhNKKsZSwZ8HbejrKTA==", "license": "BSD-3-Clause", "engines": { "node": ">= 10.8.0" diff --git a/package.json b/package.json index 770db1a4..f2c36ca8 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,6 @@ "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", "adm-zip": "^0.5.16", - "filesize": "^11.0.13" + "filesize": "^11.0.14" } }