From 87e20dd062ce77eaec848d6720e2090de01cbc98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 00:57:03 +0530 Subject: [PATCH] chore(deps): update dependency gatsby-plugin-webpack-bundle-analyser-v2 to v1.1.26 (#44161) Co-authored-by: Renovate Bot --- client/package-lock.json | 54 ++++++++++++++++++++-------------------- client/package.json | 2 +- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 7ec165df40..f0c675c6fb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -132,7 +132,7 @@ "babel-plugin-transform-imports": "2.0.0", "chokidar": "3.5.2", "copy-webpack-plugin": "9.0.1", - "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.25", + "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.26", "jest-json-schema-extended": "1.0.1", "monaco-editor-webpack-plugin": "4.2.0", "react-test-renderer": "16.14.0", @@ -15118,16 +15118,16 @@ } }, "node_modules/gatsby-plugin-webpack-bundle-analyser-v2": { - "version": "1.1.25", - "resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-bundle-analyser-v2/-/gatsby-plugin-webpack-bundle-analyser-v2-1.1.25.tgz", - "integrity": "sha512-o2t2/J1O9MuiDH/WZ1BxTLlqncIx6yFNFffHIPwtITw9ri3AdxxfARe77wLrcwN3mc3gT6LILpYgXNo2pUkHdw==", + "version": "1.1.26", + "resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-bundle-analyser-v2/-/gatsby-plugin-webpack-bundle-analyser-v2-1.1.26.tgz", + "integrity": "sha512-Yrn2kl4Sd527ZLe5IfysZZ2rLpG2HEoabj5/wV/Xp2l0t2xRbDr2+5j8J/Xetil+CPuXE1yuhj1LJlP3t5weoQ==", "dev": true, "dependencies": { - "@babel/runtime": "^7.15.3", - "webpack-bundle-analyzer": "^4.4.2" + "@babel/runtime": "^7.16.3", + "webpack-bundle-analyzer": "^4.5.0" }, "peerDependencies": { - "gatsby": "^2.0.0 || ^3.0.0" + "gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0" } }, "node_modules/gatsby-react-router-scroll": { @@ -26802,15 +26802,15 @@ } }, "node_modules/webpack-bundle-analyzer": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.4.2.tgz", - "integrity": "sha512-PIagMYhlEzFfhMYOzs5gFT55DkUdkyrJi/SxJp8EF3YMWhS+T9vvs2EoTetpk5qb6VsCq02eXTlRDOydRhDFAQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz", + "integrity": "sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ==", "dev": true, "dependencies": { "acorn": "^8.0.4", "acorn-walk": "^8.0.0", "chalk": "^4.1.0", - "commander": "^6.2.0", + "commander": "^7.2.0", "gzip-size": "^6.0.0", "lodash": "^4.17.20", "opener": "^1.5.2", @@ -26886,12 +26886,12 @@ "dev": true }, "node_modules/webpack-bundle-analyzer/node_modules/commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true, "engines": { - "node": ">= 6" + "node": ">= 10" } }, "node_modules/webpack-bundle-analyzer/node_modules/gzip-size": { @@ -39111,13 +39111,13 @@ } }, "gatsby-plugin-webpack-bundle-analyser-v2": { - "version": "1.1.25", - "resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-bundle-analyser-v2/-/gatsby-plugin-webpack-bundle-analyser-v2-1.1.25.tgz", - "integrity": "sha512-o2t2/J1O9MuiDH/WZ1BxTLlqncIx6yFNFffHIPwtITw9ri3AdxxfARe77wLrcwN3mc3gT6LILpYgXNo2pUkHdw==", + "version": "1.1.26", + "resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-bundle-analyser-v2/-/gatsby-plugin-webpack-bundle-analyser-v2-1.1.26.tgz", + "integrity": "sha512-Yrn2kl4Sd527ZLe5IfysZZ2rLpG2HEoabj5/wV/Xp2l0t2xRbDr2+5j8J/Xetil+CPuXE1yuhj1LJlP3t5weoQ==", "dev": true, "requires": { - "@babel/runtime": "^7.15.3", - "webpack-bundle-analyzer": "^4.4.2" + "@babel/runtime": "^7.16.3", + "webpack-bundle-analyzer": "^4.5.0" } }, "gatsby-react-router-scroll": { @@ -47627,15 +47627,15 @@ } }, "webpack-bundle-analyzer": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.4.2.tgz", - "integrity": "sha512-PIagMYhlEzFfhMYOzs5gFT55DkUdkyrJi/SxJp8EF3YMWhS+T9vvs2EoTetpk5qb6VsCq02eXTlRDOydRhDFAQ==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz", + "integrity": "sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ==", "dev": true, "requires": { "acorn": "^8.0.4", "acorn-walk": "^8.0.0", "chalk": "^4.1.0", - "commander": "^6.2.0", + "commander": "^7.2.0", "gzip-size": "^6.0.0", "lodash": "^4.17.20", "opener": "^1.5.2", @@ -47684,9 +47684,9 @@ "dev": true }, "commander": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", - "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true }, "gzip-size": { diff --git a/client/package.json b/client/package.json index f5ca54830a..bf82bb529e 100644 --- a/client/package.json +++ b/client/package.json @@ -156,7 +156,7 @@ "babel-plugin-transform-imports": "2.0.0", "chokidar": "3.5.2", "copy-webpack-plugin": "9.0.1", - "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.25", + "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.26", "jest-json-schema-extended": "1.0.1", "monaco-editor-webpack-plugin": "4.2.0", "react-test-renderer": "16.14.0",