Skip to content

Commit

Permalink
chore(deps): tcompare@6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 6, 2023
1 parent cb4b7e7 commit 925aafb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14517,12 +14517,24 @@
"nock": "^13.3.0",
"tap": "^16.3.4",
"tar-stream": "^3.0.0",
"tcompare": "^5.0.6"
"tcompare": "^6.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"workspaces/arborist/node_modules/tcompare": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/tcompare/-/tcompare-6.0.0.tgz",
"integrity": "sha512-JeX89lSVkxTzYND0LxzFCGrXm/TqGEQ0heu1JTwplnpaYQNky6hIaO4lQBOrs+/P787i3CoK9T/O3/oEcnJXvA==",
"dev": true,
"dependencies": {
"diff": "^5.1.0"
},
"engines": {
"node": ">=16"
}
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"nock": "^13.3.0",
"tap": "^16.3.4",
"tar-stream": "^3.0.0",
"tcompare": "^5.0.6"
"tcompare": "^6.0.0"
},
"scripts": {
"test": "tap",
Expand Down

0 comments on commit 925aafb

Please sign in to comment.