1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-17 01:43:20 +02:00

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-10 21:03:16 +02:00 committed by GitHub
parent aa12f6061b
commit 54ec742167
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -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"
}
},

View File

@ -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",