1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00:00

Fix security alerts by upgrading (#318)

Note: this will be incomplete until Puppeteer releases a new version as
we await their https-proxy-agent version bump
This commit is contained in:
gbrodman
2019-10-21 14:17:03 -07:00
committed by GitHub
parent 45f7c89efd
commit 128fde16c3
2 changed files with 197 additions and 1837 deletions

2030
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,10 +21,10 @@
},
"devDependencies": {
"jasmine-core": "3.4.0",
"karma": "3.0.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "2.2.0",
"karma-closure": "0.1.3",
"karma-jasmine": "2.0.1",
"puppeteer": "1.17.0"
"puppeteer": "1.20.0"
}
}