File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed
packages/auth-compat/demo Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 26
26
},
27
27
"license" : " Apache-2.0" ,
28
28
"devDependencies" : {
29
- "rollup" : " 1.32.1 " ,
29
+ "rollup" : " 2.56.3 " ,
30
30
"@rollup/plugin-json" : " 4.1.0" ,
31
31
"rollup-plugin-replace" : " 2.2.0" ,
32
32
"@rollup/plugin-commonjs" : " 17.1.0" ,
Original file line number Diff line number Diff line change @@ -1017,11 +1017,6 @@ abbrev@1:
1017
1017
resolved "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
1018
1018
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
1019
1019
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
-
1025
1020
add-stream@^1.0.0 :
1026
1021
version "1.0.0"
1027
1022
resolved "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -1981,6 +1976,11 @@ fs.realpath@^1.0.0:
1981
1976
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
1982
1977
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
1983
1978
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
+
1984
1984
function-bind@^1.1.1 :
1985
1985
version "1.1.1"
1986
1986
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -3944,14 +3944,12 @@ rollup-pluginutils@^2.6.0:
3944
3944
dependencies :
3945
3945
estree-walker "^0.6.1"
3946
3946
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"
3955
3953
3956
3954
run-async@^2.4.0 :
3957
3955
version "2.4.1"
You can’t perform that action at this time.
0 commit comments