From 6b6b3d8a166d83239a43760ea96067c4183de604 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2019 21:54:14 +0000 Subject: [PATCH] chore: upgrade core-js from 3.2.1 to 3.3.1 Snyk has created this PR to upgrade core-js from 3.2.1 to 3.3.1. See this package in NPM: https://www.npmjs.com/package/core-js See this project in Snyk: https://app.snyk.io/org/tuanicom/project/5fa818f9-7de7-49b2-88e4-f4c09a5faa83?utm_source=github&utm_medium=upgrade-pr --- frontend/package-lock.json | 16 +++++++++++++--- frontend/package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 230123fa..6bf45650 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -4763,9 +4763,9 @@ } }, "core-js": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz", - "integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.1.tgz", + "integrity": "sha512-1PGI49Lz5qYo3EBz0kymSfJgTvn2G/c03lBTJ7PO0R1liQ7Yd6E570odu5p4CxG/WB0yUwCmAWummo79yOQUcQ==" }, "core-js-compat": { "version": "3.2.1", @@ -11217,6 +11217,16 @@ "pac-resolver": "^3.0.0", "raw-body": "^2.2.0", "socks-proxy-agent": "^4.0.1" + }, + "dependencies": { + "https-proxy-agent-snyk-fork": { + "version": "git://github.com/snyk/node-https-proxy-agent.git#5e86ccb682d0c833c8daa25ee6f91c670161cd66", + "from": "git://github.com/snyk/node-https-proxy-agent.git#fix/https-agent-vuln", + "requires": { + "agent-base": "^4.3.0", + "debug": "^3.1.0" + } + } } }, "pac-resolver": { diff --git a/frontend/package.json b/frontend/package.json index a512e8bc..29440710 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ "@ng-bootstrap/ng-bootstrap": "^5.1.1", "angular-font-awesome": "^3.1.2", "bootstrap": "^4.3.1", - "core-js": "^3.2.1", + "core-js": "^3.3.1", "font-awesome": "^4.7.0", "jquery": "^3.4.1", "node-sass": "^4.12.0",