From 11bdeaaebfc1e5ee9986fa7f5990e84c77e56436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 20:54:41 +0000 Subject: [PATCH] fix(deps): bump isomorphic-git from 1.24.4 to 1.25.2 Bumps [isomorphic-git](https://github.com/isomorphic-git/isomorphic-git) from 1.24.4 to 1.25.2. - [Release notes](https://github.com/isomorphic-git/isomorphic-git/releases) - [Changelog](https://github.com/isomorphic-git/isomorphic-git/blob/main/docs/in-the-news.md) - [Commits](https://github.com/isomorphic-git/isomorphic-git/compare/v1.24.4...v1.25.2) --- updated-dependencies: - dependency-name: isomorphic-git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++--------------------- packages/backend/package.json | 2 +- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index faab25d1d..0a3ff0b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15126,9 +15126,9 @@ } }, "node_modules/isomorphic-git": { - "version": "1.24.4", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.24.4.tgz", - "integrity": "sha512-44pHxpUw9w7BUjbHYTji3I7Guf75CBTxV2/fJnfeA6IlIOgZkroabgYlroleqMs4mqiCG8nLbS/FBEBQEoexHA==", + "version": "1.25.2", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.2.tgz", + "integrity": "sha512-GHMZVujE76NpZ7Za0Kus/46J6Y7UZsY+xcHMLnFHqvcGbJzkXB1LQCzpYaRq+xQinWGdkcjBDQoE+8Tv3StPCg==", "dependencies": { "async-lock": "^1.1.0", "clean-git-ref": "^2.0.1", @@ -24213,12 +24213,6 @@ "vega-lite": "*" } }, - "node_modules/vega-embed/node_modules/yallist": { - "version": "4.0.0", - "extraneous": true, - "inBundle": true, - "license": "ISC" - }, "node_modules/vega-encode": { "version": "4.9.1", "resolved": "https://registry.npmjs.org/vega-encode/-/vega-encode-4.9.1.tgz", @@ -25403,7 +25397,7 @@ "graphql-upload": "13.0.0", "helmet": "5.1.0", "http-status-codes": "2.2.0", - "isomorphic-git": "1.24.4", + "isomorphic-git": "1.25.2", "js-yaml": "4.1.0", "knex": "2.4.2", "knex-migrate-sql-file": "1.0.3", @@ -31308,7 +31302,7 @@ "graphql-upload": "13.0.0", "helmet": "5.1.0", "http-status-codes": "2.2.0", - "isomorphic-git": "1.24.4", + "isomorphic-git": "1.25.2", "jest": "27.5.1", "js-yaml": "4.1.0", "jsonfile": "6.1.0", @@ -39977,9 +39971,9 @@ } }, "isomorphic-git": { - "version": "1.24.4", - "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.24.4.tgz", - "integrity": "sha512-44pHxpUw9w7BUjbHYTji3I7Guf75CBTxV2/fJnfeA6IlIOgZkroabgYlroleqMs4mqiCG8nLbS/FBEBQEoexHA==", + "version": "1.25.2", + "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.2.tgz", + "integrity": "sha512-GHMZVujE76NpZ7Za0Kus/46J6Y7UZsY+xcHMLnFHqvcGbJzkXB1LQCzpYaRq+xQinWGdkcjBDQoE+8Tv3StPCg==", "requires": { "async-lock": "^1.1.0", "clean-git-ref": "^2.0.1", @@ -46643,13 +46637,6 @@ "vega-schema-url-parser": "^2.2.0", "vega-themes": "^2.10.0", "vega-tooltip": "^0.27.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "bundled": true, - "extraneous": true - } } }, "vega-encode": { diff --git a/packages/backend/package.json b/packages/backend/package.json index d8cb2c3aa..3f45de282 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -50,7 +50,7 @@ "graphql-upload": "13.0.0", "helmet": "5.1.0", "http-status-codes": "2.2.0", - "isomorphic-git": "1.24.4", + "isomorphic-git": "1.25.2", "js-yaml": "4.1.0", "knex": "2.4.2", "knex-migrate-sql-file": "1.0.3",