From b2faf1897797cd21754c3721810665063040067f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:11:28 +0000 Subject: [PATCH] Bump @types/vinyl from 2.0.11 to 2.0.12 Bumps [@types/vinyl](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/vinyl) from 2.0.11 to 2.0.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/vinyl) --- updated-dependencies: - dependency-name: "@types/vinyl" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb3c7fc..21ae538 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@types/gettext-parser": "^4.0.4", "@types/jest": "^29.5.12", - "@types/vinyl": "^2.0.11", + "@types/vinyl": "^2.0.12", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", "babel-plugin-transform-import-meta": "^2.2.1", @@ -2216,9 +2216,9 @@ "dev": true }, "node_modules/@types/vinyl": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.11.tgz", - "integrity": "sha512-vPXzCLmRp74e9LsP8oltnWKTH+jBwt86WgRUb4Pc9Lf3pkMVGyvIo2gm9bODeGfCay2DBB/hAWDuvf07JcK4rw==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@types/vinyl/-/vinyl-2.0.12.tgz", + "integrity": "sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw==", "dev": true, "dependencies": { "@types/expect": "^1.20.4", diff --git a/package.json b/package.json index 39235a3..4445a51 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "devDependencies": { "@types/gettext-parser": "^4.0.4", "@types/jest": "^29.5.12", - "@types/vinyl": "^2.0.11", + "@types/vinyl": "^2.0.12", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", "babel-plugin-transform-import-meta": "^2.2.1",