Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ToppleTheNun committed Feb 7, 2021
1 parent 7c905cc commit 11890a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"upgrade-cdk": "yarn upgrade cdkactions@latest cdkactions-cli@latest"
},
"dependencies": {
"@pixeloutlaw/github-cdkactions": "^3.0.0",
"@pixeloutlaw/github-cdkactions": "3.0.0",
"cdkactions": "0.2.3",
"constructs": "3.2.109"
},
"devDependencies": {
"@types/node": "^14.14.25",
"@types/node": "14.14.25",
"cdkactions-cli": "0.2.3",
"typescript": "^4.1.3"
"typescript": "4.1.3"
},
"volta": {
"node": "14.15.4",
Expand Down
6 changes: 3 additions & 3 deletions .github/cdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@pixeloutlaw/github-cdkactions@^3.0.0":
"@pixeloutlaw/[email protected]":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@pixeloutlaw/github-cdkactions/-/github-cdkactions-3.0.0.tgz#b736f8a1bb47f1c9d0b0b46db46bcc5884929a24"
integrity sha512-lROvDUK2ffRn3aonT2hR8Ksvk3KaI7GzjLo4iH+QTNkswKgKhqSH+9cn9cd6S702+31qkjJxWNfOnsa78AQ9/A==
Expand All @@ -11,7 +11,7 @@
constructs "^3.3.12"
ts-dedent "^2.0.0"

"@types/node@^14.14.25":
"@types/[email protected]":
version "14.14.25"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.25.tgz#15967a7b577ff81383f9b888aa6705d43fbbae93"
integrity sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ==
Expand Down Expand Up @@ -163,7 +163,7 @@ ts-dedent@^2.0.0:
resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.0.0.tgz#47c5eb23d9096f3237cc413bc82d387d36dbe690"
integrity sha512-DfxKjSFQfw9+uf7N9Cy8Ebx9fv5fquK4hZ6SD3Rzr+1jKP6AVA6H8+B5457ZpUs0JKsGpGqIevbpZ9DMQJDp1A==

typescript@^4.1.3:
[email protected]:
version "4.1.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
Expand Down

0 comments on commit 11890a6

Please sign in to comment.