mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
security/bitwarden-cli: update to 2024.8.0
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.0 Reported by: GitHub (watch releases)
This commit is contained in:
parent
00e0dfe7f5
commit
74dac8757b
@ -1,6 +1,6 @@
|
||||
PORTNAME= bitwarden-cli
|
||||
DISTVERSIONPREFIX= cli-v
|
||||
DISTVERSION= 2024.7.2
|
||||
DISTVERSION= 2024.8.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://nodejs.org/dist/v${PKG_NODE_VER}/:node
|
||||
DISTFILES= node-v${PKG_NODE_VER}${EXTRACT_SUFX}:node \
|
||||
|
@ -1,7 +1,7 @@
|
||||
TIMESTAMP = 1722476961
|
||||
TIMESTAMP = 1724674005
|
||||
SHA256 (node-v20.11.1.tar.gz) = 4af1ba6ea848cc05908b8a62b02fb27684dd52b2a7988ee82b0cfa72deb90b94
|
||||
SIZE (node-v20.11.1.tar.gz) = 87513887
|
||||
SHA256 (bitwarden-cli-2024.7.2-node-modules.tar.gz) = dd853fd2c5d52ea6de75037aa68d31985b0f0c3333710efad778970707916383
|
||||
SIZE (bitwarden-cli-2024.7.2-node-modules.tar.gz) = 219592819
|
||||
SHA256 (bitwarden-clients-cli-v2024.7.2_GH0.tar.gz) = bf86961b36784dfb04e038a295ebfdd76fe1030f215ce58da18ec9607e535fa2
|
||||
SIZE (bitwarden-clients-cli-v2024.7.2_GH0.tar.gz) = 22042430
|
||||
SHA256 (bitwarden-cli-2024.8.0-node-modules.tar.gz) = b09f9c76a76e9c6e976626eaf0b4d3e3f55b93691025c746da33414bb964a83a
|
||||
SIZE (bitwarden-cli-2024.8.0-node-modules.tar.gz) = 220102468
|
||||
SHA256 (bitwarden-clients-cli-v2024.8.0_GH0.tar.gz) = 846e73763b19fafd4b1658911bcfa9638d68784cd287b24cf23d318c59ea04fc
|
||||
SIZE (bitwarden-clients-cli-v2024.8.0_GH0.tar.gz) = 23030336
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bitwarden/browser",
|
||||
"version": "2024.7.1",
|
||||
"version": "2024.8.0",
|
||||
"scripts": {
|
||||
"build": "cross-env MANIFEST_VERSION=3 webpack",
|
||||
"build:mv2": "webpack",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@bitwarden/cli",
|
||||
"description": "A secure and free password manager for all of your devices.",
|
||||
"version": "2024.7.2",
|
||||
"version": "2024.8.0",
|
||||
"keywords": [
|
||||
"bitwarden",
|
||||
"password",
|
||||
@ -66,7 +66,7 @@
|
||||
"form-data": "4.0.0",
|
||||
"https-proxy-agent": "7.0.2",
|
||||
"inquirer": "8.2.6",
|
||||
"jsdom": "23.0.1",
|
||||
"jsdom": "24.1.1",
|
||||
"jszip": "3.10.1",
|
||||
"koa": "2.15.0",
|
||||
"koa-bodyparser": "4.4.1",
|
||||
@ -80,7 +80,7 @@
|
||||
"papaparse": "5.4.1",
|
||||
"proper-lockfile": "4.1.2",
|
||||
"rxjs": "7.8.1",
|
||||
"tldts": "6.1.29",
|
||||
"tldts": "6.1.38",
|
||||
"zxcvbn": "4.4.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@bitwarden/desktop",
|
||||
"description": "A secure and free password manager for all of your devices.",
|
||||
"version": "2024.7.1",
|
||||
"version": "2024.8.0",
|
||||
"keywords": [
|
||||
"bitwarden",
|
||||
"password",
|
||||
@ -52,7 +52,7 @@
|
||||
"publish:mac:mas": "npm run dist:mac:mas && npm run upload:mas",
|
||||
"publish:win": "npm run build && npm run clean:dist && electron-builder --win --x64 --arm64 --ia32 -p always -c.win.certificateSubjectName=\"8bit Solutions LLC\"",
|
||||
"publish:win:dev": "npm run build && npm run clean:dist && electron-builder --win --x64 --arm64 --ia32 -p always",
|
||||
"upload:mas": "xcrun altool --upload-app --type osx --file \"$(find ./dist/mas-universal/Bitwarden*.pkg)\" --username $APPLE_ID_USERNAME --password $APPLE_ID_PASSWORD",
|
||||
"upload:mas": "xcrun altool --upload-app --type osx --file \"$(find ./dist/mas-universal/Bitwarden*.pkg)\" --apiKey $APP_STORE_CONNECT_AUTH_KEY --apiIssuer $APP_STORE_CONNECT_TEAM_ISSUER",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:watch:all": "jest --watchAll"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bitwarden/web-vault",
|
||||
"version": "2024.7.1",
|
||||
"version": "2024.8.0",
|
||||
"scripts": {
|
||||
"build:oss": "webpack",
|
||||
"build:bit": "webpack -c ../../bitwarden_license/bit-web/webpack.config.js",
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -62,7 +62,7 @@
|
||||
"@types/inquirer": "8.2.10",
|
||||
"@types/jest": "29.5.12",
|
||||
"@types/jquery": "3.5.30",
|
||||
"@types/jsdom": "21.1.6",
|
||||
"@types/jsdom": "21.1.7",
|
||||
"@types/koa": "2.14.0",
|
||||
"@types/koa__multer": "2.0.7",
|
||||
"@types/koa__router": "12.0.4",
|
||||
@ -79,8 +79,8 @@
|
||||
"@types/react": "16.14.60",
|
||||
"@types/retry": "0.12.5",
|
||||
"@types/zxcvbn": "4.4.4",
|
||||
"@typescript-eslint/eslint-plugin": "7.13.1",
|
||||
"@typescript-eslint/parser": "7.13.1",
|
||||
"@typescript-eslint/eslint-plugin": "7.16.1",
|
||||
"@typescript-eslint/parser": "7.16.1",
|
||||
"@webcomponents/custom-elements": "1.6.0",
|
||||
"@yao-pkg/pkg": "^5.12.0",
|
||||
"autoprefixer": "10.4.19",
|
||||
@ -92,7 +92,7 @@
|
||||
"copy-webpack-plugin": "12.0.2",
|
||||
"cross-env": "7.0.3",
|
||||
"css-loader": "6.10.0",
|
||||
"electron": "31.2.0",
|
||||
"electron": "31.3.1",
|
||||
"electron-builder": "24.13.3",
|
||||
"electron-log": "5.0.1",
|
||||
"electron-reload": "2.0.0-alpha.1",
|
||||
@ -115,29 +115,29 @@
|
||||
"html-loader": "5.0.0",
|
||||
"html-webpack-injector": "1.1.4",
|
||||
"html-webpack-plugin": "5.6.0",
|
||||
"husky": "9.0.11",
|
||||
"husky": "9.1.4",
|
||||
"jest-junit": "16.0.0",
|
||||
"jest-mock-extended": "3.0.7",
|
||||
"jest-preset-angular": "14.1.1",
|
||||
"lint-staged": "15.2.7",
|
||||
"lint-staged": "15.2.8",
|
||||
"mini-css-extract-plugin": "2.8.1",
|
||||
"node-ipc": "9.2.1",
|
||||
"postcss": "8.4.38",
|
||||
"postcss-loader": "8.1.1",
|
||||
"prettier": "3.2.2",
|
||||
"prettier-plugin-tailwindcss": "0.5.14",
|
||||
"prettier": "3.3.3",
|
||||
"prettier-plugin-tailwindcss": "0.6.5",
|
||||
"process": "0.11.10",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"regedit": "^3.0.3",
|
||||
"remark-gfm": "3.0.1",
|
||||
"rimraf": "5.0.8",
|
||||
"rimraf": "6.0.1",
|
||||
"sass": "1.74.1",
|
||||
"sass-loader": "14.2.1",
|
||||
"storybook": "7.6.19",
|
||||
"style-loader": "3.3.4",
|
||||
"tailwindcss": "3.4.3",
|
||||
"ts-jest": "29.1.5",
|
||||
"ts-jest": "29.2.2",
|
||||
"ts-loader": "9.5.1",
|
||||
"tsconfig-paths-webpack-plugin": "4.1.0",
|
||||
"type-fest": "2.19.0",
|
||||
@ -145,7 +145,7 @@
|
||||
"url": "0.11.3",
|
||||
"util": "0.12.5",
|
||||
"wait-on": "7.2.0",
|
||||
"webpack": "5.92.0",
|
||||
"webpack": "5.93.0",
|
||||
"webpack-cli": "5.1.4",
|
||||
"webpack-dev-server": "5.0.4",
|
||||
"webpack-node-externals": "3.0.0"
|
||||
@ -179,7 +179,7 @@
|
||||
"https-proxy-agent": "7.0.2",
|
||||
"inquirer": "8.2.6",
|
||||
"jquery": "3.7.1",
|
||||
"jsdom": "23.0.1",
|
||||
"jsdom": "24.1.1",
|
||||
"jszip": "3.10.1",
|
||||
"koa": "2.15.0",
|
||||
"koa-bodyparser": "4.4.1",
|
||||
@ -202,7 +202,7 @@
|
||||
"qrious": "4.0.2",
|
||||
"rxjs": "7.8.1",
|
||||
"tabbable": "6.2.0",
|
||||
"tldts": "6.1.29",
|
||||
"tldts": "6.1.38",
|
||||
"utf-8-validate": "6.0.4",
|
||||
"zone.js": "0.13.3",
|
||||
"zxcvbn": "4.4.2"
|
||||
|
Loading…
Reference in New Issue
Block a user