Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 21, 2021
1 parent d810043 commit 4b4746a
Show file tree
Hide file tree
Showing 6 changed files with 647 additions and 606 deletions.
8 changes: 4 additions & 4 deletions .github/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"upgrade-cdk": "yarn upgrade cdkactions@latest cdkactions-cli@latest"
},
"dependencies": {
"@pennlabs/kraken": "^0.4.9",
"cdkactions": "^0.2.0",
"constructs": "^3.2.80"
"@pennlabs/kraken": "^0.4.12",
"cdkactions": "^0.2.3",
"constructs": "^3.3.29"
},
"devDependencies": {
"@types/node": "^14.14.26",
"@types/node": "^14.14.31",
"cdkactions-cli": "^0.2.3",
"typescript": "^4.1.5"
}
Expand Down
21 changes: 13 additions & 8 deletions .github/cdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# yarn lockfile v1


"@pennlabs/kraken@^0.4.9":
version "0.4.9"
resolved "https://registry.yarnpkg.com/@pennlabs/kraken/-/kraken-0.4.9.tgz#520ab7bf893168d803af69777de4862c23416465"
integrity sha512-0wfdxSSyCdG1YsIXpAFAonOrz6eG/Yn1wufRRCuc/XWme30MB3J/7YLz+2O9W/jBvzZnUDGGjFgGnQgOU5F4cw==
"@pennlabs/kraken@^0.4.12":
version "0.4.12"
resolved "https://registry.yarnpkg.com/@pennlabs/kraken/-/kraken-0.4.12.tgz#1e01fcbc07f74c55bf08694d9c224c92a9a29b77"
integrity sha512-Wul9blNqPSnZDTv3zw40tN1bPYXP7/6BgFgopBYbCGFNig9/T7fMBoo8ueRaxrDN5721kkMT7LFElXqFo4VR3g==
dependencies:
cdkactions "^0.2.0"
constructs "^3.2.80"
dedent-js "^1.0.1"

"@types/node@^14.14.26":
version "14.14.26"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.26.tgz#e40df24c957568f350cca04e63bfb1e1556d1cbf"
integrity sha512-skWxepWOs+VArEBWd2S/VR3wUavioIIx9/HzW+UJiIjtwa6+kNXdsOeq7FfxDXf56hIcL0ieo2brwMgBJ1+lhw==
"@types/node@^14.14.31":
version "14.14.31"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055"
integrity sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g==

ansi-regex@^5.0.0:
version "5.0.0"
Expand Down Expand Up @@ -79,6 +79,11 @@ constructs@^3.2.109, constructs@^3.2.80:
resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.3.11.tgz#493793200bb5b38c815d38a9c115eb9054703187"
integrity sha512-yis7ff0LPa1bgXBKKEU4BiS9sGCuRqCqHU6F12b2PnDurKQDMvy2meDzre15uaTf4mrxYmsezIGhiy9+GkIguw==

constructs@^3.3.29:
version "3.3.29"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.3.29.tgz#42d2fbc0d872a47701a70583a0d4356a3f11955c"
integrity sha512-rGQzkq2M/qKZ0hMEtt4YPpsZKOwzmiyAQx3PqexXXsjdVnTqEfIwQuDpc+1jP6CtaBHl7rR6CxQcfsP5DmaERw==

dedent-js@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/dedent-js/-/dedent-js-1.0.1.tgz#bee5fb7c9e727d85dffa24590d10ec1ab1255305"
Expand Down
26 changes: 13 additions & 13 deletions cdk/kittyhawk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,28 @@
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^10.17.0",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"cdk8s-cli": "^1.0.0-beta.5",
"@types/node": "^10.17.54",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"cdk8s-cli": "^1.0.0-beta.8",
"codecov": "^3.8.1",
"cron-time-generator": "^1.1.1",
"eslint": "^7.17.0",
"eslint": "^7.20.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"jest-junit": "^12",
"json-schema": "^0.3.0",
"projen": "^0.14.4",
"standard-version": "^9.0.0",
"ts-jest": "^26.4.4",
"typedoc": "^0.19.2",
"typescript": "^3.9.5"
"projen": "^0.16.9",
"standard-version": "^9.1.1",
"ts-jest": "^26.5.1",
"typedoc": "^0.20.27",
"typescript": "^3.9.9"
},
"dependencies": {
"cdk8s": "^1.0.0-beta.5",
"constructs": "^3.2.98"
"cdk8s": "^1.0.0-beta.8",
"constructs": "^3.3.29"
},
"bundledDependencies": [],
"keywords": [
Expand Down
Loading

0 comments on commit 4b4746a

Please sign in to comment.