From 3e03ca1a3d433b3f226bfcd0127d7d6e0d4030fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 02:18:44 +0000 Subject: [PATCH] build(deps-dev): bump memfs from 4.9.3 to 4.9.4 Bumps [memfs](https://github.com/streamich/memfs) from 4.9.3 to 4.9.4. - [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.9.3...v4.9.4) --- updated-dependencies: - dependency-name: memfs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/cli-utils/package.json | 2 +- packages/rollup-plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f8e706ba9..81dc3fee93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22160,9 +22160,9 @@ } }, "node_modules/memfs": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.9.3.tgz", - "integrity": "sha512-bsYSSnirtYTWi1+OPMFb0M048evMKyUYe0EbtuGQgq6BVQM1g1W8/KIUJCCvjgI/El0j6Q4WsmMiBwLUBSw8LA==", + "version": "4.9.4", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.9.4.tgz", + "integrity": "sha512-Xlj8b2rU11nM6+KU6wC7cuWcHQhVINWCUgdPS4Ar9nPxLaOya3RghqK7ALyDW2QtGebYAYs6uEdEVnwPVT942A==", "dev": true, "dependencies": { "@jsonjoy.com/json-pack": "^1.0.3", @@ -31505,7 +31505,7 @@ "@types/stream-json": "^1.7.3", "jest": "29.7.0", "jest-cli": "29.7.0", - "memfs": "4.9.3", + "memfs": "4.9.4", "rimraf": "6.0.1", "ts-jest": "29.2.3", "typescript": "5.5.4" @@ -31807,7 +31807,7 @@ "core-js": "3.37.1", "jest": "29.7.0", "jest-cli": "29.7.0", - "memfs": "4.9.3", + "memfs": "4.9.4", "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", "rollup": "4.19.0", diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index c6314eb530..b76b677937 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -52,7 +52,7 @@ "@types/stream-json": "^1.7.3", "jest": "29.7.0", "jest-cli": "29.7.0", - "memfs": "4.9.3", + "memfs": "4.9.4", "rimraf": "6.0.1", "ts-jest": "29.2.3", "typescript": "5.5.4" diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 3a48150ea0..af147f0e87 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -54,7 +54,7 @@ "core-js": "3.37.1", "jest": "29.7.0", "jest-cli": "29.7.0", - "memfs": "4.9.3", + "memfs": "4.9.4", "regenerator-runtime": "0.14.1", "rimraf": "6.0.1", "rollup": "4.19.0",