From 877d44036a56740aa09e761c2a91161bfeefdb5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:28:04 +0000 Subject: [PATCH] Deps: Bump @babel/types from 7.23.6 to 7.23.9 Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) 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-types) --- updated-dependencies: - dependency-name: "@babel/types" 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..e9c1ee26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/plugin-transform-modules-commonjs": "^7.23.3", "@babel/plugin-transform-react-jsx": "^7.23.4", "@babel/traverse": "^7.23.6", - "@babel/types": "^7.23.6", + "@babel/types": "^7.23.9", "babel-plugin-dynamic-import-node": "^2.3.3", "base32.js": "^0.1.0", "convert-source-map": "^2.0.0", @@ -608,9 +608,9 @@ } }, "node_modules/@babel/types": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", - "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz", + "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==", "dependencies": { "@babel/helper-string-parser": "^7.23.4", "@babel/helper-validator-identifier": "^7.22.20", diff --git a/package.json b/package.json index 8118e261..18b701a1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@babel/plugin-transform-modules-commonjs": "^7.23.3", "@babel/plugin-transform-react-jsx": "^7.23.4", "@babel/traverse": "^7.23.6", - "@babel/types": "^7.23.6", + "@babel/types": "^7.23.9", "babel-plugin-dynamic-import-node": "^2.3.3", "base32.js": "^0.1.0", "convert-source-map": "^2.0.0",