Skip to content

Commit

Permalink
fix: Vulnerabilities with semver and path-to-regexp (#1391)
Browse files Browse the repository at this point in the history
* update semver

* revert tslint update

* update sinon and fetch-mock
  • Loading branch information
JhontSouth committed Sep 19, 2024
1 parent 2dc343a commit c4a96f0
Show file tree
Hide file tree
Showing 11 changed files with 166 additions and 338 deletions.
476 changes: 152 additions & 324 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/chatdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"axios": "~1.6.0",
"https-proxy-agent": "^5.0.0",
"please-upgrade-node": "^3.0.1",
"semver": "^5.5.1",
"semver": "^7.6.3",
"tslib": "^2.0.3",
"window-size": "^1.1.0"
},
Expand All @@ -41,7 +41,7 @@
"mocha": "^10.4.0",
"rimraf": "^2.6.3",
"ts-node": "^10.8.1",
"tslint": "^5.16.0",
"tslint": "^5.18.0",
"typescript": "^4.9.5"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"fs-extra": "^7.0.1",
"is-ci": "2.0.0",
"latest-version": "5.1.0",
"semver": "^5.5.1",
"semver": "^7.6.3",
"tslib": "^2.0.3"
},
"devDependencies": {
Expand All @@ -104,7 +104,7 @@
"nyc": "^15.1.0",
"rimraf": "^2.6.3",
"ts-node": "^10.8.1",
"tslint": "^5.16.0",
"tslint": "^5.18.0",
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"source-map-support": "~0.5.16",
"testdouble": "^3.11.0",
"ts-node": "^10.8.1",
"tslint": "^5.16.0",
"tslint": "^5.18.0",
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"os": "~0.1.1",
"path": "^0.12.7",
"seedrandom": "~3.0.5",
"semver": "^7.3.4",
"semver": "^7.6.3",
"tslib": "^2.0.3",
"xml2js": "^0.5.0",
"json-ptr": "~3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dispatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"mocha": "^10.4.0",
"rimraf": "^3.0.0",
"ts-node": "^8.4.1",
"tslint": "^5.20.1",
"tslint": "^5.18.0",
"typescript": "^4.9.5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"globby": "^11.0.4",
"intercept-stdout": "^0.1.2",
"lodash": "^4.17.21",
"semver": "^5.5.1",
"semver": "^7.6.3",
"tslib": "^2.0.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/luis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"nock": "^13.5.5",
"nyc": "^15.1.0",
"rimraf": "^3.0.0",
"sinon": "^7.5.0",
"sinon": "^18.0.1",
"ts-node": "^10.8.1",
"tslint": "^5.20.1",
"tslint": "^5.18.0",
"typescript": "^4.9.5",
"uuid": "^3.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.8.1",
"typescript": "^4.9.5",
"sinon": "^9.0.2"
"sinon": "^18.0.1"
},
"files": [
"/lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/orchestratorlib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"rimraf": "^2.6.3",
"ts-node": "^10.8.1",
"typescript": "^4.9.5",
"sinon": "^9.0.2"
"sinon": "^18.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/qnamaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"readline": "^1.3.0",
"readline-sync": "^1.4.9",
"rimraf": "^2.6.3",
"semver": "^5.5.1",
"semver": "^7.6.3",
"tslib": "^2.0.3",
"window-size": "^1.1.0",
"username": "^4.1.0"
Expand All @@ -87,7 +87,7 @@
"@types/nock": "^11.1.0",
"@types/node": "^11.13.7",
"chai": "^4.4.1",
"fetch-mock": "^7.3.9",
"fetch-mock": "^11.1.3",
"globby": "^11.0.4",
"mocha": "^10.4.0",
"nock": "^13.5.5",
Expand Down

0 comments on commit c4a96f0

Please sign in to comment.