Skip to content

Commit 6de375a

Browse files
fix(deps): update dependency @rollup/plugin-commonjs to v11.1.0
1 parent 3f666a1 commit 6de375a

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@improbable-eng/grpc-web": "0.12.0",
2424
"@microsoft/api-documenter": "7.7.16",
2525
"@microsoft/api-extractor": "7.7.12",
26-
"@rollup/plugin-commonjs": "11.0.2",
26+
"@rollup/plugin-commonjs": "11.1.0",
2727
"@rollup/plugin-json": "^4.0.2",
2828
"@rollup/plugin-node-resolve": "7.1.1",
2929
"@rollup/plugin-replace": "2.3.1",

yarn.lock

+22-6
Original file line numberDiff line numberDiff line change
@@ -1260,13 +1260,15 @@
12601260
resolved "https://registry.yarnpkg.com/@redux-saga/types/-/types-1.1.0.tgz#0e81ce56b4883b4b2a3001ebe1ab298b84237204"
12611261
integrity sha512-afmTuJrylUU/0OtqzaRkbyYFFNgCF73Bvel/sw90pvGrWIZ+vyoIJqA6eMSoA6+nb443kTmulmBtC9NerXboNg==
12621262

1263-
"@rollup/plugin-commonjs@11.0.2":
1264-
version "11.0.2"
1265-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-11.0.2.tgz#837cc6950752327cb90177b608f0928a4e60b582"
1266-
integrity sha512-MPYGZr0qdbV5zZj8/2AuomVpnRVXRU5XKXb3HVniwRoRCreGlf5kOE081isNWeiLIi6IYkwTX9zE0/c7V8g81g==
1263+
"@rollup/plugin-commonjs@11.1.0":
1264+
version "11.1.0"
1265+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-11.1.0.tgz#60636c7a722f54b41e419e1709df05c7234557ef"
1266+
integrity sha512-Ycr12N3ZPN96Fw2STurD21jMqzKwL9QuFhms3SD7KKRK7oaXUsBU9Zt0jL/rOPHiPYisI21/rXGO3jr9BnLHUA==
12671267
dependencies:
1268-
"@rollup/pluginutils" "^3.0.0"
1268+
"@rollup/pluginutils" "^3.0.8"
1269+
commondir "^1.0.1"
12691270
estree-walker "^1.0.1"
1271+
glob "^7.1.2"
12701272
is-reference "^1.1.2"
12711273
magic-string "^0.25.2"
12721274
resolve "^1.11.0"
@@ -1297,13 +1299,22 @@
12971299
"@rollup/pluginutils" "^3.0.4"
12981300
magic-string "^0.25.5"
12991301

1300-
"@rollup/pluginutils@^3.0.0", "@rollup/pluginutils@^3.0.4", "@rollup/pluginutils@^3.0.6":
1302+
"@rollup/pluginutils@^3.0.4", "@rollup/pluginutils@^3.0.6":
13011303
version "3.0.8"
13021304
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.0.8.tgz#4e94d128d94b90699e517ef045422960d18c8fde"
13031305
integrity sha512-rYGeAc4sxcZ+kPG/Tw4/fwJODC3IXHYDH4qusdN/b6aLw5LPUbzpecYbEJh4sVQGPFJxd2dBU4kc1H3oy9/bnw==
13041306
dependencies:
13051307
estree-walker "^1.0.1"
13061308

1309+
"@rollup/pluginutils@^3.0.8":
1310+
version "3.1.0"
1311+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
1312+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
1313+
dependencies:
1314+
"@types/estree" "0.0.39"
1315+
estree-walker "^1.0.1"
1316+
picomatch "^2.2.2"
1317+
13071318
"@rushstack/[email protected]":
13081319
version "3.19.6"
13091320
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.19.6.tgz#da67dc9e93fb36b807007892ca6b699fc0c81e6d"
@@ -12205,6 +12216,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.0.7, picomatch@^2.2.1:
1220512216
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
1220612217
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
1220712218

12219+
picomatch@^2.2.2:
12220+
version "2.3.1"
12221+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
12222+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
12223+
1220812224
pify@^2.0.0, pify@^2.3.0:
1220912225
version "2.3.0"
1221012226
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"

0 commit comments

Comments
 (0)