From bf69cc11c2818a8cad911b1ebedd03a7b1690268 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 07:52:31 +0000 Subject: [PATCH] chore(deps): update dependency @html-validate/jest-config to v3.11.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 38 +++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index e344e5c..69aa27d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@html-validate/eslint-config-jest": "5.25.1", "@html-validate/eslint-config-typescript": "5.25.3", "@html-validate/eslint-config-typescript-typeinfo": "5.25.3", - "@html-validate/jest-config": "3.11.1", + "@html-validate/jest-config": "3.11.2", "@html-validate/prettier-config": "2.5.9", "@html-validate/release-scripts": "6.7.5", "@types/argparse": "2.0.17", @@ -2541,13 +2541,13 @@ } }, "node_modules/@html-validate/jest-config": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/@html-validate/jest-config/-/jest-config-3.11.1.tgz", - "integrity": "sha512-v02AUn8sQ/ErxYXUiYV3E+nK68WF1OpqTYvKH5NipkfkSrk+6RFNZPhbTeSw5LfOdgk9Dc4kS8wDjz2vhhweDA==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/@html-validate/jest-config/-/jest-config-3.11.2.tgz", + "integrity": "sha512-2gRbMzGiohZTkpbq9SS36atp9NV18gF+v/2KK45lerLfhzSE9ss8Cqc5/2926+BSTQwHogCl/NAn4HhcE8UWxA==", "dev": true, "dependencies": { "@babel/plugin-transform-modules-commonjs": "7.26.3", - "babel-plugin-transform-import-meta": "2.2.1", + "babel-plugin-transform-import-meta": "2.3.2", "jest-junit": "16.0.0", "jest-serializer-ansi-escapes": "3.0.0", "prettier-2": "npm:prettier@2.8.8" @@ -3886,13 +3886,13 @@ } }, "node_modules/babel-plugin-transform-import-meta": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-import-meta/-/babel-plugin-transform-import-meta-2.2.1.tgz", - "integrity": "sha512-AxNh27Pcg8Kt112RGa3Vod2QS2YXKKJ6+nSvRtv7qQTJAdx0MZa4UHZ4lnxHUWA2MNbLuZQv5FVab4P1CoLOWw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-import-meta/-/babel-plugin-transform-import-meta-2.3.2.tgz", + "integrity": "sha512-902o4GiQqI1GqAXfD5rEoz0PJamUfJ3VllpdWaNsFTwdaNjFSFHawvBO+cp5K2j+g2h3bZ4lnM1Xb6yFYGihtA==", "dev": true, "dependencies": { - "@babel/template": "^7.4.4", - "tslib": "^2.4.0" + "@babel/template": "^7.25.9", + "tslib": "^2.8.1" }, "peerDependencies": { "@babel/core": "^7.10.0" @@ -11727,13 +11727,13 @@ } }, "@html-validate/jest-config": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/@html-validate/jest-config/-/jest-config-3.11.1.tgz", - "integrity": "sha512-v02AUn8sQ/ErxYXUiYV3E+nK68WF1OpqTYvKH5NipkfkSrk+6RFNZPhbTeSw5LfOdgk9Dc4kS8wDjz2vhhweDA==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/@html-validate/jest-config/-/jest-config-3.11.2.tgz", + "integrity": "sha512-2gRbMzGiohZTkpbq9SS36atp9NV18gF+v/2KK45lerLfhzSE9ss8Cqc5/2926+BSTQwHogCl/NAn4HhcE8UWxA==", "dev": true, "requires": { "@babel/plugin-transform-modules-commonjs": "7.26.3", - "babel-plugin-transform-import-meta": "2.2.1", + "babel-plugin-transform-import-meta": "2.3.2", "jest-junit": "16.0.0", "jest-serializer-ansi-escapes": "3.0.0", "prettier-2": "npm:prettier@2.8.8" @@ -12736,13 +12736,13 @@ } }, "babel-plugin-transform-import-meta": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-import-meta/-/babel-plugin-transform-import-meta-2.2.1.tgz", - "integrity": "sha512-AxNh27Pcg8Kt112RGa3Vod2QS2YXKKJ6+nSvRtv7qQTJAdx0MZa4UHZ4lnxHUWA2MNbLuZQv5FVab4P1CoLOWw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-import-meta/-/babel-plugin-transform-import-meta-2.3.2.tgz", + "integrity": "sha512-902o4GiQqI1GqAXfD5rEoz0PJamUfJ3VllpdWaNsFTwdaNjFSFHawvBO+cp5K2j+g2h3bZ4lnM1Xb6yFYGihtA==", "dev": true, "requires": { - "@babel/template": "^7.4.4", - "tslib": "^2.4.0" + "@babel/template": "^7.25.9", + "tslib": "^2.8.1" } }, "babel-preset-current-node-syntax": { diff --git a/package.json b/package.json index a1480dd..4e08012 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@html-validate/eslint-config-jest": "5.25.1", "@html-validate/eslint-config-typescript": "5.25.3", "@html-validate/eslint-config-typescript-typeinfo": "5.25.3", - "@html-validate/jest-config": "3.11.1", + "@html-validate/jest-config": "3.11.2", "@html-validate/prettier-config": "2.5.9", "@html-validate/release-scripts": "6.7.5", "@types/argparse": "2.0.17",