1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-22 11:45:59 +01:00

[deps] Tools: Update @types/papaparse to v5.3.13 (#6932)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-24 12:28:43 +01:00 committed by GitHub
parent b71a547d8f
commit f678de54b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -64,7 +64,7 @@
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"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.0.14", "tldts": "6.0.14",
"utf-8-validate": "5.0.10", "utf-8-validate": "5.0.10",
"zone.js": "0.12.0", "zone.js": "0.12.0",
@ -107,14 +107,14 @@
"@types/node-fetch": "2.6.4", "@types/node-fetch": "2.6.4",
"@types/node-forge": "1.3.4", "@types/node-forge": "1.3.4",
"@types/node-ipc": "9.2.0", "@types/node-ipc": "9.2.0",
"@types/papaparse": "5.3.7", "@types/papaparse": "5.3.13",
"@types/proper-lockfile": "4.1.2", "@types/proper-lockfile": "4.1.2",
"@types/react": "16.14.45", "@types/react": "16.14.45",
"@types/retry": "0.12.2", "@types/retry": "0.12.2",
"@types/zxcvbn": "4.4.1", "@types/zxcvbn": "4.4.1",
"@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0", "@typescript-eslint/parser": "5.62.0",
"@webcomponents/custom-elements": "^1.6.0", "@webcomponents/custom-elements": "1.6.0",
"autoprefixer": "10.4.15", "autoprefixer": "10.4.15",
"base64-loader": "1.0.0", "base64-loader": "1.0.0",
"buffer": "6.0.3", "buffer": "6.0.3",
@ -14244,9 +14244,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/papaparse": { "node_modules/@types/papaparse": {
"version": "5.3.7", "version": "5.3.13",
"resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.3.7.tgz", "resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.3.13.tgz",
"integrity": "sha512-f2HKmlnPdCvS0WI33WtCs5GD7X1cxzzS/aduaxSu3I7TbhWlENjSPs6z5TaB9K0J+BH1jbmqTaM+ja5puis4wg==", "integrity": "sha512-tYSlZI3tIdBHXea8fZHcmwbsd1mSUikdMUyqpqj0Zzfu2GTGUSHEKmcnBg699WJ8UnxG31rXD4b1mLGPOAxS2w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/node": "*" "@types/node": "*"

View File

@ -70,7 +70,7 @@
"@types/node-fetch": "2.6.4", "@types/node-fetch": "2.6.4",
"@types/node-forge": "1.3.4", "@types/node-forge": "1.3.4",
"@types/node-ipc": "9.2.0", "@types/node-ipc": "9.2.0",
"@types/papaparse": "5.3.7", "@types/papaparse": "5.3.13",
"@types/proper-lockfile": "4.1.2", "@types/proper-lockfile": "4.1.2",
"@types/react": "16.14.45", "@types/react": "16.14.45",
"@types/retry": "0.12.2", "@types/retry": "0.12.2",