From c71a4d15a2d1cb27e83c52db75b28a8ca2937083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:27:28 +0000 Subject: [PATCH] Deps: Bump @babel/parser from 7.23.6 to 7.23.9 Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.23.6 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-parser) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 afde4ae3..fab94d90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.23.6", "@babel/generator": "^7.23.6", "@babel/helper-module-transforms": "^7.23.3", - "@babel/parser": "^7.23.6", + "@babel/parser": "^7.23.9", "@babel/plugin-transform-modules-commonjs": "^7.23.3", "@babel/plugin-transform-react-jsx": "^7.23.4", "@babel/traverse": "^7.23.6", @@ -313,9 +313,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", - "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz", + "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==", "bin": { "parser": "bin/babel-parser.js" }, diff --git a/package.json b/package.json index 8118e261..85ab235d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@babel/core": "^7.23.6", "@babel/generator": "^7.23.6", "@babel/helper-module-transforms": "^7.23.3", - "@babel/parser": "^7.23.6", + "@babel/parser": "^7.23.9", "@babel/plugin-transform-modules-commonjs": "^7.23.3", "@babel/plugin-transform-react-jsx": "^7.23.4", "@babel/traverse": "^7.23.6",