chore(deps): update dependency gatsby-plugin-webpack-bundle-analyser-v2 to v1.1.27

pull/45465/head
Renovate Bot 2022-03-19 18:47:20 +00:00 committed by renovate[bot]
parent 078f090112
commit a856fd4e8b
2 changed files with 17 additions and 17 deletions

View File

@ -141,7 +141,7 @@
"chokidar": "3.5.3",
"copy-webpack-plugin": "9.1.0",
"core-js": "2.6.12",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.26",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.27",
"jest-json-schema-extended": "1.0.1",
"monaco-editor-webpack-plugin": "4.2.0",
"react-test-renderer": "16.14.0",

32
package-lock.json generated
View File

@ -1074,7 +1074,7 @@
"chokidar": "3.5.3",
"copy-webpack-plugin": "9.1.0",
"core-js": "2.6.12",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.26",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.27",
"jest-json-schema-extended": "1.0.1",
"monaco-editor-webpack-plugin": "4.2.0",
"react-test-renderer": "16.14.0",
@ -3295,9 +3295,9 @@
}
},
"node_modules/@babel/runtime": {
"version": "7.16.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz",
"integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==",
"version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz",
"integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==",
"dependencies": {
"regenerator-runtime": "^0.13.4"
},
@ -28030,12 +28030,12 @@
}
},
"node_modules/gatsby-plugin-webpack-bundle-analyser-v2": {
"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==",
"version": "1.1.27",
"resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-bundle-analyser-v2/-/gatsby-plugin-webpack-bundle-analyser-v2-1.1.27.tgz",
"integrity": "sha512-GjX4zU70TOvu3OhpKG8JD/GGfr8tCxjwJKKfRu3WZQTkjIEIGkodxcsdOIbuSHov83hQhlLQBZj037mkCrjrfQ==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.17.8",
"webpack-bundle-analyzer": "^4.5.0"
},
"peerDependencies": {
@ -55231,9 +55231,9 @@
}
},
"@babel/runtime": {
"version": "7.16.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz",
"integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==",
"version": "7.17.8",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz",
"integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@ -56538,7 +56538,7 @@
"gatsby-plugin-postcss": "4.14.0",
"gatsby-plugin-react-helmet": "4.14.0",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.26",
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.27",
"gatsby-remark-prismjs": "5.11.0",
"gatsby-source-filesystem": "3.14.0",
"gatsby-transformer-remark": "4.11.0",
@ -76357,12 +76357,12 @@
}
},
"gatsby-plugin-webpack-bundle-analyser-v2": {
"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==",
"version": "1.1.27",
"resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-bundle-analyser-v2/-/gatsby-plugin-webpack-bundle-analyser-v2-1.1.27.tgz",
"integrity": "sha512-GjX4zU70TOvu3OhpKG8JD/GGfr8tCxjwJKKfRu3WZQTkjIEIGkodxcsdOIbuSHov83hQhlLQBZj037mkCrjrfQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.17.8",
"webpack-bundle-analyzer": "^4.5.0"
}
},