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 Mar 9, 2021
1 parent 8c5cea8 commit a12fc81
Show file tree
Hide file tree
Showing 6 changed files with 697 additions and 657 deletions.
10 changes: 5 additions & 5 deletions .github/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"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.5.0",
"cdkactions": "^0.2.3",
"constructs": "^3.3.64"
},
"devDependencies": {
"@types/node": "^14.14.26",
"@types/node": "^14.14.32",
"cdkactions-cli": "^0.2.3",
"typescript": "^4.1.5"
"typescript": "^4.2.3"
}
}
29 changes: 17 additions & 12 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.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@pennlabs/kraken/-/kraken-0.5.0.tgz#b79d24f3d34a1ef4aff7edc0e90e5bd9388c1897"
integrity sha512-4QHJ7hPoxswsNpELdlDXX73GKecelCdPXKf7MEJYZ3Xe3UCZGEStVLYFoJUEev+KaxN0IxxTqYZ3kfPqabqEIQ==
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.32":
version "14.14.32"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.32.tgz#90c5c4a8d72bbbfe53033f122341343249183448"
integrity sha512-/Ctrftx/zp4m8JOujM5ZhwzlWLx22nbQJiVqz8/zE15gOeEW+uly3FSX4fGFpcfEvFzXcMCJwq9lGVWgyARXhg==

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.64:
version "3.3.64"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.3.64.tgz#25213f9b54f286b24388b96cf80fde0feb3dde6b"
integrity sha512-sfZKHd43d4Kyui9VNC5ttCKN1t0XCu1WGUTDeRKVNfGRjdR1eXSBrHJfWhJI0ituhH98toS9GfOb1FdJz1ewug==

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 Expand Up @@ -163,10 +168,10 @@ 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.5:
version "4.1.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
typescript@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==

universalify@^0.1.0:
version "0.1.2"
Expand Down
28 changes: 14 additions & 14 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.55",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"cdk8s-cli": "^1.0.0-beta.10",
"codecov": "^3.8.1",
"cron-time-generator": "^1.1.1",
"eslint": "^7.17.0",
"cron-time-generator": "^1.2.0",
"eslint": "^7.21.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": "^4.1.5"
"projen": "^0.17.0",
"standard-version": "^9.1.1",
"ts-jest": "^26.5.3",
"typedoc": "^0.20.30",
"typescript": "^4.2.3"
},
"dependencies": {
"cdk8s": "^1.0.0-beta.5",
"constructs": "^3.2.98"
"cdk8s": "^1.0.0-beta.10",
"constructs": "^3.3.64"
},
"bundledDependencies": [],
"keywords": [
Expand Down
Loading

0 comments on commit a12fc81

Please sign in to comment.