Skip to content

Commit

Permalink
chore(deps): bumps projen from 0.17.62 to 0.17.65 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollucci authored May 15, 2021
1 parent ad31587 commit febebb9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
{
"name": "projen",
"version": "^0.17.62",
"version": "^0.17.65",
"type": "build"
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jsii-pacmak": "^1.16.0",
"json-schema": "^0.3.0",
"p6-projen-project-awesome-list": "^0.1.10",
"projen": "^0.17.62",
"projen": "^0.17.65",
"standard-version": "^9",
"ts-jest": "^26.4.4",
"typescript": "^3.9.5"
Expand Down
19 changes: 18 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5436,7 +5436,7 @@ progress@^2.0.0:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

projen@^0, projen@^0.17.62:
projen@^0:
version "0.17.62"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.62.tgz#4828ff92a9e89fc8bff4f8f2cf565216d2359206"
integrity sha512-wHMY/ZicPvqf6XCr5Lu7/2ConCgZMIyQOrB0GwPZ+UYuV7Bk8He7jBJn/w3WKyE79EZdszfaRjEU3utzqqDOqw==
Expand All @@ -5453,6 +5453,23 @@ projen@^0, projen@^0.17.62:
yaml "^1.10.0"
yargs "^16.2.0"

projen@^0.17.65:
version "0.17.65"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.65.tgz#b2d6b6bb839fc2992a93868b89ba40a784ac5324"
integrity sha512-NzlSaCqbB/RpUAQzSD0pb71apJPmNr2Rxn//6jwzMzeZ5Ej7Cmsk9hKiWl/5v0iU51W27XBicrMnFUM851vcFw==
dependencies:
"@iarna/toml" "^2.2.5"
chalk "^4.1.0"
decamelize "^4.0.0"
fs-extra "^9.0.1"
glob "^7"
ini "^2.0.0"
inquirer "^7.3.3"
semver "^7.3.2"
xmlbuilder2 "^2.4.0"
yaml "^1.10.0"
yargs "^16.2.0"

prompts@^2.0.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.1.tgz#befd3b1195ba052f9fd2fde8a486c4e82ee77f61"
Expand Down

0 comments on commit febebb9

Please sign in to comment.