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",