From c8da557f1bd76a33d91743c6c0142be8c1e42bc4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Jul 2025 00:19:56 +0000 Subject: [PATCH] Update dependency @typescript-eslint/parser to ^8.38.0 --- central_frontend/package-lock.json | 17 +---------------- central_frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/central_frontend/package-lock.json b/central_frontend/package-lock.json index 991e011..7e6e31e 100644 --- a/central_frontend/package-lock.json +++ b/central_frontend/package-lock.json @@ -30,7 +30,7 @@ "@types/react-dom": "^19.1.6", "@types/semver": "^7.7.0", "@typescript-eslint/eslint-plugin": "^8.38.0", - "@typescript-eslint/parser": "^8.37.0", + "@typescript-eslint/parser": "^8.38.0", "@vitejs/plugin-react": "^4.7.0", "eslint": "^9.31.0", "eslint-plugin-react-hooks": "^5.2.0", @@ -5062,21 +5062,6 @@ "dev": true, "license": "ISC" }, - "node_modules/yaml": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", - "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", - "dev": true, - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14" - } - }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/central_frontend/package.json b/central_frontend/package.json index 01aceda..98894bf 100644 --- a/central_frontend/package.json +++ b/central_frontend/package.json @@ -32,7 +32,7 @@ "@types/react-dom": "^19.1.6", "@types/semver": "^7.7.0", "@typescript-eslint/eslint-plugin": "^8.38.0", - "@typescript-eslint/parser": "^8.37.0", + "@typescript-eslint/parser": "^8.38.0", "@vitejs/plugin-react": "^4.7.0", "eslint": "^9.31.0", "eslint-plugin-react-hooks": "^5.2.0",