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 4086d6b commit c82a905
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
72 changes: 36 additions & 36 deletions node/package-lock.json

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

24 changes: 12 additions & 12 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": "^9.1.1",
"@types/mockery": "^1.4.29",
"@types/node": "^16.11.39",
"@types/q": "^1.5.4",
"@types/semver": "^7.3.4",
"@types/shelljs": "^0.8.8",
"mocha": "^9.2.2",
"typescript": "^4.0.0"
"@types/minimatch": "3.0.5",
"@types/mocha": "9.1.1",
"@types/mockery": "1.4.30",
"@types/node": "16.11.68",
"@types/q": "1.5.5",
"@types/semver": "7.3.13",
"@types/shelljs": "0.8.12",
"mocha": "9.2.2",
"typescript": "4.0.8"
}
}

0 comments on commit c82a905

Please sign in to comment.