mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Pin dependency papaparse to 5.3.0
This commit is contained in:
parent
635d26469f
commit
2cbba94663
2 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@
|
|||
"mocha": "8.1.3",
|
||||
"mock-knex": "0.4.9",
|
||||
"nock": "13.0.4",
|
||||
"papaparse": "^5.3.0",
|
||||
"papaparse": "5.3.0",
|
||||
"proxyquire": "2.1.3",
|
||||
"rewire": "5.0.0",
|
||||
"should": "13.2.3",
|
||||
|
|
|
@ -6888,7 +6888,7 @@ pako@^1.0.11, pako@~1.0.5:
|
|||
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
|
||||
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
|
||||
|
||||
papaparse@5.3.0, papaparse@^5.3.0:
|
||||
papaparse@5.3.0:
|
||||
version "5.3.0"
|
||||
resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-5.3.0.tgz#ab1702feb96e79ab4309652f36db9536563ad05a"
|
||||
integrity sha512-Lb7jN/4bTpiuGPrYy4tkKoUS8sTki8zacB5ke1p5zolhcSE4TlWgrlsxjrDTbG/dFVh07ck7X36hUf/b5V68pg==
|
||||
|
|
Loading…
Add table
Reference in a new issue