From e43cc7d532e753edf8813660fd99d6657fee9259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 16:54:38 +0000 Subject: [PATCH] chore(deps): update dependency @types/fs-extra to v11.0.3 --- documentation/package-lock.json | 14 +++++++------- documentation/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/package-lock.json b/documentation/package-lock.json index b781cd737..3f5453d3a 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -23,7 +23,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "2.4.3", "@tsconfig/docusaurus": "1.0.7", - "@types/fs-extra": "11.0.2", + "@types/fs-extra": "11.0.3", "@types/lodash": "4.14.200", "app-root-path": "3.1.0", "chalk": "5.3.0", @@ -3634,9 +3634,9 @@ } }, "node_modules/@types/fs-extra": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.2.tgz", - "integrity": "sha512-c0hrgAOVYr21EX8J0jBMXGLMgJqVf/v6yxi0dLaJboW9aQPh16Id+z6w2Tx1hm+piJOLv8xPfVKZCLfjPw/IMQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.3.tgz", + "integrity": "sha512-sF59BlXtUdzEAL1u0MSvuzWd7PdZvZEtnaVkzX5mjpdWTJ8brG0jUqve3jPCzSzvAKKMHTG8F8o/WMQLtleZdQ==", "dev": true, "dependencies": { "@types/jsonfile": "*", @@ -15780,9 +15780,9 @@ } }, "@types/fs-extra": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.2.tgz", - "integrity": "sha512-c0hrgAOVYr21EX8J0jBMXGLMgJqVf/v6yxi0dLaJboW9aQPh16Id+z6w2Tx1hm+piJOLv8xPfVKZCLfjPw/IMQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-11.0.3.tgz", + "integrity": "sha512-sF59BlXtUdzEAL1u0MSvuzWd7PdZvZEtnaVkzX5mjpdWTJ8brG0jUqve3jPCzSzvAKKMHTG8F8o/WMQLtleZdQ==", "dev": true, "requires": { "@types/jsonfile": "*", diff --git a/documentation/package.json b/documentation/package.json index 57f1bd514..233597a60 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@docusaurus/module-type-aliases": "2.4.3", "@tsconfig/docusaurus": "1.0.7", - "@types/fs-extra": "11.0.2", + "@types/fs-extra": "11.0.3", "@types/lodash": "4.14.200", "app-root-path": "3.1.0", "chalk": "5.3.0",