From 912266e33d216a2d547d864c703361bf904b1308 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 08:01:25 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-yaml to v1 --- package.json | 2 +- pnpm-lock.yaml | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b7f15ea..7b8bfa0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-sort-exports": "0.9.1", "eslint-plugin-vue": "9.23.0", - "eslint-plugin-yaml": "0.5.0", + "eslint-plugin-yaml": "1.0.2", "postcss": "8.4.38", "postcss-plugin-px2rem": "0.8.1", "postcss-preset-env": "9.5.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index be34d80..2f19418 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,8 +53,8 @@ devDependencies: specifier: 9.23.0 version: 9.23.0(eslint@8.57.0) eslint-plugin-yaml: - specifier: 0.5.0 - version: 0.5.0 + specifier: 1.0.2 + version: 1.0.2 postcss: specifier: 8.4.38 version: 8.4.38 @@ -3477,8 +3477,9 @@ packages: - supports-color dev: true - /eslint-plugin-yaml@0.5.0: - resolution: {integrity: sha512-Z6km4HEiRptSuvzc96nXBND1Vlg57b7pzRmIJOgb9+3PAE+XpaBaiMx+Dg+3Y15tSrEMKCIZ9WoZMwkwUbPI8A==} + /eslint-plugin-yaml@1.0.2: + resolution: {integrity: sha512-KMgo8j3dUZgtqh3InQWoUdCB4QYuhyESU6gUGxVOKcW32ABtaqCIDvgBFULRDQurMNdS2qlFGHAD+foXTVh49A==} + engines: {node: '>=12'} dependencies: js-yaml: 4.1.0 jshint: 2.13.6 @@ -3748,6 +3749,7 @@ packages: /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -3900,6 +3902,7 @@ packages: /inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. dependencies: once: 1.4.0 wrappy: 1.0.2