update versions

This commit is contained in:
Artemy Egorov 2024-10-25 17:43:48 +03:00
parent 9002f73394
commit 89c6b2eba9
2 changed files with 6 additions and 6 deletions

View File

@ -25,13 +25,13 @@
"@fastify/view": "^10.0.1", "@fastify/view": "^10.0.1",
"@txtdot/plugins": "workspace:*", "@txtdot/plugins": "workspace:*",
"@txtdot/sdk": "workspace:*", "@txtdot/sdk": "workspace:*",
"axios": "^1.7.4", "axios": "^1.7.7",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",
"ejs": "^3.1.10", "ejs": "^3.1.10",
"fastify": "^5.0.0", "fastify": "^5.0.0",
"iconv-lite": "^0.6.3", "iconv-lite": "^0.6.3",
"ip-range-check": "^0.2.0", "ip-range-check": "^0.2.0",
"isomorphic-dompurify": "^2.10.0", "isomorphic-dompurify": "^2.16.0",
"json-schema-to-ts": "^3.1.0", "json-schema-to-ts": "^3.1.0",
"linkedom": "^0.18.0", "linkedom": "^0.18.0",
"micromatch": "^4.0.8", "micromatch": "^4.0.8",
@ -40,7 +40,7 @@
"devDependencies": { "devDependencies": {
"@types/ejs": "^3.1.5", "@types/ejs": "^3.1.5",
"@types/jsdom": "^21.1.6", "@types/jsdom": "^21.1.6",
"@types/micromatch": "^4.0.7", "@types/micromatch": "^4.0.9",
"clean-css-cli": "^5.6.3", "clean-css-cli": "^5.6.3",
"copyfiles": "^2.4.1" "copyfiles": "^2.4.1"
} }

6
pnpm-lock.yaml generated
View File

@ -95,7 +95,7 @@ importers:
specifier: workspace:* specifier: workspace:*
version: link:../sdk version: link:../sdk
axios: axios:
specifier: ^1.7.4 specifier: ^1.7.7
version: 1.7.7 version: 1.7.7
dotenv: dotenv:
specifier: ^16.3.1 specifier: ^16.3.1
@ -113,7 +113,7 @@ importers:
specifier: ^0.2.0 specifier: ^0.2.0
version: 0.2.0 version: 0.2.0
isomorphic-dompurify: isomorphic-dompurify:
specifier: ^2.10.0 specifier: ^2.16.0
version: 2.16.0 version: 2.16.0
json-schema-to-ts: json-schema-to-ts:
specifier: ^3.1.0 specifier: ^3.1.0
@ -135,7 +135,7 @@ importers:
specifier: ^21.1.6 specifier: ^21.1.6
version: 21.1.7 version: 21.1.7
'@types/micromatch': '@types/micromatch':
specifier: ^4.0.7 specifier: ^4.0.9
version: 4.0.9 version: 4.0.9
clean-css-cli: clean-css-cli:
specifier: ^5.6.3 specifier: ^5.6.3