From 49931b78dd7e064c602c1a53663a45a7e3716ca3 Mon Sep 17 00:00:00 2001 From: Emiliano Heyns Date: Thu, 9 Jan 2025 23:23:36 +0100 Subject: [PATCH] upgrades --- package-lock.json | 28 +++++++++++----------- package.json | 4 ++-- submodules/citation-style-language-locales | 2 +- submodules/zotero | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65906e717..8c5024d14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "lodash.merge": "^4.6.2", "npm": "^11.0.0", "p-defer": "^4.0.1", - "papaparse": "^5.4.1", + "papaparse": "^5.5.0", "parse5": "^7.2.1", "pinyin": "^3.1.0", "promise.allsettled": "^1.0.7", @@ -125,7 +125,7 @@ "process": "^0.11.10", "properties-reader": "^2.3.0", "pug": "^3.0.3", - "putout": "^37.12.0", + "putout": "^37.13.0", "recast": "^0.23.9", "regenerate": "^1.4.2", "rimraf": "^6.0.1", @@ -3870,16 +3870,16 @@ } }, "node_modules/@putout/plugin-remove-useless-functions": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@putout/plugin-remove-useless-functions/-/plugin-remove-useless-functions-3.0.0.tgz", - "integrity": "sha512-50WsmBy0Kvdqj+uYmSyyUZuy0NptYk2GrvpyIzgmjiJaNtSLgUcTRViRki/0NTsbDt73q/cdBypPdomMKoYJiw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@putout/plugin-remove-useless-functions/-/plugin-remove-useless-functions-4.0.0.tgz", + "integrity": "sha512-ZntUotrsyAh9TQOiYAhYW70nF7clYZCWOuqfpbdzzT9fv2LJggMDOpScaLoy36pws9PI4NZOcio2PqlQlstdPA==", "dev": true, "license": "MIT", "engines": { - "node": ">=16" + "node": ">=18" }, "peerDependencies": { - "putout": ">=30" + "putout": ">=37" } }, "node_modules/@putout/plugin-remove-useless-map": { @@ -15743,9 +15743,9 @@ "license": "BlueOak-1.0.0" }, "node_modules/papaparse": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz", - "integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.5.0.tgz", + "integrity": "sha512-rlVJyYL5QMvue8f/RNGpchWAiTc42GzJD/dqD/YgxJxmQ7TWQh5/7aN3p/aqxkYTRl/BkODi6Qsau1r2bt42JQ==", "license": "MIT" }, "node_modules/parent-module": { @@ -16451,9 +16451,9 @@ } }, "node_modules/putout": { - "version": "37.12.0", - "resolved": "https://registry.npmjs.org/putout/-/putout-37.12.0.tgz", - "integrity": "sha512-5IDe63pzGt+0wgwVhAnJUj3y+c5mFI2wTC/lOiRTbGNHeBxOmaOTqealEi2DPZI4tDEoF09tfCcP8KDPzuOPpA==", + "version": "37.13.0", + "resolved": "https://registry.npmjs.org/putout/-/putout-37.13.0.tgz", + "integrity": "sha512-xUk2GVZIOmZh62kYqJ8iRZ69FPCCYqCVTOSKNC62WiOQPsb1KyN48kqEy7VKBG0iM24o8O1R2gdCY6UQS73egw==", "dev": true, "license": "MIT", "dependencies": { @@ -16572,7 +16572,7 @@ "@putout/plugin-remove-useless-continue": "^2.0.0", "@putout/plugin-remove-useless-delete": "^1.0.1", "@putout/plugin-remove-useless-escape": "^6.0.0", - "@putout/plugin-remove-useless-functions": "^3.0.0", + "@putout/plugin-remove-useless-functions": "^4.0.0", "@putout/plugin-remove-useless-map": "^1.0.0", "@putout/plugin-remove-useless-operand": "^2.0.0", "@putout/plugin-remove-useless-push": "^1.0.0", diff --git a/package.json b/package.json index 7c151da14..6e2ed3eb3 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "lodash.merge": "^4.6.2", "npm": "^11.0.0", "p-defer": "^4.0.1", - "papaparse": "^5.4.1", + "papaparse": "^5.5.0", "parse5": "^7.2.1", "pinyin": "^3.1.0", "promise.allsettled": "^1.0.7", @@ -181,7 +181,7 @@ "process": "^0.11.10", "properties-reader": "^2.3.0", "pug": "^3.0.3", - "putout": "^37.12.0", + "putout": "^37.13.0", "recast": "^0.23.9", "regenerate": "^1.4.2", "rimraf": "^6.0.1", diff --git a/submodules/citation-style-language-locales b/submodules/citation-style-language-locales index 96d704de2..9914965f3 160000 --- a/submodules/citation-style-language-locales +++ b/submodules/citation-style-language-locales @@ -1 +1 @@ -Subproject commit 96d704de2fc7b930ae4a0ec4686a7143bb4a0d33 +Subproject commit 9914965f3308723f0dde18fb96ba6ea9e7ef44a2 diff --git a/submodules/zotero b/submodules/zotero index b538b12d5..52c342b69 160000 --- a/submodules/zotero +++ b/submodules/zotero @@ -1 +1 @@ -Subproject commit b538b12d510ee88ab396fcff47f95968a43e9aec +Subproject commit 52c342b69770efa247a27e8db7da52cc495683fe