mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 20:55:57 +08:00
bump: deps
This commit is contained in:
parent
74eac2fc18
commit
cf32ab4fa7
15
backend/functions/package-lock.json
generated
15
backend/functions/package-lock.json
generated
@ -15,7 +15,7 @@
|
||||
"archiver": "^6.0.1",
|
||||
"axios": "^1.3.3",
|
||||
"bcrypt": "^5.1.0",
|
||||
"civkit": "^0.7.0-1189ee3",
|
||||
"civkit": "^0.8.0-8592519",
|
||||
"core-js": "^3.37.1",
|
||||
"cors": "^2.8.5",
|
||||
"dayjs": "^1.11.9",
|
||||
@ -52,6 +52,7 @@
|
||||
"@types/generic-pool": "^3.8.1",
|
||||
"@types/node": "^20.14.13",
|
||||
"@types/set-cookie-parser": "^2.4.7",
|
||||
"@types/xmldom": "^0.1.34",
|
||||
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
||||
"@typescript-eslint/parser": "^5.12.0",
|
||||
"eslint": "^8.9.0",
|
||||
@ -2435,6 +2436,12 @@
|
||||
"@types/webidl-conversions": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/xmldom": {
|
||||
"version": "0.1.34",
|
||||
"resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.34.tgz",
|
||||
"integrity": "sha512-7eZFfxI9XHYjJJuugddV6N5YNeXgQE1lArWOcd1eCOKWb/FGs5SIjacSYuEJuwhsGS3gy4RuZ5EUIcqYscuPDA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/yargs": {
|
||||
"version": "17.0.32",
|
||||
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz",
|
||||
@ -3720,9 +3727,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/civkit": {
|
||||
"version": "0.7.0-1189ee3",
|
||||
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.7.0-1189ee3.tgz",
|
||||
"integrity": "sha512-htjxZc5E25hjqAn+1xuN2Gr8gX40lbnQPMCno5ie8nuyp5aNsBfHdi5ADEkCvpcm9/cmXs6gKVqHlGjgNPyIFQ==",
|
||||
"version": "0.8.0-8592519",
|
||||
"resolved": "https://registry.npmjs.org/civkit/-/civkit-0.8.0-8592519.tgz",
|
||||
"integrity": "sha512-CFd6RLjYyKkNNlzE/kBqWqiYQJOzMXL2uuMiDYGy+IY4WnO5U9wzQ1VQDEWSPWDZl+czybyVGTp0Uz5s9NyA5A==",
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.21",
|
||||
"tslib": "^2.5.0"
|
||||
|
@ -35,7 +35,7 @@
|
||||
"archiver": "^6.0.1",
|
||||
"axios": "^1.3.3",
|
||||
"bcrypt": "^5.1.0",
|
||||
"civkit": "^0.7.0-1189ee3",
|
||||
"civkit": "^0.8.0-8592519",
|
||||
"core-js": "^3.37.1",
|
||||
"cors": "^2.8.5",
|
||||
"dayjs": "^1.11.9",
|
||||
@ -72,6 +72,7 @@
|
||||
"@types/generic-pool": "^3.8.1",
|
||||
"@types/node": "^20.14.13",
|
||||
"@types/set-cookie-parser": "^2.4.7",
|
||||
"@types/xmldom": "^0.1.34",
|
||||
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
||||
"@typescript-eslint/parser": "^5.12.0",
|
||||
"eslint": "^8.9.0",
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e3136746a0736b7308c56406abf0b7126ec788f9
|
||||
Subproject commit 09a88ebec8ba6154df6cb0b5a3caab07fe7cd150
|
Loading…
x
Reference in New Issue
Block a user