From a80fff8f468c922ab9f29c56b675e17b7820a1a9 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 3 Apr 2022 13:55:05 +0200 Subject: [PATCH] Upgrade wild-wild-path 2.3.0 -> 2.4.0 --- 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 042577371..6c5ee5d35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "update-notifier": "^5.0.1", "uuid": "^8.3.2", "wild-wild-parser": "^2.3.0", - "wild-wild-path": "^2.3.0", + "wild-wild-path": "^2.4.0", "wild-wild-utils": "^2.1.0", "wrap-ansi": "^8.0.1", "write-file-atomic": "^4.0.1", @@ -17050,13 +17050,13 @@ } }, "node_modules/wild-wild-path": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/wild-wild-path/-/wild-wild-path-2.3.0.tgz", - "integrity": "sha512-2/V+B2idinFv0DZAcgr2MKwGEA2x1+sLjgdgxVx+pLcSwy8RjcZul6htPxxY5FO5SwDQay9XAnrQoAvAyrVY6g==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/wild-wild-path/-/wild-wild-path-2.4.0.tgz", + "integrity": "sha512-/GSnngGIevxvSswUpQ6R1TEhA2ySszAJFSnjWHcqmEQeGEPb9aFOFygH2uWHr5D73S4QH0nklrD4EHNOlYtHnw==", "dependencies": { "is-plain-obj": "^4.0.0", "moize": "^6.1.0", - "wild-wild-parser": "^2.2.0" + "wild-wild-parser": "^2.3.0" }, "engines": { "node": ">=12.20.0" @@ -30280,13 +30280,13 @@ } }, "wild-wild-path": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/wild-wild-path/-/wild-wild-path-2.3.0.tgz", - "integrity": "sha512-2/V+B2idinFv0DZAcgr2MKwGEA2x1+sLjgdgxVx+pLcSwy8RjcZul6htPxxY5FO5SwDQay9XAnrQoAvAyrVY6g==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/wild-wild-path/-/wild-wild-path-2.4.0.tgz", + "integrity": "sha512-/GSnngGIevxvSswUpQ6R1TEhA2ySszAJFSnjWHcqmEQeGEPb9aFOFygH2uWHr5D73S4QH0nklrD4EHNOlYtHnw==", "requires": { "is-plain-obj": "^4.0.0", "moize": "^6.1.0", - "wild-wild-parser": "^2.2.0" + "wild-wild-parser": "^2.3.0" } }, "wild-wild-utils": { diff --git a/package.json b/package.json index 70dc446bf..01844ec97 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "update-notifier": "^5.0.1", "uuid": "^8.3.2", "wild-wild-parser": "^2.3.0", - "wild-wild-path": "^2.3.0", + "wild-wild-path": "^2.4.0", "wild-wild-utils": "^2.1.0", "wrap-ansi": "^8.0.1", "write-file-atomic": "^4.0.1",