From 6dd5a4d600cefbbadf15cb0b0c6b6d45d0e5b59f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 19:05:02 +0000 Subject: [PATCH] build(deps): bump ast-types from 0.13.4 to 0.14.2 Bumps [ast-types](https://github.com/benjamn/ast-types) from 0.13.4 to 0.14.2. - [Commits](https://github.com/benjamn/ast-types/compare/v0.13.4...v0.14.2) --- updated-dependencies: - dependency-name: ast-types dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++++++++---- package.json | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c28431..00f8c73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "argparse": "^1.0.10", "array-flatten": "^1.1.1", "array-union": "^2.1.0", - "ast-types": "^0.13.4", + "ast-types": "^0.14.2", "astral-regex": "^2.0.0", "async": "^3.2.6", "axe-core": "^4.11.4", @@ -2748,9 +2748,9 @@ } }, "node_modules/ast-types": { - "version": "0.13.4", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz", - "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==", + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", + "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", "license": "MIT", "dependencies": { "tslib": "^2.0.1" @@ -3626,6 +3626,18 @@ "node": ">= 14" } }, + "node_modules/degenerator/node_modules/ast-types": { + "version": "0.13.4", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz", + "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.1" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/depd": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", diff --git a/package.json b/package.json index 2efae69..730401e 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "argparse": "^1.0.10", "array-flatten": "^1.1.1", "array-union": "^2.1.0", - "ast-types": "^0.13.4", + "ast-types": "^0.14.2", "astral-regex": "^2.0.0", "async": "^3.2.6", "axe-core": "^4.11.4",