From d6e92fbf6c761da530a2fa71ee43f95737b6c668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 03:48:41 +0000 Subject: [PATCH] chore(deps-dev): bump memfs from 4.17.0 to 4.17.1 (#1348) Bumps [memfs](https://github.com/streamich/memfs) from 4.17.0 to 4.17.1. - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/streamich/memfs/compare/v4.17.0...v4.17.1) --- updated-dependencies: - dependency-name: memfs dependency-version: 4.17.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 713967e..5a87a38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "cpy-cli": "^5.0.0", "del-cli": "^6.0.0", "json-schema": "^0.4.0", - "memfs": "^4.17.0", + "memfs": "^4.17.1", "standard-version": "^9.5.0", "typescript": "^5.8.3", "vitest": "^3.1.2" @@ -5800,9 +5800,9 @@ } }, "node_modules/memfs": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.17.0.tgz", - "integrity": "sha512-4eirfZ7thblFmqFjywlTmuWVSvccHAJbn1r8qQLzmTO11qcqpohOjmY2mFce6x7x7WtskzRqApPD0hv+Oa74jg==", + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.17.1.tgz", + "integrity": "sha512-thuTRd7F4m4dReCIy7vv4eNYnU6XI/tHMLSMMHLiortw/Y0QxqKtinG523U2aerzwYWGi606oBP4oMPy4+edag==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 5869e34..e602290 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "cpy-cli": "^5.0.0", "del-cli": "^6.0.0", "json-schema": "^0.4.0", - "memfs": "^4.17.0", + "memfs": "^4.17.1", "standard-version": "^9.5.0", "typescript": "^5.8.3", "vitest": "^3.1.2"