From a38853e448b948622e52cb0845066284494a85ca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 13:46:39 +0000 Subject: [PATCH] chore(deps): update dependency bundle-stats-webpack-plugin to v3.3.3 --- package-lock.json | 216 +++++++++++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 128 insertions(+), 90 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd0834d4..5268ffbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@babel/preset-react": "7.16.0", "@relative-ci/agent": "3.0.0", "babel-loader": "8.2.3", - "bundle-stats-webpack-plugin": "3.2.0", + "bundle-stats-webpack-plugin": "3.3.3", "cross-env": "7.0.3", "css-loader": "5.2.6", "file-loader": "6.2.0", @@ -1689,71 +1689,82 @@ } }, "node_modules/@bundle-stats/cli-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/cli-utils/-/cli-utils-3.2.0.tgz", - "integrity": "sha512-NGX9/q+wbOTdr3O6n19G2eJbwDWjZNBIfJyJWAUQDc1OAjo8TPCeu1fuRQxwYvQYEJVfLXaDHwB7fBAsBPjDHA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/cli-utils/-/cli-utils-3.3.3.tgz", + "integrity": "sha512-KZYzDK3tEsBW8FRuKcG9oCv6tloPKjTtFnmnA9TgDPyG79sgvCKvujee2Hr7CkW0sZN5ulZwRWb/lw4LhWXGfg==", "dev": true, "dependencies": { - "@bundle-stats/html-templates": "^3.2.0", - "@bundle-stats/utils": "^3.2.0", - "core-js": "^3.16.2", + "@bundle-stats/html-templates": "^3.3.3", + "@bundle-stats/utils": "^3.3.3", + "core-js": "^3.21.0", "find-cache-dir": "^3.1.0", - "fs-extra": "^10.0.0", - "lodash": "^4.17.21" + "fs-extra": "^10.0.1", + "lodash": "^4.17.0" }, "engines": { "node": ">= 12.0" } }, + "node_modules/@bundle-stats/cli-utils/node_modules/core-js": { + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.21.1.tgz", + "integrity": "sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==", + "dev": true, + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, "node_modules/@bundle-stats/html-templates": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/html-templates/-/html-templates-3.2.0.tgz", - "integrity": "sha512-3vffEzEEbSARUbLhBo/iwD9ypDzKKFGRZYM4U/odc86D//+0tbRJNBU42KTVByC0Fu7JwD0awWi8wUYrunyqFQ==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/html-templates/-/html-templates-3.3.3.tgz", + "integrity": "sha512-bB+zlXgdWeOg8bFhQqlJNIJ+WVAKeSlbr0Ci3JoDoITSLCzpvGGqBgprjY/2NlS1ySM0nwRZ4/a7aFhIhQvNTA==", "dev": true }, "node_modules/@bundle-stats/plugin-webpack-filter": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-3.2.0.tgz", - "integrity": "sha512-GKzzfJJnHp0L2D+CHLlcTPDPFkTUgObqfvGWS5uHyrBjF2DumxCOXyntg7pzNQyJw75xVNcxRyqD74uT2m0VoQ==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-3.3.3.tgz", + "integrity": "sha512-L8Qdg0eqBgPiPcrFxmIYeYcRf7IoSH2m00azdb4qCqWUOvvK/i5W0MlzITrOqMoRagdx8iYx0vPdhNNNt745BA==", "dev": true, "engines": { "node": ">= 12.0" }, "peerDependencies": { - "core-js": "^3.16.2", - "lodash": "^4.17.21" + "core-js": "^3.0.0", + "lodash": "^4.0.0" } }, "node_modules/@bundle-stats/plugin-webpack-validate": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-3.2.0.tgz", - "integrity": "sha512-EwkPfQVOyJh+ROkvv/RaYFnvJwVeL6x5nlWhzrvnaVgIW+TyDMXKG6q+4Nmch/1Nc+FYjfUrQIe/0dZfhr5iqA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-3.3.3.tgz", + "integrity": "sha512-V4WbsB5Q/SJkimEXZBlMpbeQ0KJ9WsN7GgWd8Nxhraf5SDPWmxsW3A0poYeSnFRYuMHIW9N470q8MnOSHs1Lew==", "dev": true, "dependencies": { - "superstruct": "^0.8.3" + "superstruct": "0.8.3" }, "engines": { "node": ">= 12.0" } }, "node_modules/@bundle-stats/utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/utils/-/utils-3.2.0.tgz", - "integrity": "sha512-w8t7B/DtJ2uLfrkqwRQOC+AmUtKcZ23tWQGKPoz1pp22+0lf/oSMa/4IxQSJbIpMg3zldDRkLS5G6dRpX29IpQ==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/utils/-/utils-3.3.3.tgz", + "integrity": "sha512-HjtT2gfKah8kNMoSUFAQamw23yJPPwz5zoeVPwN7WKB8nov3SY6FhDyfwGBPGL7AJDdrhsPSsJOC5LIFWyVlZg==", "dev": true, "dependencies": { - "@bundle-stats/plugin-webpack-filter": "^3.2.0", - "@bundle-stats/plugin-webpack-validate": "^3.2.0", - "convert-units": "^3.0.0-beta.2", - "query-string": "^7.0.0", - "serialize-query-params": "^1.3.3" + "@bundle-stats/plugin-webpack-filter": "^3.3.3", + "@bundle-stats/plugin-webpack-validate": "^3.3.3", + "convert-units": "3.0.0-beta.2", + "query-string": "^7.1.0", + "serialize-query-params": "^1.3.0" }, "engines": { "node": ">= 12.0" }, "peerDependencies": { - "core-js": "^3.16.2", - "lodash": "^4.17.21" + "core-js": "^3.0.0", + "lodash": "^4.0.0" } }, "node_modules/@discoveryjs/json-ext": { @@ -2488,15 +2499,15 @@ "dev": true }, "node_modules/bundle-stats-webpack-plugin": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/bundle-stats-webpack-plugin/-/bundle-stats-webpack-plugin-3.2.0.tgz", - "integrity": "sha512-ZkOsfMgVtc8SSIAd1s/iuLuVVg6DH3XRfRlkXt+hB29lrvdcWLNfBNSNrFZbO+pG0C6y8OxV3yQ9g+m7YvVXpQ==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/bundle-stats-webpack-plugin/-/bundle-stats-webpack-plugin-3.3.3.tgz", + "integrity": "sha512-FPuYOmYUCZPIkz9kl5g3GOJqFUCcbGGSv2m8g3hsMOdH9+hkDyRE1BWIm472i4FdkauI/FByl1P/EjANHPmuhA==", "dev": true, "dependencies": { - "@bundle-stats/cli-utils": "^3.2.0", - "@bundle-stats/utils": "^3.2.0", - "core-js": "^3.16.2", - "lodash": "^4.17.21" + "@bundle-stats/cli-utils": "^3.3.3", + "@bundle-stats/utils": "^3.3.3", + "core-js": "^3.21.0", + "lodash": "^4.17.0" }, "engines": { "node": ">= 12.0" @@ -2505,6 +2516,17 @@ "webpack": "^4.0.0 || ^5.0.0" } }, + "node_modules/bundle-stats-webpack-plugin/node_modules/core-js": { + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.21.1.tgz", + "integrity": "sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==", + "dev": true, + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, "node_modules/bytes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", @@ -3852,9 +3874,9 @@ ] }, "node_modules/fs-extra": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", - "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.1.tgz", + "integrity": "sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==", "dev": true, "dependencies": { "graceful-fs": "^4.2.0", @@ -5707,9 +5729,9 @@ } }, "node_modules/query-string": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.0.1.tgz", - "integrity": "sha512-uIw3iRvHnk9to1blJCG3BTc+Ro56CBowJXKmNNAm3RulvPBzWLRqKSiiDk+IplJhsydwtuNMHi8UGQFcCLVfkA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz", + "integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==", "dev": true, "dependencies": { "decode-uri-component": "^0.2.0", @@ -6196,9 +6218,9 @@ } }, "node_modules/serialize-query-params": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/serialize-query-params/-/serialize-query-params-1.3.5.tgz", - "integrity": "sha512-BrLH1RqgzVxm6dco+KP9S6BodeFiUVvKwtY3GSWQlupIdblT19KCGTRkHZ2yIU6Bjy0Prjts0tYe11VpTMbAeQ==", + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/serialize-query-params/-/serialize-query-params-1.3.6.tgz", + "integrity": "sha512-VlH7sfWNyPVZClPkRacopn6sn5uQMXBsjPVz1+pBHX895VpcYVznfJtZ49e6jymcrz+l/vowkepCZn/7xEAEdw==", "dev": true, "peerDependencies": { "query-string": ">=5.1.1" @@ -8606,52 +8628,60 @@ } }, "@bundle-stats/cli-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/cli-utils/-/cli-utils-3.2.0.tgz", - "integrity": "sha512-NGX9/q+wbOTdr3O6n19G2eJbwDWjZNBIfJyJWAUQDc1OAjo8TPCeu1fuRQxwYvQYEJVfLXaDHwB7fBAsBPjDHA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/cli-utils/-/cli-utils-3.3.3.tgz", + "integrity": "sha512-KZYzDK3tEsBW8FRuKcG9oCv6tloPKjTtFnmnA9TgDPyG79sgvCKvujee2Hr7CkW0sZN5ulZwRWb/lw4LhWXGfg==", "dev": true, "requires": { - "@bundle-stats/html-templates": "^3.2.0", - "@bundle-stats/utils": "^3.2.0", - "core-js": "^3.16.2", + "@bundle-stats/html-templates": "^3.3.3", + "@bundle-stats/utils": "^3.3.3", + "core-js": "^3.21.0", "find-cache-dir": "^3.1.0", - "fs-extra": "^10.0.0", - "lodash": "^4.17.21" + "fs-extra": "^10.0.1", + "lodash": "^4.17.0" + }, + "dependencies": { + "core-js": { + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.21.1.tgz", + "integrity": "sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==", + "dev": true + } } }, "@bundle-stats/html-templates": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/html-templates/-/html-templates-3.2.0.tgz", - "integrity": "sha512-3vffEzEEbSARUbLhBo/iwD9ypDzKKFGRZYM4U/odc86D//+0tbRJNBU42KTVByC0Fu7JwD0awWi8wUYrunyqFQ==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/html-templates/-/html-templates-3.3.3.tgz", + "integrity": "sha512-bB+zlXgdWeOg8bFhQqlJNIJ+WVAKeSlbr0Ci3JoDoITSLCzpvGGqBgprjY/2NlS1ySM0nwRZ4/a7aFhIhQvNTA==", "dev": true }, "@bundle-stats/plugin-webpack-filter": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-3.2.0.tgz", - "integrity": "sha512-GKzzfJJnHp0L2D+CHLlcTPDPFkTUgObqfvGWS5uHyrBjF2DumxCOXyntg7pzNQyJw75xVNcxRyqD74uT2m0VoQ==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-filter/-/plugin-webpack-filter-3.3.3.tgz", + "integrity": "sha512-L8Qdg0eqBgPiPcrFxmIYeYcRf7IoSH2m00azdb4qCqWUOvvK/i5W0MlzITrOqMoRagdx8iYx0vPdhNNNt745BA==", "dev": true, "requires": {} }, "@bundle-stats/plugin-webpack-validate": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-3.2.0.tgz", - "integrity": "sha512-EwkPfQVOyJh+ROkvv/RaYFnvJwVeL6x5nlWhzrvnaVgIW+TyDMXKG6q+4Nmch/1Nc+FYjfUrQIe/0dZfhr5iqA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/plugin-webpack-validate/-/plugin-webpack-validate-3.3.3.tgz", + "integrity": "sha512-V4WbsB5Q/SJkimEXZBlMpbeQ0KJ9WsN7GgWd8Nxhraf5SDPWmxsW3A0poYeSnFRYuMHIW9N470q8MnOSHs1Lew==", "dev": true, "requires": { - "superstruct": "^0.8.3" + "superstruct": "0.8.3" } }, "@bundle-stats/utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@bundle-stats/utils/-/utils-3.2.0.tgz", - "integrity": "sha512-w8t7B/DtJ2uLfrkqwRQOC+AmUtKcZ23tWQGKPoz1pp22+0lf/oSMa/4IxQSJbIpMg3zldDRkLS5G6dRpX29IpQ==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/@bundle-stats/utils/-/utils-3.3.3.tgz", + "integrity": "sha512-HjtT2gfKah8kNMoSUFAQamw23yJPPwz5zoeVPwN7WKB8nov3SY6FhDyfwGBPGL7AJDdrhsPSsJOC5LIFWyVlZg==", "dev": true, "requires": { - "@bundle-stats/plugin-webpack-filter": "^3.2.0", - "@bundle-stats/plugin-webpack-validate": "^3.2.0", - "convert-units": "^3.0.0-beta.2", - "query-string": "^7.0.0", - "serialize-query-params": "^1.3.3" + "@bundle-stats/plugin-webpack-filter": "^3.3.3", + "@bundle-stats/plugin-webpack-validate": "^3.3.3", + "convert-units": "3.0.0-beta.2", + "query-string": "^7.1.0", + "serialize-query-params": "^1.3.0" } }, "@discoveryjs/json-ext": { @@ -9268,15 +9298,23 @@ "dev": true }, "bundle-stats-webpack-plugin": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/bundle-stats-webpack-plugin/-/bundle-stats-webpack-plugin-3.2.0.tgz", - "integrity": "sha512-ZkOsfMgVtc8SSIAd1s/iuLuVVg6DH3XRfRlkXt+hB29lrvdcWLNfBNSNrFZbO+pG0C6y8OxV3yQ9g+m7YvVXpQ==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/bundle-stats-webpack-plugin/-/bundle-stats-webpack-plugin-3.3.3.tgz", + "integrity": "sha512-FPuYOmYUCZPIkz9kl5g3GOJqFUCcbGGSv2m8g3hsMOdH9+hkDyRE1BWIm472i4FdkauI/FByl1P/EjANHPmuhA==", "dev": true, "requires": { - "@bundle-stats/cli-utils": "^3.2.0", - "@bundle-stats/utils": "^3.2.0", - "core-js": "^3.16.2", - "lodash": "^4.17.21" + "@bundle-stats/cli-utils": "^3.3.3", + "@bundle-stats/utils": "^3.3.3", + "core-js": "^3.21.0", + "lodash": "^4.17.0" + }, + "dependencies": { + "core-js": { + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.21.1.tgz", + "integrity": "sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==", + "dev": true + } } }, "bytes": { @@ -10335,9 +10373,9 @@ "dev": true }, "fs-extra": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", - "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.1.tgz", + "integrity": "sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==", "dev": true, "requires": { "graceful-fs": "^4.2.0", @@ -11764,9 +11802,9 @@ "dev": true }, "query-string": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.0.1.tgz", - "integrity": "sha512-uIw3iRvHnk9to1blJCG3BTc+Ro56CBowJXKmNNAm3RulvPBzWLRqKSiiDk+IplJhsydwtuNMHi8UGQFcCLVfkA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz", + "integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==", "dev": true, "requires": { "decode-uri-component": "^0.2.0", @@ -12156,9 +12194,9 @@ } }, "serialize-query-params": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/serialize-query-params/-/serialize-query-params-1.3.5.tgz", - "integrity": "sha512-BrLH1RqgzVxm6dco+KP9S6BodeFiUVvKwtY3GSWQlupIdblT19KCGTRkHZ2yIU6Bjy0Prjts0tYe11VpTMbAeQ==", + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/serialize-query-params/-/serialize-query-params-1.3.6.tgz", + "integrity": "sha512-VlH7sfWNyPVZClPkRacopn6sn5uQMXBsjPVz1+pBHX895VpcYVznfJtZ49e6jymcrz+l/vowkepCZn/7xEAEdw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 22a82fda..252849ba 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@babel/preset-react": "7.16.0", "@relative-ci/agent": "3.0.0", "babel-loader": "8.2.3", - "bundle-stats-webpack-plugin": "3.2.0", + "bundle-stats-webpack-plugin": "3.3.3", "cross-env": "7.0.3", "css-loader": "5.2.6", "file-loader": "6.2.0",