Skip to content

Commit

Permalink
chore(deps): use ranges for dependencies and lock devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Jun 12, 2023
1 parent 73e9515 commit 0d579b7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 55 deletions.
81 changes: 37 additions & 44 deletions node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions node/package.json
Expand Up @@ -27,23 +27,23 @@
},
"homepage": "https://github.com/Microsoft/azure-pipelines-task-lib",
"dependencies": {
"minimatch": "3.0.5",
"minimatch": "^3.0.8",
"mockery": "^2.1.0",
"q": "^1.5.1",
"semver": "^5.1.0",
"semver": "^5.1.1",
"shelljs": "^0.8.5",
"sync-request": "6.1.0",
"sync-request": "^6.1.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"@types/minimatch": "3.0.3",
"@types/mocha": "^5.2.7",
"@types/mockery": "^1.4.29",
"@types/node": "^10.17.0",
"@types/q": "^1.5.4",
"@types/semver": "^7.3.4",
"@types/shelljs": "^0.8.8",
"@types/minimatch": "3.0.5",
"@types/mocha": "5.2.7",
"@types/mockery": "1.4.30",
"@types/node": "10.17.60",
"@types/q": "1.5.5",
"@types/semver": "7.3.13",
"@types/shelljs": "0.8.12",
"mocha": "9.2.2",
"typescript": "^4.0.0"
"typescript": "4.0.8"
}
}

0 comments on commit 0d579b7

Please sign in to comment.