chore(deps-dev): bump memfs from 4.38.1 to 4.38.2 (#1462)

Bumps [memfs](https://github.com/streamich/memfs) from 4.38.1 to 4.38.2.
- [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.38.1...v4.38.2)

---
updated-dependencies:
- dependency-name: memfs
  dependency-version: 4.38.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-09-03 11:21:36 -07:00 committed by GitHub
commit b632c0b5e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -25,7 +25,7 @@
"cpy-cli": "^6.0.0",
"del-cli": "^6.0.0",
"json-schema": "^0.4.0",
"memfs": "^4.38.1",
"memfs": "^4.38.2",
"standard-version": "^9.5.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
@ -5835,9 +5835,9 @@
}
},
"node_modules/memfs": {
"version": "4.38.1",
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.38.1.tgz",
"integrity": "sha512-exfrOkkU3m0EpbQ0iQJP93HUbkprnIBU7IUnobSNAzHkBUzsklLwENGLEm8ZwJmMuLoFEfv1pYQ54wSpkay4kQ==",
"version": "4.38.2",
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.38.2.tgz",
"integrity": "sha512-FpWsVHpAkoSh/LfY1BgAl72BVd374ooMRtDi2VqzBycX4XEfvC0XKACCe0C9VRZoYq5viuoyTv6lYXZ/Q7TrLQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {

View file

@ -26,7 +26,7 @@
"cpy-cli": "^6.0.0",
"del-cli": "^6.0.0",
"json-schema": "^0.4.0",
"memfs": "^4.38.1",
"memfs": "^4.38.2",
"standard-version": "^9.5.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4"