1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +00:00

Pin open at 8.4.2 instead

This commit is contained in:
Anders Åberg
2025-12-16 10:46:21 +01:00
parent 1d46284a01
commit cb619ddb84
3 changed files with 4 additions and 19 deletions

View File

@@ -83,7 +83,7 @@
"multer": "2.0.2",
"node-fetch": "2.6.12",
"node-forge": "1.3.2",
"open": "11.0.0",
"open": "8.4.2",
"papaparse": "5.5.3",
"proper-lockfile": "4.1.2",
"rxjs": "7.8.1",

View File

@@ -108,22 +108,7 @@ module.exports.buildConfig = function buildConfig(params) {
externals: [
nodeExternals({
modulesDir: params.externalsModulesDir,
allowlist: [
/@bitwarden/,
// Bundle 'open' and its dependencies to avoid pnpm symlink issues with pkg
/^open$/,
/^wsl-utils$/,
/^powershell-utils$/,
/^define-lazy-prop$/,
/^default-browser$/,
/^default-browser-id$/,
/^bundle-name$/,
/^run-applescript$/,
/^is-inside-container$/,
/^is-in-ssh$/,
/^is-docker$/,
/^is-wsl$/,
],
allowlist: [/@bitwarden/],
}),
],
experiments: {

4
pnpm-lock.yaml generated
View File

@@ -585,8 +585,8 @@ importers:
specifier: 1.3.2
version: 1.3.2
open:
specifier: 11.0.0
version: 11.0.0
specifier: 8.4.2
version: 8.4.2
papaparse:
specifier: 5.5.3
version: 5.5.3