From 5f04feeb13aea9996c2d27c7bf250911cb5fe07b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:08:08 +0000 Subject: [PATCH] Update dependency fixturify-project to v7 --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38f1dc6..b3e0991 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-mocha": "^10.2.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prefer-let": "^3.0.1", - "fixturify-project": "^6.0.0", + "fixturify-project": "^7.0.0", "git-fixtures": "^8.0.0", "mocha": "^10.2.0", "mocha-helpers": "^9.0.0", @@ -1459,9 +1459,9 @@ } }, "node_modules/fixturify-project": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/fixturify-project/-/fixturify-project-6.0.0.tgz", - "integrity": "sha512-cT+rudgGhYKJ4h5DIrDj4T2HfZMzF17c+PtQ3gYGXr67hsPkptjAvm6HhmHa7TuzJ2/yHYTGBlVXh5HB3LhVhQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/fixturify-project/-/fixturify-project-7.0.0.tgz", + "integrity": "sha512-zo1ZylESCHPnly3sJGLfRtkLlnJuKrJebcwm49lZgxo1bQqsjfwERw3Ti8pgEQIflwu26QGpYtLnh7m9piT9WA==", "dev": true, "dependencies": { "bin-links": "^3.0.0", @@ -1489,9 +1489,9 @@ } }, "node_modules/fixturify-project/node_modules/type-fest": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.6.0.tgz", - "integrity": "sha512-rLjWJzQFOq4xw7MgJrCZ6T1jIOvvYElXT12r+y0CC6u67hegDHaxcPqb2fZHOGlqxugGQPNB1EnTezjBetkwkw==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.15.0.tgz", + "integrity": "sha512-tB9lu0pQpX5KJq54g+oHOLumOx+pMep4RaM6liXh2PKmVRFF+/vAtUP0ZaJ0kOySfVNjF6doBWPHhBhISKdlIA==", "dev": true, "engines": { "node": ">=16" @@ -4381,9 +4381,9 @@ } }, "fixturify-project": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/fixturify-project/-/fixturify-project-6.0.0.tgz", - "integrity": "sha512-cT+rudgGhYKJ4h5DIrDj4T2HfZMzF17c+PtQ3gYGXr67hsPkptjAvm6HhmHa7TuzJ2/yHYTGBlVXh5HB3LhVhQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/fixturify-project/-/fixturify-project-7.0.0.tgz", + "integrity": "sha512-zo1ZylESCHPnly3sJGLfRtkLlnJuKrJebcwm49lZgxo1bQqsjfwERw3Ti8pgEQIflwu26QGpYtLnh7m9piT9WA==", "dev": true, "requires": { "bin-links": "^3.0.0", @@ -4405,9 +4405,9 @@ } }, "type-fest": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.6.0.tgz", - "integrity": "sha512-rLjWJzQFOq4xw7MgJrCZ6T1jIOvvYElXT12r+y0CC6u67hegDHaxcPqb2fZHOGlqxugGQPNB1EnTezjBetkwkw==", + "version": "4.15.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.15.0.tgz", + "integrity": "sha512-tB9lu0pQpX5KJq54g+oHOLumOx+pMep4RaM6liXh2PKmVRFF+/vAtUP0ZaJ0kOySfVNjF6doBWPHhBhISKdlIA==", "dev": true } } diff --git a/package.json b/package.json index 16e38d3..01e8a6b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "eslint-plugin-mocha": "^10.2.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prefer-let": "^3.0.1", - "fixturify-project": "^6.0.0", + "fixturify-project": "^7.0.0", "git-fixtures": "^8.0.0", "mocha": "^10.2.0", "mocha-helpers": "^9.0.0",