Skip to content

Commit

Permalink
ci(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent 0db6ff4 commit 1170539
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 129 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"release": "semantic-release"
},
"dependencies": {
"@types/inquirer": "^8.2.1",
"@types/marked": "^4.0.3",
"@types/node": "^18.0.0",
"chalk": "^5.0.1",
"commander": "^9.3.0",
"core-js": "^3.19.1",
"inquirer": "^9.0.0",
"marked": "^4.0.17"
"@types/inquirer": "8.2.1",
"@types/marked": "4.0.3",
"@types/node": "18.0.0",
"chalk": "5.0.1",
"commander": "9.3.0",
"core-js": "3.23.3",
"inquirer": "9.0.0",
"marked": "4.0.17"
},
"commitlint": {
"extends": [
Expand All @@ -66,39 +66,39 @@
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@commitlint/prompt-cli": "^17.0.0",
"@faker-js/faker": "^7.3.0",
"@meza/adr-tools": "^1.0.10",
"@meza/tsconfig-base": "^1.1.0",
"@ryansonshine/commitizen": "^4.2.8",
"@ryansonshine/cz-conventional-changelog": "^3.3.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/uuid": "^8.3.4",
"@faker-js/faker": "7.3.0",
"@meza/adr-tools": "1.0.10",
"@meza/tsconfig-base": "1.1.0",
"@ryansonshine/commitizen": "4.2.8",
"@ryansonshine/cz-conventional-changelog": "3.3.4",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.4",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.3.0",
"@vitest/ui": "^0.16.0",
"c8": "^7.11.3",
"copyfiles": "^2.4.1",
"copyfiles": "2.4.1",
"eslint": "^8.1.0",
"eslint-config-tailored-tunes": "^5.0.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-security": "^1.5.0",
"husky": "^8.0.1",
"install-deps-postmerge": "^2.0.1",
"is-ci": "^3.0.1",
"mock-cwd": "^1.0.0",
"husky": "8.0.1",
"install-deps-postmerge": "2.0.1",
"is-ci": "3.0.1",
"mock-cwd": "1.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"semantic-release": "^19.0.3",
"semantic-release": "19.0.3",
"ts-node": "^10.8.1",
"typescript": "^4.4.4",
"uuid": "^8.3.2",
"typescript": "4.7.4",
"uuid": "8.3.2",
"vitest": "^0.15.2",
"yarn": "^1.22.17"
"yarn": "1.22.19"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 1170539

Please sign in to comment.