From b67eb7b22b484071b2ea03f4c457c1cc46ed73ad Mon Sep 17 00:00:00 2001 From: HassanBahati Date: Wed, 9 Jul 2025 17:28:32 +0300 Subject: [PATCH 1/2] chore: bump @types/lodash to latest version --- package-lock.json | 30 +++++++++++++++++++++++------- package.json | 3 ++- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b307a7..d8d51e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,8 @@ "version": "3.4.1", "license": "MIT", "dependencies": { - "@types/lodash": "^4.14.104", + "@types/lodash": "^4.17.20", + "install": "^0.13.0", "lodash": "^4.17.5", "ts-deepmerge": "^2.0.1" }, @@ -2811,9 +2812,10 @@ } }, "node_modules/@types/lodash": { - "version": "4.14.161", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.161.tgz", - "integrity": "sha512-EP6O3Jkr7bXvZZSZYlsgt5DIjiGr0dXP1/jVEwVLTFgg0d+3lWVQkRavYVQszV7dYUwvg0B8R0MBDpcmXg7XIA==" + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==", + "license": "MIT" }, "node_modules/@types/long": { "version": "4.0.1", @@ -6929,6 +6931,15 @@ "node": ">=6.0.0" } }, + "node_modules/install": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", + "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, "node_modules/install-artifact-from-github": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/install-artifact-from-github/-/install-artifact-from-github-1.4.0.tgz", @@ -16581,9 +16592,9 @@ } }, "@types/lodash": { - "version": "4.14.161", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.161.tgz", - "integrity": "sha512-EP6O3Jkr7bXvZZSZYlsgt5DIjiGr0dXP1/jVEwVLTFgg0d+3lWVQkRavYVQszV7dYUwvg0B8R0MBDpcmXg7XIA==" + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==" }, "@types/long": { "version": "4.0.1", @@ -19954,6 +19965,11 @@ "through": "^2.3.6" } }, + "install": { + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", + "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==" + }, "install-artifact-from-github": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/install-artifact-from-github/-/install-artifact-from-github-1.4.0.tgz", diff --git a/package.json b/package.json index b0d7628..05025fe 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,8 @@ }, "homepage": "https://github.com/firebase/firebase-functions-test#readme", "dependencies": { - "@types/lodash": "^4.14.104", + "@types/lodash": "^4.17.20", + "install": "^0.13.0", "lodash": "^4.17.5", "ts-deepmerge": "^2.0.1" }, From 16cb11213ed5e7ac258d4f9b08eb7ab77374d8c8 Mon Sep 17 00:00:00 2001 From: HassanBahati Date: Wed, 9 Jul 2025 17:30:14 +0300 Subject: [PATCH 2/2] _ --- package-lock.json | 15 --------------- package.json | 1 - 2 files changed, 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8d51e1..6266cc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "license": "MIT", "dependencies": { "@types/lodash": "^4.17.20", - "install": "^0.13.0", "lodash": "^4.17.5", "ts-deepmerge": "^2.0.1" }, @@ -6931,15 +6930,6 @@ "node": ">=6.0.0" } }, - "node_modules/install": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", - "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==", - "license": "MIT", - "engines": { - "node": ">= 0.10" - } - }, "node_modules/install-artifact-from-github": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/install-artifact-from-github/-/install-artifact-from-github-1.4.0.tgz", @@ -19965,11 +19955,6 @@ "through": "^2.3.6" } }, - "install": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/install/-/install-0.13.0.tgz", - "integrity": "sha512-zDml/jzr2PKU9I8J/xyZBQn8rPCAY//UOYNmR01XwNwyfhEWObo2SWfSl1+0tm1u6PhxLwDnfsT/6jB7OUxqFA==" - }, "install-artifact-from-github": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/install-artifact-from-github/-/install-artifact-from-github-1.4.0.tgz", diff --git a/package.json b/package.json index 05025fe..028c78c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "homepage": "https://github.com/firebase/firebase-functions-test#readme", "dependencies": { "@types/lodash": "^4.17.20", - "install": "^0.13.0", "lodash": "^4.17.5", "ts-deepmerge": "^2.0.1" },