From c66a55b7e7984c18468162cd1c9bf23a18b73add Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Mon, 12 Feb 2024 22:01:12 +0100 Subject: [PATCH] fix(package): update memfs to version 4.6.1 --- package-lock.json | 36 +++++++++++++++++++----------------- package.json | 2 +- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92e0d71f..6cdf861c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "karma-webpack": "^5.0.1", "lint-staged": "^15.2.2", "load-grunt-config": "^4.0.1", - "memfs": "^4.6.0", + "memfs": "^4.6.1", "mocha": "^10.3.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", @@ -9421,13 +9421,14 @@ "dev": true }, "node_modules/json-joy": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/json-joy/-/json-joy-9.9.1.tgz", - "integrity": "sha512-/d7th2nbQRBQ/nqTkBe6KjjvDciSwn9UICmndwk3Ed/Bk9AqkTRm4PnLVfXG4DKbT0rEY0nKnwE7NqZlqKE6kg==", + "version": "11.28.0", + "resolved": "https://registry.npmjs.org/json-joy/-/json-joy-11.28.0.tgz", + "integrity": "sha512-WTq2tYD2r+0rUFId4gtUjwejV20pArh4q2WRJKxJdwLlPFHyW94HwwB2vUr5lUJTVkehhhWEVLwOUI0MSacNIw==", "dev": true, "dependencies": { "arg": "^5.0.2", - "hyperdyperid": "^1.2.0" + "hyperdyperid": "^1.2.0", + "thingies": "^1.14.1" }, "bin": { "jj": "bin/jj.js", @@ -10643,12 +10644,12 @@ } }, "node_modules/memfs": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.6.0.tgz", - "integrity": "sha512-I6mhA1//KEZfKRQT9LujyW6lRbX7RkC24xKododIDO3AGShcaFAMKElv1yFGWX8fD4UaSiwasr3NeQ5TdtHY1A==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.6.1.tgz", + "integrity": "sha512-EBR9cb0t/PJjPI7fVx2m9V7iQH8joEgIsrfWW+qam304dK/FvpcTqKdKu3sbcbMmCZMbMwPi76PREoFaGR0Bmw==", "dev": true, "dependencies": { - "json-joy": "^9.2.0", + "json-joy": "^11.0.0", "thingies": "^1.11.1" }, "engines": { @@ -21832,13 +21833,14 @@ "dev": true }, "json-joy": { - "version": "9.9.1", - "resolved": "https://registry.npmjs.org/json-joy/-/json-joy-9.9.1.tgz", - "integrity": "sha512-/d7th2nbQRBQ/nqTkBe6KjjvDciSwn9UICmndwk3Ed/Bk9AqkTRm4PnLVfXG4DKbT0rEY0nKnwE7NqZlqKE6kg==", + "version": "11.28.0", + "resolved": "https://registry.npmjs.org/json-joy/-/json-joy-11.28.0.tgz", + "integrity": "sha512-WTq2tYD2r+0rUFId4gtUjwejV20pArh4q2WRJKxJdwLlPFHyW94HwwB2vUr5lUJTVkehhhWEVLwOUI0MSacNIw==", "dev": true, "requires": { "arg": "^5.0.2", - "hyperdyperid": "^1.2.0" + "hyperdyperid": "^1.2.0", + "thingies": "^1.14.1" } }, "json-parse-even-better-errors": { @@ -22720,12 +22722,12 @@ "dev": true }, "memfs": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.6.0.tgz", - "integrity": "sha512-I6mhA1//KEZfKRQT9LujyW6lRbX7RkC24xKododIDO3AGShcaFAMKElv1yFGWX8fD4UaSiwasr3NeQ5TdtHY1A==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.6.1.tgz", + "integrity": "sha512-EBR9cb0t/PJjPI7fVx2m9V7iQH8joEgIsrfWW+qam304dK/FvpcTqKdKu3sbcbMmCZMbMwPi76PREoFaGR0Bmw==", "dev": true, "requires": { - "json-joy": "^9.2.0", + "json-joy": "^11.0.0", "thingies": "^1.11.1" } }, diff --git a/package.json b/package.json index 1f7f49cc..9efb01ee 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "karma-webpack": "^5.0.1", "lint-staged": "^15.2.2", "load-grunt-config": "^4.0.1", - "memfs": "^4.6.0", + "memfs": "^4.6.1", "mocha": "^10.3.0", "prettier": "^3.2.5", "rimraf": "^5.0.5",