1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

[deps] Vault: Update @types/proper-lockfile to v4.1.4 (#7324)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-27 16:47:46 -08:00 committed by GitHub
parent bbd50abd94
commit 92fc3582e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -113,7 +113,7 @@
"@types/node-forge": "1.3.11",
"@types/node-ipc": "9.2.0",
"@types/papaparse": "5.3.14",
"@types/proper-lockfile": "4.1.2",
"@types/proper-lockfile": "4.1.4",
"@types/react": "16.14.54",
"@types/retry": "0.12.5",
"@types/zxcvbn": "4.4.4",
@ -11244,9 +11244,9 @@
"dev": true
},
"node_modules/@types/proper-lockfile": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@types/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
"integrity": "sha512-kd4LMvcnpYkspDcp7rmXKedn8iJSCoa331zRRamUp5oanKt/CefbEGPQP7G89enz7sKD4bvsr8mHSsC8j5WOvA==",
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/@types/proper-lockfile/-/proper-lockfile-4.1.4.tgz",
"integrity": "sha512-uo2ABllncSqg9F1D4nugVl9v93RmjxF6LJzQLMLDdPaXCUIDPeOJ21Gbqi43xNKzBi/WQ0Q0dICqufzQbMjipQ==",
"dev": true,
"dependencies": {
"@types/retry": "*"

View File

@ -74,7 +74,7 @@
"@types/node-forge": "1.3.11",
"@types/node-ipc": "9.2.0",
"@types/papaparse": "5.3.14",
"@types/proper-lockfile": "4.1.2",
"@types/proper-lockfile": "4.1.4",
"@types/react": "16.14.54",
"@types/retry": "0.12.5",
"@types/zxcvbn": "4.4.4",