chore(deps-dev): bump memfs from 4.47.0 to 4.49.0 (#1509)

Bumps [memfs](https://github.com/streamich/memfs) from 4.47.0 to 4.49.0.
- [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.47.0...v4.49.0)

---
updated-dependencies:
- dependency-name: memfs
  dependency-version: 4.49.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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-10-07 03:05:12 +00:00
committed by GitHub
parent 7bf7fb2669
commit 9a4d0ad460
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": "^7.0.0",
"json-schema": "^0.4.0",
"memfs": "^4.47.0",
"memfs": "^4.49.0",
"standard-version": "^9.5.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
@@ -6029,9 +6029,9 @@
}
},
"node_modules/memfs": {
"version": "4.47.0",
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.47.0.tgz",
"integrity": "sha512-Xey8IZA57tfotV/TN4d6BmccQuhFP+CqRiI7TTNdipZdZBzF2WnzUcH//Cudw6X4zJiUbo/LTuU/HPA/iC/pNg==",
"version": "4.49.0",
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.49.0.tgz",
"integrity": "sha512-L9uC9vGuc4xFybbdOpRLoOAOq1YEBBsocCs5NVW32DfU+CZWWIn3OVF+lB8Gp4ttBVSMazwrTrjv8ussX/e3VQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {

View File

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