Skip to content

Commit 247cba5

Browse files
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)
1 parent c0a12d0 commit 247cba5

File tree

7 files changed

+283
-277
lines changed

7 files changed

+283
-277
lines changed

.snyk

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2-
version: v1.12.0
3-
ignore: {}
2+
version: v1.25.0
3+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4+
ignore:
5+
SNYK-JS-SEMVER-3247795:
6+
- '*':
7+
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."
8+
expires: 2023-08-11T09:00:55.553Z
9+
created: 2023-07-12T09:00:55.557Z
410
# patches apply the minimum changes required to fix a vulnerability
511
patch:
612
'npm:ms:20170412':

package-lock.json

+269-269
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app-migrations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"async": "^3.2.2",
2727
"debug": "^4.2.0",
2828
"lodash": "^4.17.21",
29-
"semver": "^7.1.1"
29+
"semver": "^7.5.4"
3030
},
3131
"devDependencies": {
3232
"depcheck": "^1.4.1",

packages/compass-crud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"react-dom": "^17.0.2",
105105
"reflux": "^0.4.1",
106106
"reflux-state-mixin": "github:mongodb-js/reflux-state-mixin",
107-
"semver": "^7.5.2",
107+
"semver": "^7.5.4",
108108
"sinon": "^8.1.1"
109109
},
110110
"dependencies": {

packages/compass-editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
"@mongodb-js/mongodb-constants": "^0.6.0",
8080
"polished": "^4.2.2",
8181
"prettier": "^2.7.1",
82-
"semver": "^7.5.0"
82+
"semver": "^7.5.4"
8383
}
8484
}

packages/compass/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
"react": "^17.0.2",
263263
"react-dom": "^17.0.2",
264264
"reflux": "^0.4.1",
265-
"semver": "^7.3.5",
265+
"semver": "^7.5.4",
266266
"sinon": "^8.1.1",
267267
"source-code-pro": "^2.38.0",
268268
"storage-mixin": "^5.1.5",

scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@mongodb-js/devtools-docker-test-envs": "^1.2.4",
41-
"@mongodb-js/webpack-config-compass": "^1.1.0",
4241
"@mongodb-js/monorepo-tools": "^1.1.1",
42+
"@mongodb-js/webpack-config-compass": "^1.1.0",
4343
"commander": "^11.0.0",
4444
"cross-spawn": "^7.0.3",
4545
"electron": "^23.3.9",
@@ -57,7 +57,7 @@
5757
"pkg-up": "^3.1.0",
5858
"prompts": "^2.4.1",
5959
"rimraf": "^5.0.1",
60-
"semver": "^7.3.5",
60+
"semver": "^7.5.4",
6161
"uuid": "^8.3.2",
6262
"yargs-parser": "^21.1.1"
6363
}

0 commit comments

Comments
 (0)