File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 8686 "devDependencies" : {
8787 "@firebase/app" : " 0.7.9" ,
8888 "@rollup/plugin-json" : " 4.1.0" ,
89+ "@rollup/plugin-strip" : " 2.1.0" ,
90+ "chromedriver" : " 96.0.0" ,
8991 "rollup" : " 2.57.0" ,
9092 "rollup-plugin-sourcemaps" : " 0.6.3" ,
9193 "rollup-plugin-typescript2" : " 0.30.0" ,
92- "@rollup/plugin-strip" : " 2.1.0" ,
9394 "typescript" : " 4.2.2"
9495 },
9596 "repository" : {
107108 ],
108109 "reportDir" : " ./coverage/node"
109110 }
110- }
111+ }
Original file line number Diff line number Diff line change @@ -4992,6 +4992,19 @@ chromedriver@94.0.0:
49924992 proxy-from-env "^1.1.0"
49934993 tcp-port-used "^1.0.1"
49944994
4995+ chromedriver@96.0.0:
4996+ version "96.0.0"
4997+ resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-96.0.0.tgz#c8473498e4c94950fa168187b112019cce9e5c6c"
4998+ integrity sha512-4g6Hn5RHGsbaBmOrJbDlz/hdVPOc22eRsbvoAAMqkZxR2NJCcddHzCw2FAQeW8lX/C7xWVz3nyDsKX3fE9lIIw==
4999+ dependencies:
5000+ "@testim/chrome-version" "^1.0.7"
5001+ axios "^0.21.2"
5002+ del "^6.0.0"
5003+ extract-zip "^2.0.1"
5004+ https-proxy-agent "^5.0.0"
5005+ proxy-from-env "^1.1.0"
5006+ tcp-port-used "^1.0.1"
5007+
49955008ci-info@^2.0.0:
49965009 version "2.0.0"
49975010 resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
You can’t perform that action at this time.
0 commit comments