Skip to content

Commit 0fab6a9

Browse files
committed
Update dependency papaparse to v5.3.2
1 parent 43046c0 commit 0fab6a9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"nuxt": "2.15.8",
2828
"nuxt-property-decorator": "2.9.1",
2929
"nuxt-svg-loader": "1.2.0",
30-
"papaparse": "5.3.1",
30+
"papaparse": "5.3.2",
3131
"promise-polyfill": "8.2.1",
3232
"vee-validate": "3.4.14",
3333
"vue": "2.6.14",
@@ -47,7 +47,7 @@
4747
"@nuxtjs/style-resources": "1.2.1",
4848
"@nuxtjs/stylelint-module": "4.1.0",
4949
"@types/file-saver": "2.0.5",
50-
"@types/papaparse": "5.3.1",
50+
"@types/papaparse": "5.3.2",
5151
"babel-eslint": "10.1.0",
5252
"eslint": "7.32.0",
5353
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,10 +1861,10 @@
18611861
dependencies:
18621862
"@types/webpack" "^4"
18631863

1864-
"@types/[email protected].1":
1865-
version "5.3.1"
1866-
resolved "https://registry.yarnpkg.com/@types/papaparse/-/papaparse-5.3.1.tgz#fb5c613a64473c33b08fb9bc2a5ddbf25e54784e"
1867-
integrity sha512-1lbngk9wty2kCyQB42LjqSa12SEop3t9wcEC7/xYr3ujTSTmv7HWKjKYXly0GkMfQ42PRb2lFPFEibDOiMXS0g==
1864+
"@types/[email protected].2":
1865+
version "5.3.2"
1866+
resolved "https://registry.yarnpkg.com/@types/papaparse/-/papaparse-5.3.2.tgz#6ccace6eac8ddb03a6fd06883b84dd6c6561f69f"
1867+
integrity sha512-BNbCHJkTE4RwmAFkCxEalET4mDvGr/1ld7ZtQ4i/laWI/iiVt+GL07stdvufle4KfywyvloqqpIiJscXNCrKxA==
18681868
dependencies:
18691869
"@types/node" "*"
18701870

@@ -7246,10 +7246,10 @@ pako@~1.0.5:
72467246
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
72477247
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==
72487248

7249-
7250-
version "5.3.1"
7251-
resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-5.3.1.tgz#770b7a9124d821d4b2132132b7bd7dce7194b5b1"
7252-
integrity sha512-Dbt2yjLJrCwH2sRqKFFJaN5XgIASO9YOFeFP8rIBRG2Ain8mqk5r1M6DkfvqEVozVcz3r3HaUGw253hA1nLIcA==
7249+
7250+
version "5.3.2"
7251+
resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-5.3.2.tgz#d1abed498a0ee299f103130a6109720404fbd467"
7252+
integrity sha512-6dNZu0Ki+gyV0eBsFKJhYr+MdQYAzFUGlBMNj3GNrmHxmz1lfRa24CjFObPXtjcetlOv5Ad299MhIK0znp3afw==
72537253

72547254
parallel-transform@^1.1.0:
72557255
version "1.2.0"

0 commit comments

Comments
 (0)