From 810445fa06fe340d4244ca2827b7f1b748fb66a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:27:03 +0000 Subject: [PATCH] build(deps-dev): Bump @babel/cli from 7.23.4 to 7.23.9 (#2004) Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.23.4 to 7.23.9. - [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.23.9/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6a7ba8f..b06daf58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@angular/platform-browser": "17.0.8", "@angular/platform-browser-dynamic": "17.0.8", "@angular/router": "17.0.8", - "@babel/cli": "7.23.4", + "@babel/cli": "7.23.9", "@babel/core": "7.23.7", "@babel/preset-env": "7.23.9", "@babel/preset-typescript": "7.23.3", @@ -721,9 +721,9 @@ "dev": true }, "node_modules/@babel/cli": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.4.tgz", - "integrity": "sha512-j3luA9xGKCXVyCa5R7lJvOMM+Kc2JEnAEIgz2ggtjQ/j5YUVgfsg/WsG95bbsgq7YLHuiCOzMnoSasuY16qiCw==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.9.tgz", + "integrity": "sha512-vB1UXmGDNEhcf1jNAHKT9IlYk1R+hehVTLFlCLHBi8gfuHQGP6uRjgXVYU0EVlI/qwAWpstqkBdf2aez3/z/5Q==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", diff --git a/package.json b/package.json index 8a81f69f..6d4fef0c 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@angular/platform-browser": "17.0.8", "@angular/platform-browser-dynamic": "17.0.8", "@angular/router": "17.0.8", - "@babel/cli": "7.23.4", + "@babel/cli": "7.23.9", "@babel/core": "7.23.7", "@babel/preset-env": "7.23.9", "@babel/preset-typescript": "7.23.3",