Skip to content

Commit d9808aa

Browse files
Update dependency rollup to v2 (#5407)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 271303f commit d9808aa

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

packages/auth-compat/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"license": "Apache-2.0",
2828
"devDependencies": {
29-
"rollup": "1.32.1",
29+
"rollup": "2.56.3",
3030
"@rollup/plugin-json": "4.1.0",
3131
"rollup-plugin-replace": "2.2.0",
3232
"@rollup/plugin-commonjs": "17.1.0",

packages/auth-compat/demo/yarn.lock

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,11 +1017,6 @@ abbrev@1:
10171017
resolved "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
10181018
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
10191019

1020-
acorn@^7.1.0:
1021-
version "7.4.1"
1022-
resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
1023-
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
1024-
10251020
add-stream@^1.0.0:
10261021
version "1.0.0"
10271022
resolved "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -1981,6 +1976,11 @@ fs.realpath@^1.0.0:
19811976
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
19821977
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
19831978

1979+
fsevents@~2.3.2:
1980+
version "2.3.2"
1981+
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
1982+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
1983+
19841984
function-bind@^1.1.1:
19851985
version "1.1.1"
19861986
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -3944,14 +3944,12 @@ rollup-pluginutils@^2.6.0:
39443944
dependencies:
39453945
estree-walker "^0.6.1"
39463946

3947-
3948-
version "1.32.1"
3949-
resolved "https://registry.npmjs.org/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
3950-
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
3951-
dependencies:
3952-
"@types/estree" "*"
3953-
"@types/node" "*"
3954-
acorn "^7.1.0"
3947+
3948+
version "2.56.3"
3949+
resolved "https://registry.npmjs.org/rollup/-/rollup-2.56.3.tgz#b63edadd9851b0d618a6d0e6af8201955a77aeff"
3950+
integrity sha512-Au92NuznFklgQCUcV96iXlxUbHuB1vQMaH76DHl5M11TotjOHwqk9CwcrT78+Tnv4FN9uTBxq6p4EJoYkpyekg==
3951+
optionalDependencies:
3952+
fsevents "~2.3.2"
39553953

39563954
run-async@^2.4.0:
39573955
version "2.4.1"

0 commit comments

Comments
 (0)