From e9848aead0560d8ce0cffcf9a3af0cbcafa5c1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MJ=E2=98=94?= Date: Thu, 25 Jan 2024 10:43:21 -0800 Subject: [PATCH] fix: module 'lodash' --- .projen/deps.json | 4 ++++ .projen/tasks.json | 2 +- .projenrc.js | 1 + package-lock.json | 11 +++++++++++ package.json | 1 + 5 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.projen/deps.json b/.projen/deps.json index ba170da..ad0ac7c 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -19,6 +19,10 @@ "name": "@types/jest", "type": "build" }, + { + "name": "@types/lodash", + "type": "build" + }, { "name": "@types/node", "version": "^14.17.6", diff --git a/.projen/tasks.json b/.projen/tasks.json index 457627e..d3bbf96 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -312,7 +312,7 @@ "exec": "npm install" }, { - "exec": "npm update aws-cdk-lib constructs @types/fs-extra @types/jest @types/node @types/uuid jest jest-junit jsii jsii-diff jsii-docgen jsii-pacmak npm-check-updates standard-version ts-jest typescript yaml fs-extra lodash uuid fs-extra lodash uuid" + "exec": "npm update aws-cdk-lib constructs @types/fs-extra @types/jest @types/lodash @types/node @types/uuid jest jest-junit jsii jsii-diff jsii-docgen jsii-pacmak npm-check-updates standard-version ts-jest typescript yaml fs-extra lodash uuid fs-extra lodash uuid" }, { "exec": "npx projen" diff --git a/.projenrc.js b/.projenrc.js index 147e5b8..5f3e3c8 100644 --- a/.projenrc.js +++ b/.projenrc.js @@ -16,6 +16,7 @@ const project = new awscdk.AwsCdkConstructLibrary({ devDeps: [ '@types/fs-extra@^8.1.1', '@types/jest', + '@types/lodash', '@types/node', '@types/uuid', 'yaml', diff --git a/package-lock.json b/package-lock.json index 03be98a..f2bbcb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ ], "license": "Apache-2.0", "dependencies": { + "@types/lodash": "^4.14.202", "aws-cdk-lib": "^2.80.0", "constructs": "^10.1.139", "fs-extra": "10.1.0", @@ -1524,6 +1525,11 @@ "pretty-format": "^27.0.0" } }, + "node_modules/@types/lodash": { + "version": "4.14.202", + "resolved": "http://localhost:4873/@types/lodash/-/lodash-4.14.202.tgz", + "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==" + }, "node_modules/@types/minimatch": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", @@ -12206,6 +12212,11 @@ "pretty-format": "^27.0.0" } }, + "@types/lodash": { + "version": "4.14.202", + "resolved": "http://localhost:4873/@types/lodash/-/lodash-4.14.202.tgz", + "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==" + }, "@types/minimatch": { "version": "3.0.5", "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", diff --git a/package.json b/package.json index d075c96..6eceebf 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "constructs": "^10.1.139" }, "dependencies": { + "@types/lodash": "^4.14.202", "aws-cdk-lib": "^2.80.0", "constructs": "^10.1.139", "fs-extra": "10.1.0",