Skip to content

Commit 04af4b4

Browse files
authored
Merge pull request #39 from aws-samples/bump-minimist
chore(deps): bump minimist to latest
2 parents 1c90f73 + bb902c3 commit 04af4b4

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

.projen/deps.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const { awscdk } = require('projen');
22
const project = new awscdk.AwsCdkConstructLibrary({
33
author: 'Cameron Magee',
44
authorAddress: '[email protected]',
5+
bundledDeps: ['minimist'],
56
copyrightOwner: 'Amazon.com, Inc. or its affiliates. All Rights Reserved.',
67
cdkVersion: '2.59.0',
78
constructsVersion: '10.1.215',

package.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)