Skip to content

Commit 68da16a

Browse files
authored
Merge pull request #270 from tutorcruncher/dependabot/npm_and_yarn/webpack-bundle-analyzer-4.8.0
2 parents 1e632ca + b580260 commit 68da16a

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"shelljs": "0.8.4",
5454
"sshpk": "^1.17.0",
5555
"tunnel-agent": "^0.6.0",
56-
"webpack-bundle-analyzer": "^4.7.0"
56+
"webpack-bundle-analyzer": "^4.8.0"
5757
},
5858
"browserslist": {
5959
"production": [

yarn.lock

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,11 @@
11861186
resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-10.1.0.tgz#f0950bba18819512d42f7197e56c518aa491cf18"
11871187
integrity sha512-ij4wRiunFfaJxjB0BdrYHIH8FxBJpOwNPhhAcunlmPdXudL1WQV1qoP9un6JsEBAgQH+7UXyyjh0g7jTxXK6tg==
11881188

1189+
"@discoveryjs/[email protected]":
1190+
version "0.5.7"
1191+
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
1192+
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
1193+
11891194
"@emotion/babel-plugin@^11.10.5":
11901195
version "11.10.5"
11911196
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz#65fa6e1790ddc9e23cc22658a4c5dea423c55c3c"
@@ -9488,6 +9493,15 @@ prop-types@^15.8.1:
94889493
object-assign "^4.1.1"
94899494
react-is "^16.13.1"
94909495

9496+
prop-types@^15.8.1:
9497+
version "15.8.1"
9498+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
9499+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
9500+
dependencies:
9501+
loose-envify "^1.4.0"
9502+
object-assign "^4.1.1"
9503+
react-is "^16.13.1"
9504+
94919505
proto-list@~1.2.1:
94929506
version "1.2.4"
94939507
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
@@ -11911,11 +11925,12 @@ webidl-conversions@^4.0.2:
1191111925
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
1191211926
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
1191311927

11914-
webpack-bundle-analyzer@^4.7.0:
11915-
version "4.7.0"
11916-
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.7.0.tgz#33c1c485a7fcae8627c547b5c3328b46de733c66"
11917-
integrity sha512-j9b8ynpJS4K+zfO5GGwsAcQX4ZHpWV+yRiHDiL+bE0XHJ8NiPYLTNVQdlFYWxtpg9lfAQNlwJg16J9AJtFSXRg==
11928+
webpack-bundle-analyzer@^4.8.0:
11929+
version "4.8.0"
11930+
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.8.0.tgz#951b8aaf491f665d2ae325d8b84da229157b1d04"
11931+
integrity sha512-ZzoSBePshOKhr+hd8u6oCkZVwpVaXgpw23ScGLFpR6SjYI7+7iIWYarjN6OEYOfRt8o7ZyZZQk0DuMizJ+LEIg==
1191811932
dependencies:
11933+
"@discoveryjs/json-ext" "0.5.7"
1191911934
acorn "^8.0.4"
1192011935
acorn-walk "^8.0.0"
1192111936
chalk "^4.1.0"

0 commit comments

Comments
 (0)