From b017f183b6d096e56ba52d3fb4a8f945ecf5effc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 02:29:18 +0000 Subject: [PATCH] Update @babel/core requirement from ^7.9.0 to ^7.14.6 in /example.api Updates the requirements on [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) to permit the latest version. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.6/packages/babel-core) Signed-off-by: dependabot-preview[bot] --- example.api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.api/package.json b/example.api/package.json index 0e79a77..e144eaa 100644 --- a/example.api/package.json +++ b/example.api/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/cli": "^7.8.4", - "@babel/core": "^7.9.0", + "@babel/core": "^7.14.6", "@babel/node": "^7.8.7", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.9.0",