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",