security/bitwarden-cli: update to 2024.4.1

Changelog:
- https://github.com/bitwarden/clients/releases/tag/cli-v2024.4.0
- https://github.com/bitwarden/clients/releases/tag/cli-v2024.4.1

Reported by:	GitHub (watch releases)
main
Hiroki Tagato 2024-05-16 10:51:21 +09:00
parent 2862186fa0
commit 3dd400b941
8 changed files with 7320 additions and 7086 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= bitwarden-cli
DISTVERSIONPREFIX= cli-v
DISTVERSION= 2024.3.1
DISTVERSION= 2024.4.1
CATEGORIES= security
MASTER_SITES= https://nodejs.org/dist/v${PKG_NODE_VER}/:node
DISTFILES= node-v${PKG_NODE_VER}${EXTRACT_SUFX}:node \

View File

@ -1,7 +1,7 @@
TIMESTAMP = 1713776096
TIMESTAMP = 1715821749
SHA256 (node-v18.15.0.tar.gz) = d65c4c3ef3c8815bccda9502081a29458c7c80797db0763f8752f270a824ac2b
SIZE (node-v18.15.0.tar.gz) = 85359314
SHA256 (bitwarden-cli-2024.3.1-node-modules.tar.gz) = 64dfd1e8b3ec69afbb19d2bc167d5ee1990a4ea4efb268ffc8b82f5271122fa8
SIZE (bitwarden-cli-2024.3.1-node-modules.tar.gz) = 237649272
SHA256 (bitwarden-clients-cli-v2024.3.1_GH0.tar.gz) = a18f9737e812394ac8543d7e40491244e775ba5e52d859008793601fbdeae23e
SIZE (bitwarden-clients-cli-v2024.3.1_GH0.tar.gz) = 20648832
SHA256 (bitwarden-cli-2024.4.1-node-modules.tar.gz) = a88e2c3120d638db4ce9ae4497618863db71232c3831efbebf42eb17699c802b
SIZE (bitwarden-cli-2024.4.1-node-modules.tar.gz) = 227783983
SHA256 (bitwarden-clients-cli-v2024.4.1_GH0.tar.gz) = 18f03b07d15cac60a292eae5d318714538b1f47ea65b2606479ad6e8f6c37ed1
SIZE (bitwarden-clients-cli-v2024.4.1_GH0.tar.gz) = 20962735

View File

@ -1,6 +1,6 @@
{
"name": "@bitwarden/browser",
"version": "2024.3.1",
"version": "2024.4.2",
"scripts": {
"build": "webpack",
"build:mv3": "cross-env MANIFEST_VERSION=3 webpack",

View File

@ -1,7 +1,7 @@
{
"name": "@bitwarden/cli",
"description": "A secure and free password manager for all of your devices.",
"version": "2024.3.1",
"version": "2024.4.1",
"keywords": [
"bitwarden",
"password",
@ -71,7 +71,7 @@
"papaparse": "5.4.1",
"proper-lockfile": "4.1.2",
"rxjs": "7.8.1",
"tldts": "6.1.13",
"tldts": "6.1.16",
"zxcvbn": "4.4.2"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@bitwarden/desktop",
"description": "A secure and free password manager for all of your devices.",
"version": "2024.3.2",
"version": "2024.4.3",
"keywords": [
"bitwarden",
"password",

View File

@ -1,6 +1,6 @@
{
"name": "@bitwarden/web-vault",
"version": "2024.3.1",
"version": "2024.4.2",
"scripts": {
"build:oss": "webpack",
"build:bit": "webpack -c ../../bitwarden_license/bit-web/webpack.config.js",
@ -8,7 +8,7 @@
"build:bit:watch": "webpack serve -c ../../bitwarden_license/bit-web/webpack.config.js",
"build:bit:dev": "cross-env ENV=development npm run build:bit",
"build:bit:dev:analyze": "cross-env LOGGING=false webpack -c ../../bitwarden_license/bit-web/webpack.config.js --profile --json > stats.json && npx webpack-bundle-analyzer stats.json build/",
"build:bit:dev:watch": "cross-env ENV=development npm run build:bit:watch",
"build:bit:dev:watch": "cross-env ENV=development NODE_OPTIONS=\"--max-old-space-size=8192\" npm run build:bit:watch",
"build:bit:qa": "cross-env NODE_ENV=production ENV=qa npm run build:bit",
"build:bit:euprd": "cross-env NODE_ENV=production ENV=euprd npm run build:bit",
"build:bit:euqa": "cross-env NODE_ENV=production ENV=euqa npm run build:bit",

File diff suppressed because it is too large Load Diff

View File

@ -69,7 +69,7 @@
"@types/koa-json": "2.0.23",
"@types/lowdb": "1.0.15",
"@types/lunr": "2.3.7",
"@types/node": "18.19.19",
"@types/node": "18.19.29",
"@types/node-fetch": "2.6.4",
"@types/node-forge": "1.3.11",
"@types/node-ipc": "9.2.0",
@ -78,17 +78,17 @@
"@types/react": "16.14.57",
"@types/retry": "0.12.5",
"@types/zxcvbn": "4.4.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@webcomponents/custom-elements": "1.6.0",
"autoprefixer": "10.4.18",
"base64-loader": "1.0.0",
"chromatic": "10.9.6",
"concurrently": "8.2.2",
"copy-webpack-plugin": "11.0.0",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"css-loader": "6.8.1",
"electron": "28.2.8",
"css-loader": "6.10.0",
"electron": "28.3.1",
"electron-builder": "24.13.3",
"electron-log": "5.0.1",
"electron-reload": "2.0.0-alpha.1",
@ -108,28 +108,28 @@
"gulp-json-editor": "2.6.0",
"gulp-replace": "1.1.4",
"gulp-zip": "6.0.0",
"html-loader": "4.2.0",
"html-loader": "5.0.0",
"html-webpack-injector": "1.1.4",
"html-webpack-plugin": "5.5.4",
"html-webpack-plugin": "5.6.0",
"husky": "9.0.11",
"jest-junit": "16.0.0",
"jest-mock-extended": "3.0.5",
"jest-preset-angular": "14.0.3",
"lint-staged": "15.2.2",
"mini-css-extract-plugin": "2.7.6",
"mini-css-extract-plugin": "2.8.1",
"node-ipc": "9.2.1",
"pkg": "vercel/pkg",
"postcss": "8.4.35",
"postcss-loader": "7.3.4",
"postcss": "8.4.38",
"postcss-loader": "8.1.1",
"prettier": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.12",
"prettier-plugin-tailwindcss": "0.5.13",
"process": "0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"regedit": "^3.0.3",
"remark-gfm": "3.0.1",
"rimraf": "5.0.5",
"sass": "1.69.5",
"sass": "1.74.1",
"sass-loader": "13.3.3",
"storybook": "7.6.17",
"style-loader": "3.3.4",
@ -144,7 +144,7 @@
"wait-on": "7.2.0",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-dev-server": "5.0.4",
"webpack-node-externals": "3.0.0"
},
"dependencies": {
@ -171,7 +171,7 @@
"bufferutil": "4.0.8",
"chalk": "4.1.2",
"commander": "11.1.0",
"core-js": "3.34.0",
"core-js": "3.36.1",
"duo_web_sdk": "github:duosecurity/duo_web_sdk",
"form-data": "4.0.0",
"https-proxy-agent": "7.0.2",
@ -200,7 +200,7 @@
"qrious": "4.0.2",
"rxjs": "7.8.1",
"tabbable": "6.2.0",
"tldts": "6.1.13",
"tldts": "6.1.16",
"utf-8-validate": "6.0.3",
"zone.js": "0.13.3",
"zxcvbn": "4.4.2"