From 6a6d78d3c287c587d2ad2a897f1ec08d30af5806 Mon Sep 17 00:00:00 2001 From: cdk8s-automation <81352262+cdk8s-automation@users.noreply.github.com> Date: Sat, 10 Sep 2022 17:07:43 -0700 Subject: [PATCH] chore(deps): upgrade dependencies (#738) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdk8s-team/cdk8s-core/actions/runs/3029886796 ------ *Automatically created by projen via the "upgrade-1.x" workflow* --- package.json | 6 +++--- yarn.lock | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index dc1c601321..ec933b39e3 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/node": "^14", "@typescript-eslint/eslint-plugin": "^5", "@typescript-eslint/parser": "^5", - "constructs": "^3.4.90", + "constructs": "^3.4.91", "eslint": "^8", "eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-typescript": "^2.7.1", @@ -64,13 +64,13 @@ "json-schema": "^0.4.0", "json-schema-to-typescript": "^10.1.5", "npm-check-updates": "^15", - "projen": "^0.62.0", + "projen": "^0.62.1", "standard-version": "^9", "ts-jest": "^27", "typescript": "^4.8.3" }, "peerDependencies": { - "constructs": "^3.4.90" + "constructs": "^3.4.91" }, "dependencies": { "fast-json-patch": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 7beebc7032..0b141e7f54 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1160,9 +1160,9 @@ ansi-styles@^5.0.0: integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== ansi-styles@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.1.0.tgz#87313c102b8118abd57371afab34618bf7350ed3" - integrity sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ== + version "6.1.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.1.1.tgz#63cd61c72283a71cb30bd881dbb60adada74bc70" + integrity sha512-qDOv24WjnYuL+wbwHdlsYZFy+cgPtrYw0Tn7GLORicQp9BkQLzrgI3Pm4VyR9ERZ41YTn7KlMPuL1n05WdZvmg== any-promise@^1.0.0: version "1.3.0" @@ -1698,10 +1698,10 @@ console-control-strings@^1.1.0: resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== -constructs@^3.4.90: - version "3.4.90" - resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.4.90.tgz#c1ebfd9530949375015bddf3ca14753c9e0c2d02" - integrity sha512-ESUYUWawTNF1AKECZkOGyspn1epOfn/h0UwLviLIFN55n2jPm+P4jJ5/f9j+QEsSOEzBoicSuWegsLRlbMBRqA== +constructs@^3.4.91: + version "3.4.91" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.4.91.tgz#a30800fcdda7364d6d5ec29dd4f5bb1cf338b109" + integrity sha512-WmoKTqoxOH3lLcYt7ISg4XwC93uHFaGZuPd8v1VU56qjZlfXd/dUMjrv1RjwxkO55Z4QkzIrc2CU/VYDtTqHsQ== conventional-changelog-angular@^5.0.12: version "5.0.13" @@ -5077,10 +5077,10 @@ progress@^2.0.3: resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== -projen@^0.62.0: - version "0.62.0" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.62.0.tgz#50d45423565f6bf9b56dedeb7eab55bb88c5a000" - integrity sha512-ZRdHX8GFC7j1dep8ZrlYQZwEyiu+YEj06tmmaPUBoOSU6bE73BEu9t0mJ98pobo1+Hvv6Xlj6WSnVMTVShF7aw== +projen@^0.62.1: + version "0.62.1" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.62.1.tgz#9cb37f48d2ea2a3f4b81264a4f6cb40fd750218c" + integrity sha512-L2V6SjFP/Tp/7gOpvkrbdQiy/IO4WyXNJYGUYAoyikUZnncNXIDnXqupq219A+FE14MBO8d6JfF90ONHsHknQw== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"