From fe948e1532df34d2c71acdc091a286afc83de3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 18:32:45 +0000 Subject: [PATCH] chore(deps-dev): bump @types/gulp-json-editor in /apps/editor/build Bumps [@types/gulp-json-editor](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gulp-json-editor) from 2.2.31 to 2.2.36. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gulp-json-editor) --- updated-dependencies: - dependency-name: "@types/gulp-json-editor" dependency-version: 2.2.36 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/editor/build/package-lock.json | 9 +++++---- apps/editor/build/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/apps/editor/build/package-lock.json b/apps/editor/build/package-lock.json index 445e842c..fb1106d3 100644 --- a/apps/editor/build/package-lock.json +++ b/apps/editor/build/package-lock.json @@ -25,7 +25,7 @@ "@types/gulp": "^4.0.17", "@types/gulp-filter": "^3.0.32", "@types/gulp-gzip": "^0.0.31", - "@types/gulp-json-editor": "^2.2.31", + "@types/gulp-json-editor": "^2.2.36", "@types/gulp-rename": "^0.0.33", "@types/gulp-sort": "^2.0.4", "@types/gulp-sourcemaps": "^0.0.32", @@ -1081,10 +1081,11 @@ } }, "node_modules/@types/gulp-json-editor": { - "version": "2.2.31", - "resolved": "https://registry.npmjs.org/@types/gulp-json-editor/-/gulp-json-editor-2.2.31.tgz", - "integrity": "sha512-piis0ImYAy0dt18R4EtTbAY+RV8jwTq5VisnUV6OfP8kD4743aHGkAdAd08No4NY3rFa5mD6ytIu8L0YU7nL9w==", + "version": "2.2.36", + "resolved": "https://registry.npmjs.org/@types/gulp-json-editor/-/gulp-json-editor-2.2.36.tgz", + "integrity": "sha512-BX6KjseCoZ09thBmF1QPZnDGtsLndNuhAziUbKqX8x+UDvlFjv2JLX5IeNOqMU2Sc5RkgaClyAU6JA0r19FEKw==", "dev": true, + "license": "MIT", "dependencies": { "@types/js-beautify": "*", "@types/node": "*" diff --git a/apps/editor/build/package.json b/apps/editor/build/package.json index 73d4f42e..72ea771d 100644 --- a/apps/editor/build/package.json +++ b/apps/editor/build/package.json @@ -19,7 +19,7 @@ "@types/gulp": "^4.0.17", "@types/gulp-filter": "^3.0.32", "@types/gulp-gzip": "^0.0.31", - "@types/gulp-json-editor": "^2.2.31", + "@types/gulp-json-editor": "^2.2.36", "@types/gulp-rename": "^0.0.33", "@types/gulp-sort": "^2.0.4", "@types/gulp-sourcemaps": "^0.0.32",