From 330908d1c05e75db60a29add702aab2d13990f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 14:38:50 +0000 Subject: [PATCH] Bump minimatch from 3.1.2 to 3.1.5 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d7460b..b5f2a76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,12 +20,11 @@ }, "../eslint-plugin": { "name": "@thundercraft5/eslint-plugin", - "version": "1.10.0", + "version": "0.0.1", "dev": true, - "license": "MIT", - "devDependencies": { - "@thundercraft5/eslint-plugin": "file:.", - "@thundercraft5/tsconfig": "latest", + "dependencies": { + "@thundercraft5/eslint-plugin": "file:", + "@thundercraft5/tsconfig": "*", "@typescript-eslint/eslint-plugin": "5.36.3-alpha.2", "@typescript-eslint/parser": "5.36.3-alpha.2", "copyfiles": "2.4.1", @@ -41,25 +40,15 @@ "eslint-plugin-unicorn": "43.0.2", "ts-node": "10.9.1", "typescript": "4.9.0-dev.20220908" - }, - "engines": { - "node": "18.x" - }, - "peerDependencies": { - "eslint": "latest" } }, "../tsconfig": { "name": "@thundercraft5/tsconfig", - "version": "1.1.2", + "version": "0.0.1", "dev": true, - "license": "MIT", - "devDependencies": { + "dependencies": { "typescript": "4.8.0-dev.20220520", "typescript-eslint-language-service": "5.0.0" - }, - "engines": { - "node": "18.x" } }, "node_modules/@babel/code-frame": { @@ -1111,9 +1100,9 @@ } }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", "dev": true, "dependencies": { "brace-expansion": "^1.1.7" @@ -1808,7 +1797,7 @@ "version": "file:../eslint-plugin", "requires": { "@thundercraft5/eslint-plugin": "file:", - "@thundercraft5/tsconfig": "latest", + "@thundercraft5/tsconfig": "*", "@typescript-eslint/eslint-plugin": "5.36.3-alpha.2", "@typescript-eslint/parser": "5.36.3-alpha.2", "copyfiles": "2.4.1", @@ -2462,9 +2451,9 @@ "dev": true }, "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", "dev": true, "requires": { "brace-expansion": "^1.1.7"