diff --git a/package-lock.json b/package-lock.json index e29eae2346e..1f882d5bbcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -158,7 +158,7 @@ "eslint-plugin-n": "17.21.3", "form-data": "4.0.4", "lodash.shuffle": "4.2.0", - "memfs": "4.36.3", + "memfs": "4.46.1", "nock": "14.0.10", "npm-run-all2": "7.0.2", "p-timeout": "6.1.4", @@ -11086,6 +11086,23 @@ "node": ">=10.13.0" } }, + "node_modules/glob-to-regex.js": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.0.1.tgz", + "integrity": "sha512-CG/iEvgQqfzoVsMUbxSJcwbG2JwyZ3naEqPkeltwl0BSS8Bp83k3xlGms+0QdWFUAwV+uvo80wNswKF6FWEkKg==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, "node_modules/global-directory": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz", @@ -13265,20 +13282,19 @@ } }, "node_modules/memfs": { - "version": "4.36.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.36.3.tgz", - "integrity": "sha512-rZIVsNPGdZDPls/ckWhIsod2zRNsI2f2kEru0gMldkrEve+fPn7CVBTvfKLNyHQ9rZDWwzVBF8tPsZivzDPiZQ==", + "version": "4.46.1", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.46.1.tgz", + "integrity": "sha512-2wjHDg7IjP+ufAqqqSxjiNePFDrvWviA79ajUwG9lkHhk3HzZOLBzzoUG8cx9vCagj6VvBQD7oXuLuFz5LaAOQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@jsonjoy.com/json-pack": "^1.11.0", "@jsonjoy.com/util": "^1.9.0", + "glob-to-regex.js": "^1.0.1", "thingies": "^2.5.0", "tree-dump": "^1.0.3", "tslib": "^2.0.0" }, - "engines": { - "node": ">= 4.0.0" - }, "funding": { "type": "github", "url": "https://github.com/sponsors/streamich" diff --git a/package.json b/package.json index de0766eea96..22c582102b0 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ "eslint-plugin-n": "17.21.3", "form-data": "4.0.4", "lodash.shuffle": "4.2.0", - "memfs": "4.36.3", + "memfs": "4.46.1", "nock": "14.0.10", "npm-run-all2": "7.0.2", "p-timeout": "6.1.4",