From 022639a51d6e52db808d8939c9752888cc24f562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 21:15:02 +0000 Subject: [PATCH] build(deps): bump size-limit from 11.0.1 to 11.0.2 Bumps [size-limit](https://github.com/ai/size-limit) from 11.0.1 to 11.0.2. - [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/size-limit/compare/11.0.1...11.0.2) --- updated-dependencies: - dependency-name: size-limit 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 9f638559d..afde30c81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "lodash": "^4.17.20", "mini-css-extract-plugin": "^2.7.7", "prismjs": "^1.29.0", - "size-limit": "^11.0.1", + "size-limit": "^11.0.2", "uuid": "^9.0.1", "webpack": "^5.89.0", "webpack-cli": "^5.1.4" @@ -1678,9 +1678,9 @@ } }, "node_modules/size-limit": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/size-limit/-/size-limit-11.0.1.tgz", - "integrity": "sha512-6L80ocVspWPrhIRg8kPl41VypqTGH8/lu9e6TJiSJpkNLtOR2h/EEqdAO/wNJOv/sUVtjX+lVEWrzBpItGP+gQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/size-limit/-/size-limit-11.0.2.tgz", + "integrity": "sha512-iFZ8iTR/3zPqxSwEIdGnTVYVU0F2nhodLQG/G6zpi/NxECYAK9ntq2lNr+prXH7h3gyBjx2Umt2D/oS2Qzz+eg==", "dependencies": { "bytes-iec": "^3.1.1", "chokidar": "^3.5.3", diff --git a/package.json b/package.json index cd4a2e78f..c015c1abf 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lodash": "^4.17.20", "mini-css-extract-plugin": "^2.7.7", "prismjs": "^1.29.0", - "size-limit": "^11.0.1", + "size-limit": "^11.0.2", "uuid": "^9.0.1", "webpack": "^5.89.0", "webpack-cli": "^5.1.4"