From db80c31a915b26ebd0bb61340e0e82d5d4acbbc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 02:52:33 +0000 Subject: [PATCH] Bump filesize from 11.0.22 to 11.0.23 Bumps [filesize](https://github.com/avoidwork/filesize.js) from 11.0.22 to 11.0.23. - [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/avoidwork/filesize.js/compare/11.0.22...11.0.23) --- updated-dependencies: - dependency-name: filesize dependency-version: 11.0.23 dependency-type: direct:development 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 a2e2030..05c63ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-config": "^0.3.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-jsdoc": "^54.5.0", - "filesize": "^11.0.22", + "filesize": "^11.0.23", "jest": "^30.4.2", "lambda-stream": "^0.6.0", "nodemon": "^3.1.14", @@ -9254,9 +9254,9 @@ } }, "node_modules/filesize": { - "version": "11.0.22", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.22.tgz", - "integrity": "sha512-RlCVs9CY+oSsRnNZn95J9vDXjNjOwddKyTFjOYtA4yxYVIxBnwiVVGJX+TFhsmu3uUf81JDGyijtYL9xgawlTw==", + "version": "11.0.23", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-11.0.23.tgz", + "integrity": "sha512-EzB9Km94xm3V7szupSlcGVJpkvXWuNtSZmr7qBoj229q7lEJEEYGMk8gwGnA4ZTAGQmHZigTDEIuOfCQXec1fQ==", "dev": true, "license": "BSD-3-Clause", "engines": { diff --git a/package.json b/package.json index 94b52f0..8c98129 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint-config": "^0.3.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-jsdoc": "^54.5.0", - "filesize": "^11.0.22", + "filesize": "^11.0.23", "jest": "^30.4.2", "lambda-stream": "^0.6.0", "nodemon": "^3.1.14",