From 3cb5fc6ffec3a71efb92bfb423aaba73a01da75e Mon Sep 17 00:00:00 2001 From: Amin Fazl <62678026+AminFazlMondo@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:59:36 +1100 Subject: [PATCH] chore(deps): upgrade dependencies (#866) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/AminFazlMondo/Lerna-Projen/actions/runs/11337324314 ------ *Automatically created by projen via the "upgrade-main" workflow* --- package-lock.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 649a045..7eef001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@typescript-eslint/eslint-plugin": "^7", "@typescript-eslint/parser": "^7", "commit-and-tag-version": "^12", - "constructs": "^10.4.1", + "constructs": "^10.4.2", "eslint": "^8", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-import": "^2.31.0", @@ -47,7 +47,7 @@ "node": ">= 20.0.0" }, "peerDependencies": { - "constructs": "^10.4.1", + "constructs": "^10.4.2", "projen": "^0.88.3" } }, @@ -3026,9 +3026,9 @@ } }, "node_modules/constructs": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.1.tgz", - "integrity": "sha512-eIZhGVl6SFI0T6eKtjDRlgInJn3X3uh6l4MMpRF+cQrCfm1SPkDUAMwwYEJ6bpj0Muv2quKE2E8HrijKGyNGaw==", + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/constructs/-/constructs-10.4.2.tgz", + "integrity": "sha512-wsNxBlAott2qg8Zv87q3eYZYgheb9lchtBfjHzzLHtXbttwSrHPs1NNQbBrmbb1YZvYg2+Vh0Dor76w4mFxJkA==", "dev": true, "license": "Apache-2.0" }, diff --git a/package.json b/package.json index 2f6c759..1d7a5c5 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@typescript-eslint/eslint-plugin": "^7", "@typescript-eslint/parser": "^7", "commit-and-tag-version": "^12", - "constructs": "^10.4.1", + "constructs": "^10.4.2", "eslint": "^8", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-import": "^2.31.0", @@ -64,7 +64,7 @@ "typescript": "^5.6.3" }, "peerDependencies": { - "constructs": "^10.4.1", + "constructs": "^10.4.2", "projen": "^0.88.3" }, "dependencies": {