From 54ec742167d1a01000ac4571786a0662658b71d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 21:03:16 +0200 Subject: [PATCH] Bump gatsby-plugin-webpack-bundle-analyser-v2 from 1.1.24 to 1.1.25 (#640) Bumps [gatsby-plugin-webpack-bundle-analyser-v2](https://github.com/JimmyBeldone/gatsby-plugin-webpack-bundle-analyser-v2) from 1.1.24 to 1.1.25. - [Release notes](https://github.com/JimmyBeldone/gatsby-plugin-webpack-bundle-analyser-v2/releases) - [Changelog](https://github.com/JimmyBeldone/gatsby-plugin-webpack-bundle-analyser-v2/blob/master/CHANGELOG.md) - [Commits](https://github.com/JimmyBeldone/gatsby-plugin-webpack-bundle-analyser-v2/compare/v1.1.24...v1.1.25) --- updated-dependencies: - dependency-name: gatsby-plugin-webpack-bundle-analyser-v2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c7cef3..97de378 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "eslint-plugin-react": "^7.25.1", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^4.12.2", - "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.24", + "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25", "identity-obj-proxy": "^3.0.0", "jest": "^27.1.1", "jest-canvas-mock": "^2.3.1", @@ -12412,12 +12412,12 @@ } }, "node_modules/gatsby-plugin-webpack-bundle-analyser-v2": { - "version": "1.1.24", - "resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-bundle-analyser-v2/-/gatsby-plugin-webpack-bundle-analyser-v2-1.1.24.tgz", - "integrity": "sha512-ASj5vM5XpWEKVgYE3miS0aCMkd5/RcHHFMkze46EsGMTRbdQ904iyKMjlfP6ruO7v5dX8ZJpl6K2wC37g+rlsA==", + "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==", "dev": true, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.15.3", "webpack-bundle-analyzer": "^4.4.2" }, "peerDependencies": { @@ -41547,12 +41547,12 @@ } }, "gatsby-plugin-webpack-bundle-analyser-v2": { - "version": "1.1.24", - "resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-bundle-analyser-v2/-/gatsby-plugin-webpack-bundle-analyser-v2-1.1.24.tgz", - "integrity": "sha512-ASj5vM5XpWEKVgYE3miS0aCMkd5/RcHHFMkze46EsGMTRbdQ904iyKMjlfP6ruO7v5dX8ZJpl6K2wC37g+rlsA==", + "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==", "dev": true, "requires": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.15.3", "webpack-bundle-analyzer": "^4.4.2" } }, diff --git a/package.json b/package.json index e5e4e4e..3a77c64 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-plugin-react": "^7.25.1", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^4.12.2", - "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.24", + "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25", "identity-obj-proxy": "^3.0.0", "jest": "^27.1.1", "jest-canvas-mock": "^2.3.1",