From f3812b911f8eeabe6fc7ac3070db222e2d57f825 Mon Sep 17 00:00:00 2001 From: David Alecrim Date: Wed, 11 Mar 2020 10:38:41 +0000 Subject: [PATCH 1/2] fix(babel helper): fix version for compilation targets #22145 --- starters/hello-world/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/starters/hello-world/package-lock.json b/starters/hello-world/package-lock.json index 5fc4ce5238a0b..c2053441cf1fe 100644 --- a/starters/hello-world/package-lock.json +++ b/starters/hello-world/package-lock.json @@ -114,9 +114,9 @@ } }, "@babel/helper-compilation-targets": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.3.tgz", - "integrity": "sha512-JLylPCsFjhLN+6uBSSh3iYdxKdeO9MNmoY96PE/99d8kyBFaXLORtAVhqN6iHa+wtPeqxKLghDOZry0+Aiw9Tw==", + "version": "7.8.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz", + "integrity": "sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw==", "requires": { "@babel/compat-data": "^7.8.1", "browserslist": "^4.8.2", From 2ca02f5066a8a864885cafa29551cbbb0637c058 Mon Sep 17 00:00:00 2001 From: David Alecrim Date: Wed, 11 Mar 2020 10:57:52 +0000 Subject: [PATCH 2/2] chore(deps): update dependencies of compilation helper #22145 --- starters/hello-world/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/starters/hello-world/package-lock.json b/starters/hello-world/package-lock.json index c2053441cf1fe..b8ec7aacf80b9 100644 --- a/starters/hello-world/package-lock.json +++ b/starters/hello-world/package-lock.json @@ -118,10 +118,10 @@ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz", "integrity": "sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw==", "requires": { - "@babel/compat-data": "^7.8.1", - "browserslist": "^4.8.2", + "@babel/compat-data": "^7.8.6", + "browserslist": "^4.9.1", "invariant": "^2.2.4", - "levenary": "^1.1.0", + "levenary": "^1.1.1", "semver": "^5.5.0" }, "dependencies": {