diff --git a/package-lock.json b/package-lock.json index c21c8f7..347ceee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4065,9 +4065,9 @@ } }, "size-plugin-core": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/size-plugin-core/-/size-plugin-core-0.0.7.tgz", - "integrity": "sha512-vMX3AhK3hh5vxfOL5VgEIxUkcm0MFfiPsZ9LqZsZRH7iQ+erU669zYsx+WCF4EQ+nn11GYXL91U/sEvS1FnPug==", + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/size-plugin-core/-/size-plugin-core-0.0.9.tgz", + "integrity": "sha512-5Tn5TmCNg9G8LbmB7ocWTGorJ4azeC0eCjNFOESE3tUUP40+TEi7H/gTVUAussVOSpQ2SgE7Tq7Fa7cDZefgug==", "dev": true, "requires": { "brotli-size": "^4.0.0", diff --git a/package.json b/package.json index 1b1d4fe..23f6f3e 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "@actions/github": "^2.0.1", "microbundle": "^0.12.0-next.8", "pretty-bytes": "^5.3.0", - "size-plugin-core": "0.0.7" + "size-plugin-core": "0.0.9" } -} \ No newline at end of file +}