Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 035ed49

Browse files
greenkeeper[bot]mydearxym
authored andcommitted
Update @next/bundle-analyzer to the latest version 🚀 (#515)
* fix(package): update @next/bundle-analyzer to version 9.0.0 * chore(package): update lockfile yarn.lock
1 parent 0d5a3c7 commit 035ed49

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
},
4242
"dependencies": {
43-
"@next/bundle-analyzer": "^8.1.0",
43+
"@next/bundle-analyzer": "^9.0.0",
4444
"@sentry/browser": "^4.6.4",
4545
"@sentry/node": "^4.6.4",
4646
"@tippy.js/react": "^2.2.1",

yarn.lock

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,11 +1082,12 @@
10821082
call-me-maybe "^1.0.1"
10831083
glob-to-regexp "^0.3.0"
10841084

1085-
"@next/bundle-analyzer@^8.1.0":
1086-
version "8.1.0"
1087-
resolved "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-8.1.0.tgz#4b460929fad6f7c8e76b3ce06656e0a3d9386856"
1085+
"@next/bundle-analyzer@^9.0.0":
1086+
version "9.0.0"
1087+
resolved "https://registry.yarnpkg.com/@next/bundle-analyzer/-/bundle-analyzer-9.0.0.tgz#ab5d8689b5a16360bb9181880cea87f79090d45a"
1088+
integrity sha512-iNbPLaIESf9QQCG/HNj2MlM5vKqKMbdGWh0BkvlTe21/jS80GeiX+JoIPZ5XnGE9DtTyQTJG8gWnOrYe2f39hg==
10881089
dependencies:
1089-
webpack-bundle-analyzer "3.0.3"
1090+
webpack-bundle-analyzer "3.3.2"
10901091

10911092
"@nodelib/fs.stat@^1.1.2":
10921093
version "1.1.3"
@@ -1463,7 +1464,12 @@ acorn-walk@^6.0.1:
14631464
version "6.1.1"
14641465
resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913"
14651466

1466-
acorn@^5.5.3, acorn@^5.7.3:
1467+
acorn-walk@^6.1.1:
1468+
version "6.2.0"
1469+
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c"
1470+
integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==
1471+
1472+
acorn@^5.5.3:
14671473
version "5.7.3"
14681474
resolved "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
14691475

@@ -11303,11 +11309,13 @@ webidl-conversions@^4.0.2:
1130311309
version "4.0.2"
1130411310
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
1130511311

11306-
webpack-bundle-analyzer@3.0.3:
11307-
version "3.0.3"
11308-
resolved "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.3.tgz#dbc7fff8f52058b6714a20fddf309d0790e3e0a0"
11312+
webpack-bundle-analyzer@3.3.2:
11313+
version "3.3.2"
11314+
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.2.tgz#3da733a900f515914e729fcebcd4c40dde71fc6f"
11315+
integrity sha512-7qvJLPKB4rRWZGjVp5U1KEjwutbDHSKboAl0IfafnrdXMrgC0tOtZbQD6Rw0u4cmpgRN4O02Fc0t8eAT+FgGzA==
1130911316
dependencies:
11310-
acorn "^5.7.3"
11317+
acorn "^6.0.7"
11318+
acorn-walk "^6.1.1"
1131111319
bfj "^6.1.1"
1131211320
chalk "^2.4.1"
1131311321
commander "^2.18.0"

0 commit comments

Comments
 (0)