1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

[deps] Tools: Update papaparse to v5.5.3 (#14966)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-27 18:58:56 +02:00
committed by GitHub
parent abb01d9038
commit 0f9f6a1c5d
3 changed files with 12 additions and 12 deletions

View File

@@ -86,7 +86,7 @@
"node-fetch": "2.6.12", "node-fetch": "2.6.12",
"node-forge": "1.3.1", "node-forge": "1.3.1",
"open": "8.4.2", "open": "8.4.2",
"papaparse": "5.5.2", "papaparse": "5.5.3",
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tldts": "7.0.1", "tldts": "7.0.1",

18
package-lock.json generated
View File

@@ -59,7 +59,7 @@
"node-forge": "1.3.1", "node-forge": "1.3.1",
"oidc-client-ts": "2.4.1", "oidc-client-ts": "2.4.1",
"open": "8.4.2", "open": "8.4.2",
"papaparse": "5.5.2", "papaparse": "5.5.3",
"patch-package": "8.0.0", "patch-package": "8.0.0",
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"qrcode-parser": "2.1.3", "qrcode-parser": "2.1.3",
@@ -111,7 +111,7 @@
"@types/node": "22.15.3", "@types/node": "22.15.3",
"@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/papaparse": "5.3.15", "@types/papaparse": "5.3.16",
"@types/proper-lockfile": "4.1.4", "@types/proper-lockfile": "4.1.4",
"@types/retry": "0.12.5", "@types/retry": "0.12.5",
"@types/zxcvbn": "4.4.5", "@types/zxcvbn": "4.4.5",
@@ -219,7 +219,7 @@
"node-fetch": "2.6.12", "node-fetch": "2.6.12",
"node-forge": "1.3.1", "node-forge": "1.3.1",
"open": "8.4.2", "open": "8.4.2",
"papaparse": "5.5.2", "papaparse": "5.5.3",
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"tldts": "7.0.1", "tldts": "7.0.1",
@@ -11939,9 +11939,9 @@
} }
}, },
"node_modules/@types/papaparse": { "node_modules/@types/papaparse": {
"version": "5.3.15", "version": "5.3.16",
"resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.3.15.tgz", "resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.3.16.tgz",
"integrity": "sha512-JHe6vF6x/8Z85nCX4yFdDslN11d+1pr12E526X8WAfhadOeaOTx5AuIkvDKIBopfvlzpzkdMx4YyvSKCM9oqtw==", "integrity": "sha512-T3VuKMC2H0lgsjI9buTB3uuKj3EMD2eap1MOuEQuBQ44EnDx/IkGhU6EwiTf9zG3za4SKlmwKAImdDKdNnCsXg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -30738,9 +30738,9 @@
"license": "(MIT AND Zlib)" "license": "(MIT AND Zlib)"
}, },
"node_modules/papaparse": { "node_modules/papaparse": {
"version": "5.5.2", "version": "5.5.3",
"resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.2.tgz", "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.3.tgz",
"integrity": "sha512-PZXg8UuAc4PcVwLosEEDYjPyfWnTEhOrUfdv+3Bx+NuAb+5NhDmXzg5fHWmdCh1mP5p7JAZfFr3IMQfcntNAdA==", "integrity": "sha512-5QvjGxYVjxO59MGU2lHVYpRWBBtKHnlIAcSe1uNFCkkptUh63NFRj0FJQm7nR67puEruUci/ZkjmEFrjCAyP4A==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/param-case": { "node_modules/param-case": {

View File

@@ -77,7 +77,7 @@
"@types/node": "22.15.3", "@types/node": "22.15.3",
"@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/papaparse": "5.3.15", "@types/papaparse": "5.3.16",
"@types/proper-lockfile": "4.1.4", "@types/proper-lockfile": "4.1.4",
"@types/retry": "0.12.5", "@types/retry": "0.12.5",
"@types/zxcvbn": "4.4.5", "@types/zxcvbn": "4.4.5",
@@ -194,7 +194,7 @@
"node-forge": "1.3.1", "node-forge": "1.3.1",
"oidc-client-ts": "2.4.1", "oidc-client-ts": "2.4.1",
"open": "8.4.2", "open": "8.4.2",
"papaparse": "5.5.2", "papaparse": "5.5.3",
"patch-package": "8.0.0", "patch-package": "8.0.0",
"proper-lockfile": "4.1.2", "proper-lockfile": "4.1.2",
"qrcode-parser": "2.1.3", "qrcode-parser": "2.1.3",