From 7f0dbb9a6975584cd4ab60b046df045768b59510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:34:03 +0000 Subject: [PATCH] build(deps-dev): Bump @babel/cli from 7.22.15 to 7.23.0 (#1787) Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.22.15 to 7.23.0. - [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.0/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 +++++++++++----- package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b7a05c0..699e8286 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@angular/platform-browser": "16.1.3", "@angular/platform-browser-dynamic": "16.1.3", "@angular/router": "16.1.3", - "@babel/cli": "7.22.15", + "@babel/cli": "7.23.0", "@babel/core": "7.22.20", "@babel/preset-env": "7.22.20", "@babel/preset-typescript": "7.22.15", @@ -722,14 +722,14 @@ "dev": true }, "node_modules/@babel/cli": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.22.15.tgz", - "integrity": "sha512-prtg5f6zCERIaECeTZzd2fMtVjlfjhUcO+fBLQ6DXXdq5FljN+excVitJ2nogsusdf31LeqkjAfXZ7Xq+HmN8g==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.23.0.tgz", + "integrity": "sha512-17E1oSkGk2IwNILM4jtfAvgjt+ohmpfBky8aLerUfYZhiPNg7ca+CRCxZn8QDxwNhV/upsc2VHBCqGFIR+iBfA==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", "commander": "^4.0.1", - "convert-source-map": "^1.1.0", + "convert-source-map": "^2.0.0", "fs-readdir-recursive": "^1.1.0", "glob": "^7.2.0", "make-dir": "^2.1.0", @@ -759,6 +759,12 @@ "node": ">= 6" } }, + "node_modules/@babel/cli/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, "node_modules/@babel/cli/node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", diff --git a/package.json b/package.json index db0aad46..9b368181 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@angular/platform-browser": "16.1.3", "@angular/platform-browser-dynamic": "16.1.3", "@angular/router": "16.1.3", - "@babel/cli": "7.22.15", + "@babel/cli": "7.23.0", "@babel/core": "7.22.20", "@babel/preset-env": "7.22.20", "@babel/preset-typescript": "7.22.15",