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",