diff --git a/core/package-lock.json b/core/package-lock.json index 2377fa7..d7080b2 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -13,15 +13,15 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@types/lodash": "4.14.182", + "@types/lodash": "4.14.199", "@types/node": "17.0.31", "typescript": "4.7.4" } }, "node_modules/@types/lodash": { - "version": "4.14.182", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", - "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==", + "version": "4.14.199", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.199.tgz", + "integrity": "sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==", "dev": true }, "node_modules/@types/node": { @@ -62,9 +62,9 @@ }, "dependencies": { "@types/lodash": { - "version": "4.14.182", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", - "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==", + "version": "4.14.199", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.199.tgz", + "integrity": "sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==", "dev": true }, "@types/node": { diff --git a/core/package.json b/core/package.json index 271e6f7..5d47e80 100644 --- a/core/package.json +++ b/core/package.json @@ -34,7 +34,7 @@ "url": "https://github.com/UniCoderGroup/ucon/issues" }, "devDependencies": { - "@types/lodash": "4.14.182", + "@types/lodash": "4.14.199", "@types/node": "17.0.31", "log-to-sth-api": "^0.0.0", "nodeliketty-testimpl": "^0.0.0", diff --git a/scripts/package-lock.json b/scripts/package-lock.json index c093849..8a068df 100644 --- a/scripts/package-lock.json +++ b/scripts/package-lock.json @@ -10,14 +10,14 @@ "lodash": "4.17.21" }, "devDependencies": { - "@types/lodash": "4.14.182", + "@types/lodash": "4.14.199", "typescript": "4.7.4" } }, "node_modules/@types/lodash": { - "version": "4.14.182", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", - "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==", + "version": "4.14.199", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.199.tgz", + "integrity": "sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==", "dev": true }, "node_modules/commander": { @@ -49,9 +49,9 @@ }, "dependencies": { "@types/lodash": { - "version": "4.14.182", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", - "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==", + "version": "4.14.199", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.199.tgz", + "integrity": "sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==", "dev": true }, "commander": { diff --git a/scripts/package.json b/scripts/package.json index 987fb27..b7f6f86 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -2,7 +2,7 @@ "name": "climo", "type": "module", "devDependencies": { - "@types/lodash": "4.14.182", + "@types/lodash": "4.14.199", "typescript": "4.7.4" }, "dependencies": {