fix: upgrade @electron/rebuild from 3.7.0 to 3.7.1 (#3330)

Snyk has created this PR to upgrade @electron/rebuild from 3.7.0 to 3.7.1.

See this package in npm:
@electron/rebuild

See this project in Snyk:
https://app.snyk.io/org/mattermost-core/project/3dea6042-a212-4359-aa52-4b8845ec1c35?utm_source=github-enterprise&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
mm-prodsec-bot
2025-02-14 16:26:32 +02:00
committed by GitHub
parent 4e4591edb4
commit 4fdee550fd
2 changed files with 5 additions and 5 deletions

8
e2e/package-lock.json generated
View File

@@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.726.1", "@aws-sdk/client-s3": "^3.726.1",
"@aws-sdk/lib-storage": "3.445.0", "@aws-sdk/lib-storage": "3.445.0",
"@electron/rebuild": "3.7.0", "@electron/rebuild": "^3.7.1",
"axios": "1.7.4", "axios": "1.7.4",
"chai": "^4.5.0", "chai": "^4.5.0",
"electron-mocha": "12.2.0", "electron-mocha": "12.2.0",
@@ -4010,9 +4010,9 @@
} }
}, },
"node_modules/@electron/rebuild": { "node_modules/@electron/rebuild": {
"version": "3.7.0", "version": "3.7.1",
"resolved": "https://registry.npmjs.org/@electron/rebuild/-/rebuild-3.7.0.tgz", "resolved": "https://registry.npmjs.org/@electron/rebuild/-/rebuild-3.7.1.tgz",
"integrity": "sha512-VW++CNSlZwMYP7MyXEbrKjpzEwhB5kDNbzGtiPEjwYysqyTCF+YbNJ210Dj3AjWsGSV4iEEwNkmJN9yGZmVvmw==", "integrity": "sha512-sKGD+xav4Gh25+LcLY0rjIwcCFTw+f/HU1pB48UVbwxXXRGaXEqIH0AaYKN46dgd/7+6kuiDXzoyAEvx1zCsdw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@electron/node-gyp": "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2", "@electron/node-gyp": "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2",

View File

@@ -26,7 +26,7 @@
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "3.726.1", "@aws-sdk/client-s3": "3.726.1",
"@aws-sdk/lib-storage": "3.445.0", "@aws-sdk/lib-storage": "3.445.0",
"@electron/rebuild": "3.7.0", "@electron/rebuild": "3.7.1",
"axios": "1.7.4", "axios": "1.7.4",
"chai": "4.5.0", "chai": "4.5.0",
"electron-mocha": "12.2.0", "electron-mocha": "12.2.0",