Skip to content

Commit

Permalink
chore: Upgrade dependencies for cdktf
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
team-tf-cdk committed Nov 3, 2023
1 parent 593fc10 commit 25aea7d
Show file tree
Hide file tree
Showing 2 changed files with 837 additions and 61 deletions.
26 changes: 13 additions & 13 deletions packages/cdktf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,28 +104,28 @@
},
"license": "MPL-2.0",
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/json-stable-stringify": "^1.0.34",
"@types/jest": "^29.5.7",
"@types/json-stable-stringify": "^1.0.35",
"@types/minimatch": "^5.1.2",
"@types/node": "18.11.19",
"@types/semver": "^7.3.13",
"@types/node": "18.18.8",
"@types/semver": "^7.5.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"constructs": "^10.0.25",
"eslint": "^7.32.0",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-jsdoc": "^39.9.1",
"eslint-plugin-no-instanceof": "1.0.1",
"jest": "^29.5.0",
"jsii": "^5.1.10",
"jsii-docgen": "^9.1.2",
"jsii-pacmak": "^1.87.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
"jest": "^29.7.0",
"jsii": "^5.2.23",
"jsii-docgen": "^9.2.2",
"jsii-pacmak": "^1.91.0",
"ts-jest": "^29.1.1",
"typescript": "^5.0.4"
},
"dependencies": {
"archiver": "5.3.1",
"archiver": "5.3.2",
"json-stable-stringify": "^1.0.2",
"semver": "^7.5.3"
"semver": "^7.5.4"
},
"bundledDependencies": [
"archiver",
Expand Down

0 comments on commit 25aea7d

Please sign in to comment.