From 2b40fb4d45bc78afeeb21f498346a2855cfeb43d Mon Sep 17 00:00:00 2001 From: Arun Donti Date: Sun, 20 Feb 2022 19:10:51 -0500 Subject: [PATCH] chore(deps): upgrade dependencies (#646) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/cdk-nag/actions/runs/1873468596 ------ *Automatically created by projen via the "upgrade-v2-main" workflow* --- .projen/tasks.json | 5 +---- package.json | 2 +- yarn.lock | 14 +++++++------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/.projen/tasks.json b/.projen/tasks.json index 77b2e9a515..d89e9f06cf 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -134,10 +134,7 @@ "description": "Creates the distribution package", "steps": [ { - "exec": "mkdir -p dist" - }, - { - "exec": "rsync -a . dist --exclude .git --exclude node_modules" + "exec": "if [ ! -z ${CI} ]; then mkdir -p dist && rsync -a . dist --exclude .git --exclude node_modules; else npx projen package-all; fi" } ] }, diff --git a/package.json b/package.json index a6841678fd..8ead87ff1c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "json-schema": "^0.4.0", "npm-check-updates": "^12", "prettier": "^2.5.1", - "projen": "^0.52.36", + "projen": "^0.52.38", "standard-version": "^9", "ts-jest": "^27.1.3", "typescript": "^4.5.5" diff --git a/yarn.lock b/yarn.lock index cd73d04733..644102dbb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4425,9 +4425,9 @@ npm-bundled@^1.1.1: npm-normalize-package-bin "^1.0.1" npm-check-updates@^12: - version "12.3.1" - resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-12.3.1.tgz#48339da0331e9c857b94be04b33dfe7f5ec34fbd" - integrity sha512-rvXyiUnc9zw3WXakqv0LsdFDc1V4T8DHG8AdWEjJiqfOZdBI4q8ekTt/BFqLQAtcXo5Pu6WGqjA9oDnFi4UV3g== + version "12.4.0" + resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-12.4.0.tgz#67e8e1b88551167368ec246dfd4302ce3007d83d" + integrity sha512-X14H74M8SVFkStmP1NDOMh0OjLB3mU2dwUeM71zyITJHkm08MASwwTcydW6YuGcNW1RUlVq1cQY2yWijv4zKUQ== dependencies: chalk "^4.1.2" cint "^8.2.1" @@ -4893,10 +4893,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.52.36: - version "0.52.36" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.52.36.tgz#77a928428d87c164e1c4786bb7130959005a99fd" - integrity sha512-zMJuBejy8vnfzIK++28z/nEH9r+jFdPafD9TJsthazoDS/A/AAmdIvqoy9W/UMDUOjUu3bAh/cVE6aCU8W+NIw== +projen@^0.52.38: + version "0.52.38" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.52.38.tgz#30dde77b22868d5b1b62520fb62634e500965010" + integrity sha512-yRqJAm4f8+jalVXt+klM/CQeXOhQ5xb6N4NgDtRN0kOZenO6uY6KAvTG+Km7W07oThtLj+OMMDTqcdN+VQxuOg== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"