From 4e2d17e2cfe40f4a53f2c8c6535b500015bc362f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Dec 2023 04:51:28 +0000 Subject: [PATCH] fix: upgrade lint-staged from 15.0.2 to 15.1.0 Snyk has created this PR to upgrade lint-staged from 15.0.2 to 15.1.0. See this package in npm: https://www.npmjs.com/package/lint-staged See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/4f308ce2-903a-44f4-ba41-1e2222ab2aa9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b3105279e63e..a6a5c9a8498ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "nodejs.org", + "name": "npm-proj-1702529463447-0.17358509604578898wkGCrg", "version": "1.0.0", "lockfileVersion": 3, "requires": true, @@ -29,7 +29,7 @@ "glob": "~10.3.10", "gray-matter": "~4.0.3", "husky": "8.0.3", - "lint-staged": "15.0.2", + "lint-staged": "^15.1.0", "next": "~14.0.3", "next-intl": "^3.1.3", "next-themes": "~0.2.1", @@ -19816,9 +19816,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lint-staged": { - "version": "15.0.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.0.2.tgz", - "integrity": "sha512-vnEy7pFTHyVuDmCAIFKR5QDO8XLVlPFQQyujQ/STOxe40ICWqJ6knS2wSJ/ffX/Lw0rz83luRDh+ET7toN+rOw==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.1.0.tgz", + "integrity": "sha512-ZPKXWHVlL7uwVpy8OZ7YQjYDAuO5X4kMh0XgZvPNxLcCCngd0PO5jKQyy3+s4TL2EnHoIXIzP1422f/l3nZKMw==", "dependencies": { "chalk": "5.3.0", "commander": "11.1.0", @@ -19829,7 +19829,7 @@ "micromatch": "4.0.5", "pidtree": "0.6.0", "string-argv": "0.3.2", - "yaml": "2.3.3" + "yaml": "2.3.4" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -19974,9 +19974,9 @@ } }, "node_modules/lint-staged/node_modules/yaml": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.3.tgz", - "integrity": "sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", + "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", "engines": { "node": ">= 14" } diff --git a/package.json b/package.json index a34a37caba8d6..eb886fdf73531 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "glob": "~10.3.10", "gray-matter": "~4.0.3", "husky": "8.0.3", - "lint-staged": "15.0.2", + "lint-staged": "15.1.0", "next": "~14.0.3", "next-intl": "^3.1.3", "next-themes": "~0.2.1",