Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: locks semver 5.7.x to 5.7.2, 6.3.x to 6.3.1 and 7.5.x to 7.5.4 - COMPASS-6966, COMPASS-6967, COMPASS-6969 #4634

Merged
merged 1 commit into from
Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 8 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
ignore: {}
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-SEMVER-3247795:
- '*':
reason: "Security patches released for semver 5.x (5.7.2) and 6.x (6.3.1) are not yet known to Snyk which is why we would like to ignore this vulnerability until the mentioned expiry."
expires: 2023-08-11T09:00:55.553Z
created: 2023-07-12T09:00:55.557Z
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:ms:20170412':
Expand Down
538 changes: 269 additions & 269 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/app-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"async": "^3.2.2",
"debug": "^4.2.0",
"lodash": "^4.17.21",
"semver": "^7.1.1"
"semver": "^7.5.4"
},
"devDependencies": {
"depcheck": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"react-dom": "^17.0.2",
"reflux": "^0.4.1",
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
"semver": "^7.5.2",
"semver": "^7.5.4",
"sinon": "^8.1.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/compass-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@
"@mongodb-js/mongodb-constants": "^0.6.0",
"polished": "^4.2.2",
"prettier": "^2.7.1",
"semver": "^7.5.0"
"semver": "^7.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/compass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"reflux": "^0.4.1",
"semver": "^7.3.5",
"semver": "^7.5.4",
"sinon": "^8.1.1",
"source-code-pro": "^2.38.0",
"storage-mixin": "^5.1.5",
Expand Down
4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@mongodb-js/devtools-docker-test-envs": "^1.2.4",
"@mongodb-js/webpack-config-compass": "^1.1.0",
"@mongodb-js/monorepo-tools": "^1.1.1",
"@mongodb-js/webpack-config-compass": "^1.1.0",
"commander": "^11.0.0",
"cross-spawn": "^7.0.3",
"electron": "^23.3.9",
Expand All @@ -57,7 +57,7 @@
"pkg-up": "^3.1.0",
"prompts": "^2.4.1",
"rimraf": "^5.0.1",
"semver": "^7.3.5",
"semver": "^7.5.4",
"uuid": "^8.3.2",
"yargs-parser": "^21.1.1"
}
Expand Down