Skip to content

Commit 6cbb39b

Browse files
authored
Re-caret dependencies so deps like eslint continue to be bumped (microsoft#50368)
1 parent 284837d commit 6cbb39b

File tree

2 files changed

+86
-50
lines changed

2 files changed

+86
-50
lines changed

package-lock.json

Lines changed: 75 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@
4949
"@types/node-fetch": "^2.6.2",
5050
"@types/source-map-support": "latest",
5151
"@types/xml2js": "^0.4.11",
52-
"@typescript-eslint/eslint-plugin": "^5.28.0",
53-
"@typescript-eslint/parser": "^5.28.0",
54-
"@typescript-eslint/utils": "^5.28.0",
52+
"@typescript-eslint/eslint-plugin": "^5.33.1",
53+
"@typescript-eslint/parser": "^5.33.1",
54+
"@typescript-eslint/utils": "^5.33.1",
5555
"async": "latest",
56-
"azure-devops-node-api": "^11.1.1",
56+
"azure-devops-node-api": "^11.2.0",
5757
"chai": "latest",
5858
"chalk": "^4.1.2",
59-
"del": "6.1.1",
59+
"del": "^6.1.1",
6060
"diff": "^5.1.0",
61-
"eslint": "8.17.0",
62-
"eslint-formatter-autolinkable-stylish": "1.2.0",
63-
"eslint-plugin-import": "2.26.0",
64-
"eslint-plugin-jsdoc": "39.3.2",
65-
"eslint-plugin-no-null": "1.0.2",
61+
"eslint": "^8.22.0",
62+
"eslint-formatter-autolinkable-stylish": "^1.2.0",
63+
"eslint-plugin-import": "^2.26.0",
64+
"eslint-plugin-jsdoc": "^39.3.6",
65+
"eslint-plugin-no-null": "^1.0.2",
6666
"fancy-log": "latest",
6767
"fs-extra": "^9.1.0",
6868
"glob": "latest",
@@ -81,7 +81,7 @@
8181
"node-fetch": "^2.6.7",
8282
"prex": "^0.4.7",
8383
"source-map-support": "latest",
84-
"typescript": "^4.5.5",
84+
"typescript": "^4.7.4",
8585
"vinyl": "latest",
8686
"which": "^2.0.2",
8787
"xml2js": "^0.4.23"

0 commit comments

Comments
 (0)