diff --git a/package.json b/package.json index d92ff187a2..6fa671f29f 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.97", + "constructs": "^3.4.98", "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.9", + "projen": "^0.62.10", "standard-version": "^9", "ts-jest": "^27", "typescript": "^4.8.3" }, "peerDependencies": { - "constructs": "^3.4.97" + "constructs": "^3.4.98" }, "dependencies": { "fast-json-patch": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index 2d6ed3ba43..fe1fef22eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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.97: - version "3.4.97" - resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.4.97.tgz#96b05b4fa1caf819230860006be90380b96d75f3" - integrity sha512-fQZEPu1kgTbjAhD35DeIGvx1+Er5ZPQWY3cBwj2VKBcQRWjFSag1g5Ky/EElpC98TM7AzLaW89vIV2Tp3wLJ+A== +constructs@^3.4.98: + version "3.4.98" + resolved "https://registry.yarnpkg.com/constructs/-/constructs-3.4.98.tgz#a03ebc85d7546b32ca27e8335a280e13cc9061f4" + integrity sha512-NyZnJBVRR3+tECl3DX/k4uQygFYDbTT3aExBujDwCH82jaPs2Gk4LIbYPqmXdGo3O7/ilBYhCUAyAWlf5Bcmkg== conventional-changelog-angular@^5.0.12: version "5.0.13" @@ -5082,10 +5082,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.9: - version "0.62.9" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.62.9.tgz#e3619cded76cc874b4a2c6f2d31ad0418a2c987c" - integrity sha512-Q7nAOhR0sTTmiFlkk2hRi4NWPnC3x2bXvT9aFya7IrsmlodFXvnEiukCYgzshedKWwOFAZeyvEPdGE03gTX7Bw== +projen@^0.62.10: + version "0.62.10" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.62.10.tgz#92477db10011b67ca5bb4eb7af26098527ce8174" + integrity sha512-EyvCNpzqlEX9oIXkx8JtF8YPkuM/j/bpIs8zfmH0El11UPorwJmRbLOMXTNb5mkfq07bdlGCXvrDbRCD11Ctvw== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3"