forked from pool/bitwarden
Accepting request 1172266 from home:dziobian:gulgul-ultron:19
- New upstream release 2024.4.3 * no changelog provided OBS-URL: https://build.opensuse.org/request/show/1172266 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=52
This commit is contained in:
parent
73489982b4
commit
ec0f56810a
4
_service
4
_service
@ -2,8 +2,8 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/bitwarden/clients.git</param>
|
<param name="url">https://github.com/bitwarden/clients.git</param>
|
||||||
<param name="revision">desktop-v2024.3.2</param>
|
<param name="revision">desktop-v2024.4.3</param>
|
||||||
<param name="version">2024.3.2</param>
|
<param name="version">2024.4.3</param>
|
||||||
<param name="filename">bitwarden</param>
|
<param name="filename">bitwarden</param>
|
||||||
<param name="exclude">bitwarden_license/*</param>
|
<param name="exclude">bitwarden_license/*</param>
|
||||||
<!-- The code in bitwarden_license MUST NOT be included in published tarballs as it is non-redistributable! -->
|
<!-- The code in bitwarden_license MUST NOT be included in published tarballs as it is non-redistributable! -->
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1bd7f991c04e9717f1802ef252f679a2b768db99a3fb788be658c2cf3eed6414
|
|
||||||
size 35864589
|
|
3
bitwarden-2024.4.3.obscpio
Normal file
3
bitwarden-2024.4.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d220947941c7be2c627c4aa51e7869475a811dbe6545550c45b967243816f05
|
||||||
|
size 36523021
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 6 18:31:43 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||||
|
|
||||||
|
- New upstream release 2024.4.3
|
||||||
|
* no changelog provided
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 8 17:03:46 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
Mon Apr 8 17:03:46 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: bitwarden
|
name: bitwarden
|
||||||
version: 2024.3.2
|
version: 2024.4.3
|
||||||
mtime: 1711717943
|
mtime: 1715000695
|
||||||
commit: 60e47aff88024ba9aad1a4ed7b63690b968bf7fc
|
commit: edbbfe751c7f94ce01a2865e05cb2a9c3b89d56c
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: bitwarden
|
Name: bitwarden
|
||||||
Version: 2024.3.2
|
Version: 2024.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A secure and free password manager for all of your devices
|
Summary: A secure and free password manager for all of your devices
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bbc2a0fa0478438002ba30f3d81765d2ea6e04ca40dc23189ebc8aac58a60905
|
oid sha256:18ffde20107c8f026c322d5626b55ec13f7c45da668a46e2271335fe283c37d4
|
||||||
size 35301512
|
size 35026643
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
- "@types/koa-json": "2.0.23",
|
- "@types/koa-json": "2.0.23",
|
||||||
- "@types/lowdb": "1.0.15",
|
- "@types/lowdb": "1.0.15",
|
||||||
"@types/lunr": "2.3.7",
|
"@types/lunr": "2.3.7",
|
||||||
"@types/node": "18.19.19",
|
"@types/node": "18.19.29",
|
||||||
- "@types/node-fetch": "2.6.4",
|
- "@types/node-fetch": "2.6.4",
|
||||||
"@types/node-forge": "1.3.11",
|
"@types/node-forge": "1.3.11",
|
||||||
"@types/node-ipc": "9.2.0",
|
"@types/node-ipc": "9.2.0",
|
||||||
@ -67,17 +67,17 @@
|
|||||||
- "@types/retry": "0.12.5",
|
- "@types/retry": "0.12.5",
|
||||||
+ "@types/semver": "^7.3.4",
|
+ "@types/semver": "^7.3.4",
|
||||||
"@types/zxcvbn": "4.4.4",
|
"@types/zxcvbn": "4.4.4",
|
||||||
- "@typescript-eslint/eslint-plugin": "6.21.0",
|
- "@typescript-eslint/eslint-plugin": "7.4.0",
|
||||||
- "@typescript-eslint/parser": "6.21.0",
|
- "@typescript-eslint/parser": "7.4.0",
|
||||||
- "@webcomponents/custom-elements": "1.6.0",
|
- "@webcomponents/custom-elements": "1.6.0",
|
||||||
"autoprefixer": "10.4.18",
|
"autoprefixer": "10.4.18",
|
||||||
- "base64-loader": "1.0.0",
|
- "base64-loader": "1.0.0",
|
||||||
- "chromatic": "10.9.6",
|
- "chromatic": "10.9.6",
|
||||||
"concurrently": "8.2.2",
|
"concurrently": "8.2.2",
|
||||||
"copy-webpack-plugin": "11.0.0",
|
"copy-webpack-plugin": "12.0.2",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"css-loader": "6.8.1",
|
"css-loader": "6.10.0",
|
||||||
"electron": "28.2.8",
|
"electron": "28.3.1",
|
||||||
- "electron-builder": "24.13.3",
|
- "electron-builder": "24.13.3",
|
||||||
"electron-log": "5.0.1",
|
"electron-log": "5.0.1",
|
||||||
- "electron-reload": "2.0.0-alpha.1",
|
- "electron-reload": "2.0.0-alpha.1",
|
||||||
@ -97,29 +97,29 @@
|
|||||||
- "gulp-json-editor": "2.6.0",
|
- "gulp-json-editor": "2.6.0",
|
||||||
- "gulp-replace": "1.1.4",
|
- "gulp-replace": "1.1.4",
|
||||||
- "gulp-zip": "6.0.0",
|
- "gulp-zip": "6.0.0",
|
||||||
"html-loader": "4.2.0",
|
"html-loader": "5.0.0",
|
||||||
- "html-webpack-injector": "1.1.4",
|
- "html-webpack-injector": "1.1.4",
|
||||||
"html-webpack-plugin": "5.5.4",
|
"html-webpack-plugin": "5.6.0",
|
||||||
- "husky": "9.0.11",
|
- "husky": "9.0.11",
|
||||||
- "jest-junit": "16.0.0",
|
- "jest-junit": "16.0.0",
|
||||||
"jest-mock-extended": "3.0.5",
|
"jest-mock-extended": "3.0.5",
|
||||||
- "jest-preset-angular": "14.0.3",
|
- "jest-preset-angular": "14.0.3",
|
||||||
- "lint-staged": "15.2.2",
|
- "lint-staged": "15.2.2",
|
||||||
"mini-css-extract-plugin": "2.7.6",
|
"mini-css-extract-plugin": "2.8.1",
|
||||||
"node-ipc": "9.2.1",
|
"node-ipc": "9.2.1",
|
||||||
+ "path-browserify": "^1.0.1",
|
+ "path-browserify": "^1.0.1",
|
||||||
- "pkg": "5.8.1",
|
- "pkg": "5.8.1",
|
||||||
"postcss": "8.4.35",
|
"postcss": "8.4.38",
|
||||||
"postcss-loader": "7.3.4",
|
"postcss-loader": "8.1.1",
|
||||||
- "prettier": "3.2.2",
|
- "prettier": "3.2.2",
|
||||||
- "prettier-plugin-tailwindcss": "0.5.12",
|
- "prettier-plugin-tailwindcss": "0.5.13",
|
||||||
- "process": "0.11.10",
|
- "process": "0.11.10",
|
||||||
- "react": "18.2.0",
|
- "react": "18.2.0",
|
||||||
- "react-dom": "18.2.0",
|
- "react-dom": "18.2.0",
|
||||||
"regedit": "^3.0.3",
|
"regedit": "^3.0.3",
|
||||||
- "remark-gfm": "3.0.1",
|
- "remark-gfm": "3.0.1",
|
||||||
"rimraf": "5.0.5",
|
"rimraf": "5.0.5",
|
||||||
"sass": "1.69.5",
|
"sass": "1.74.1",
|
||||||
"sass-loader": "13.3.3",
|
"sass-loader": "13.3.3",
|
||||||
- "storybook": "7.6.17",
|
- "storybook": "7.6.17",
|
||||||
- "style-loader": "3.3.4",
|
- "style-loader": "3.3.4",
|
||||||
@ -134,7 +134,7 @@
|
|||||||
- "wait-on": "7.2.0",
|
- "wait-on": "7.2.0",
|
||||||
"webpack": "5.89.0",
|
"webpack": "5.89.0",
|
||||||
- "webpack-cli": "5.1.4",
|
- "webpack-cli": "5.1.4",
|
||||||
- "webpack-dev-server": "4.15.1",
|
- "webpack-dev-server": "5.0.4",
|
||||||
- "webpack-node-externals": "3.0.0"
|
- "webpack-node-externals": "3.0.0"
|
||||||
+ "webpack-cli": "5.1.4"
|
+ "webpack-cli": "5.1.4"
|
||||||
},
|
},
|
||||||
@ -158,7 +158,7 @@
|
|||||||
- "bufferutil": "4.0.8",
|
- "bufferutil": "4.0.8",
|
||||||
- "chalk": "4.1.2",
|
- "chalk": "4.1.2",
|
||||||
"commander": "11.1.0",
|
"commander": "11.1.0",
|
||||||
- "core-js": "3.34.0",
|
- "core-js": "3.36.1",
|
||||||
"duo_web_sdk": "github:duosecurity/duo_web_sdk",
|
"duo_web_sdk": "github:duosecurity/duo_web_sdk",
|
||||||
- "form-data": "4.0.0",
|
- "form-data": "4.0.0",
|
||||||
- "https-proxy-agent": "7.0.2",
|
- "https-proxy-agent": "7.0.2",
|
||||||
@ -187,7 +187,7 @@
|
|||||||
- "qrious": "4.0.2",
|
- "qrious": "4.0.2",
|
||||||
"rxjs": "7.8.1",
|
"rxjs": "7.8.1",
|
||||||
- "tabbable": "6.2.0",
|
- "tabbable": "6.2.0",
|
||||||
"tldts": "6.1.13",
|
"tldts": "6.1.16",
|
||||||
"utf-8-validate": "6.0.3",
|
"utf-8-validate": "6.0.3",
|
||||||
"zone.js": "0.13.3",
|
"zone.js": "0.13.3",
|
||||||
"zxcvbn": "4.4.2"
|
"zxcvbn": "4.4.2"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:035d0958731add03a4bc67309886da6b0f614068249b74030f3161fc1cb767ca
|
oid sha256:92e30dc10988acf4d59bda2812af2140f1a6433b6b9aea7791de51520d44ed66
|
||||||
size 6198324
|
size 6262264
|
||||||
|
Loading…
Reference in New Issue
Block a user