chore: update dependencies

This commit is contained in:
Vjacheslav Trushkin 2023-02-08 16:28:41 +02:00
parent 2d8424a40e
commit 02cadfd2d9
2 changed files with 78 additions and 81 deletions

147
package-lock.json generated
View File

@ -1,25 +1,25 @@
{ {
"name": "@iconify/api", "name": "@iconify/api",
"version": "3.0.0-beta.2", "version": "3.0.0-beta.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@iconify/api", "name": "@iconify/api",
"version": "3.0.0-beta.2", "version": "3.0.0-beta.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fastify/formbody": "^7.4.0", "@fastify/formbody": "^7.4.0",
"@iconify/tools": "^2.2.0", "@iconify/tools": "^2.2.2",
"@iconify/types": "^2.0.0", "@iconify/types": "^2.0.0",
"@iconify/utils": "^2.0.11", "@iconify/utils": "^2.1.1",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"fastify": "^4.11.0" "fastify": "^4.12.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.2.5", "@types/jest": "^29.4.0",
"@types/node": "^18.11.18", "@types/node": "^18.13.0",
"typescript": "^4.9.4", "typescript": "^4.9.5",
"vitest": "^0.26.3" "vitest": "^0.26.3"
}, },
"engines": { "engines": {
@ -222,19 +222,19 @@
} }
}, },
"node_modules/@iconify/tools": { "node_modules/@iconify/tools": {
"version": "2.2.0", "version": "2.2.2",
"resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-2.2.0.tgz", "resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-2.2.2.tgz",
"integrity": "sha512-hRreaOxGR55LI/N0CNoY3gYzibvlJabXTAQ82S+8eSCegMNYUS1Hih+u/jTQwPopUr5M57rdudpjHlaybpOKlg==", "integrity": "sha512-Cx2Yt42UZUHnQCs3afQZ6HTvxal4UqOvm4/kh6ozqM/tvDMk7tj5A6hHYsnnpy9imyznoecFRyUE0ckRrqDdJw==",
"dependencies": { "dependencies": {
"@iconify/types": "^2.0.0", "@iconify/types": "^2.0.0",
"@iconify/utils": "^2.0.9", "@iconify/utils": "^2.1.0",
"@types/cheerio": "^0.22.31", "@types/cheerio": "^0.22.31",
"@types/node-fetch": "^2.6.2", "@types/node-fetch": "^2.6.2",
"@types/tar": "^6.1.3", "@types/tar": "^6.1.3",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"extract-zip": "^2.0.1", "extract-zip": "^2.0.1",
"local-pkg": "^0.4.2", "local-pkg": "^0.4.2",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.8",
"pathe": "^1.0.0", "pathe": "^1.0.0",
"svgo": "^3.0.2", "svgo": "^3.0.2",
"tar": "^6.1.13" "tar": "^6.1.13"
@ -246,9 +246,9 @@
"integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==" "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg=="
}, },
"node_modules/@iconify/utils": { "node_modules/@iconify/utils": {
"version": "2.0.11", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.0.11.tgz", "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.1.tgz",
"integrity": "sha512-oEBZkHpkgySHcMZi80ycoJ+ZdLoJhmbN0+gUK8qNPY79ndus8fBHKPyjjwz5kIvr5U9yiym+xBTTnZOB3m5/Pw==", "integrity": "sha512-H8xz74JDzDw8f0qLxwIaxFMnFkbXTZNWEufOk3WxaLFHV4h0A2FjIDgNk5LzC0am4jssnjdeJJdRs3UFu3582Q==",
"dependencies": { "dependencies": {
"@antfu/install-pkg": "^0.1.1", "@antfu/install-pkg": "^0.1.1",
"@antfu/utils": "^0.7.2", "@antfu/utils": "^0.7.2",
@ -361,9 +361,9 @@
} }
}, },
"node_modules/@types/jest": { "node_modules/@types/jest": {
"version": "29.2.5", "version": "29.4.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.5.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz",
"integrity": "sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==", "integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"expect": "^29.0.0", "expect": "^29.0.0",
@ -371,9 +371,9 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "18.11.18", "version": "18.13.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.13.0.tgz",
"integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==" "integrity": "sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg=="
}, },
"node_modules/@types/node-fetch": { "node_modules/@types/node-fetch": {
"version": "2.6.2", "version": "2.6.2",
@ -746,14 +746,6 @@
"node": ">= 10" "node": ">= 10"
} }
}, },
"node_modules/content-type": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
"engines": {
"node": ">= 0.6"
}
},
"node_modules/cookie": { "node_modules/cookie": {
"version": "0.5.0", "version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
@ -1419,6 +1411,11 @@
"url": "https://github.com/sponsors/sindresorhus" "url": "https://github.com/sponsors/sindresorhus"
} }
}, },
"node_modules/fast-content-type-parse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz",
"integrity": "sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA=="
},
"node_modules/fast-decode-uri-component": { "node_modules/fast-decode-uri-component": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz", "resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
@ -1464,16 +1461,16 @@
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA=="
}, },
"node_modules/fastify": { "node_modules/fastify": {
"version": "4.11.0", "version": "4.12.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.11.0.tgz", "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.12.0.tgz",
"integrity": "sha512-JteZ8pjEqd+6n+azQnQfSJV8MUMxAmxbvC2Dx/Mybj039Lf/u3kda9Kq84uy/huCpqCzZoyHIZS5JFGF3wLztw==", "integrity": "sha512-Hh2GCsOCqnOuewWSvqXlpq5V/9VA+/JkVoooQWUhrU6gryO9+/UGOoF/dprGcKSDxkM/9TkMXSffYp8eA/YhYQ==",
"dependencies": { "dependencies": {
"@fastify/ajv-compiler": "^3.3.1", "@fastify/ajv-compiler": "^3.3.1",
"@fastify/error": "^3.0.0", "@fastify/error": "^3.0.0",
"@fastify/fast-json-stringify-compiler": "^4.1.0", "@fastify/fast-json-stringify-compiler": "^4.1.0",
"abstract-logging": "^2.0.1", "abstract-logging": "^2.0.1",
"avvio": "^8.2.0", "avvio": "^8.2.0",
"content-type": "^1.0.4", "fast-content-type-parse": "^1.0.0",
"find-my-way": "^7.3.0", "find-my-way": "^7.3.0",
"light-my-request": "^5.6.1", "light-my-request": "^5.6.1",
"pino": "^8.5.0", "pino": "^8.5.0",
@ -1829,9 +1826,9 @@
"dev": true "dev": true
}, },
"node_modules/kolorist": { "node_modules/kolorist": {
"version": "1.6.0", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.6.0.tgz", "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.7.0.tgz",
"integrity": "sha512-dLkz37Ab97HWMx9KTes3Tbi3D1ln9fCAy2zr2YVExJasDRPGRaKcoE4fycWNtnCAJfjFqe0cnY+f8KT2JePEXQ==" "integrity": "sha512-ymToLHqL02udwVdbkowNpzjFd6UzozMtshPQKVi5k1EjKRqKqBrOnE9QbLEb0/pV76SAiIT13hdL8R6suc+f3g=="
}, },
"node_modules/light-my-request": { "node_modules/light-my-request": {
"version": "5.6.1", "version": "5.6.1",
@ -2002,9 +1999,9 @@
} }
}, },
"node_modules/node-fetch": { "node_modules/node-fetch": {
"version": "2.6.7", "version": "2.6.9",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==",
"dependencies": { "dependencies": {
"whatwg-url": "^5.0.0" "whatwg-url": "^5.0.0"
}, },
@ -2700,9 +2697,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.4", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -3062,19 +3059,19 @@
} }
}, },
"@iconify/tools": { "@iconify/tools": {
"version": "2.2.0", "version": "2.2.2",
"resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-2.2.0.tgz", "resolved": "https://registry.npmjs.org/@iconify/tools/-/tools-2.2.2.tgz",
"integrity": "sha512-hRreaOxGR55LI/N0CNoY3gYzibvlJabXTAQ82S+8eSCegMNYUS1Hih+u/jTQwPopUr5M57rdudpjHlaybpOKlg==", "integrity": "sha512-Cx2Yt42UZUHnQCs3afQZ6HTvxal4UqOvm4/kh6ozqM/tvDMk7tj5A6hHYsnnpy9imyznoecFRyUE0ckRrqDdJw==",
"requires": { "requires": {
"@iconify/types": "^2.0.0", "@iconify/types": "^2.0.0",
"@iconify/utils": "^2.0.9", "@iconify/utils": "^2.1.0",
"@types/cheerio": "^0.22.31", "@types/cheerio": "^0.22.31",
"@types/node-fetch": "^2.6.2", "@types/node-fetch": "^2.6.2",
"@types/tar": "^6.1.3", "@types/tar": "^6.1.3",
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"extract-zip": "^2.0.1", "extract-zip": "^2.0.1",
"local-pkg": "^0.4.2", "local-pkg": "^0.4.2",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.8",
"pathe": "^1.0.0", "pathe": "^1.0.0",
"svgo": "^3.0.2", "svgo": "^3.0.2",
"tar": "^6.1.13" "tar": "^6.1.13"
@ -3086,9 +3083,9 @@
"integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==" "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg=="
}, },
"@iconify/utils": { "@iconify/utils": {
"version": "2.0.11", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.0.11.tgz", "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.1.tgz",
"integrity": "sha512-oEBZkHpkgySHcMZi80ycoJ+ZdLoJhmbN0+gUK8qNPY79ndus8fBHKPyjjwz5kIvr5U9yiym+xBTTnZOB3m5/Pw==", "integrity": "sha512-H8xz74JDzDw8f0qLxwIaxFMnFkbXTZNWEufOk3WxaLFHV4h0A2FjIDgNk5LzC0am4jssnjdeJJdRs3UFu3582Q==",
"requires": { "requires": {
"@antfu/install-pkg": "^0.1.1", "@antfu/install-pkg": "^0.1.1",
"@antfu/utils": "^0.7.2", "@antfu/utils": "^0.7.2",
@ -3189,9 +3186,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "29.2.5", "version": "29.4.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.5.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz",
"integrity": "sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==", "integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"expect": "^29.0.0", "expect": "^29.0.0",
@ -3199,9 +3196,9 @@
} }
}, },
"@types/node": { "@types/node": {
"version": "18.11.18", "version": "18.13.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.13.0.tgz",
"integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==" "integrity": "sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg=="
}, },
"@types/node-fetch": { "@types/node-fetch": {
"version": "2.6.2", "version": "2.6.2",
@ -3471,11 +3468,6 @@
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
}, },
"content-type": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA=="
},
"cookie": { "cookie": {
"version": "0.5.0", "version": "0.5.0",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
@ -3856,6 +3848,11 @@
} }
} }
}, },
"fast-content-type-parse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-content-type-parse/-/fast-content-type-parse-1.0.0.tgz",
"integrity": "sha512-Xbc4XcysUXcsP5aHUU7Nq3OwvHq97C+WnbkeIefpeYLX+ryzFJlU6OStFJhs6Ol0LkUGpcK+wL0JwfM+FCU5IA=="
},
"fast-decode-uri-component": { "fast-decode-uri-component": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz", "resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
@ -3898,16 +3895,16 @@
"integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA=="
}, },
"fastify": { "fastify": {
"version": "4.11.0", "version": "4.12.0",
"resolved": "https://registry.npmjs.org/fastify/-/fastify-4.11.0.tgz", "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.12.0.tgz",
"integrity": "sha512-JteZ8pjEqd+6n+azQnQfSJV8MUMxAmxbvC2Dx/Mybj039Lf/u3kda9Kq84uy/huCpqCzZoyHIZS5JFGF3wLztw==", "integrity": "sha512-Hh2GCsOCqnOuewWSvqXlpq5V/9VA+/JkVoooQWUhrU6gryO9+/UGOoF/dprGcKSDxkM/9TkMXSffYp8eA/YhYQ==",
"requires": { "requires": {
"@fastify/ajv-compiler": "^3.3.1", "@fastify/ajv-compiler": "^3.3.1",
"@fastify/error": "^3.0.0", "@fastify/error": "^3.0.0",
"@fastify/fast-json-stringify-compiler": "^4.1.0", "@fastify/fast-json-stringify-compiler": "^4.1.0",
"abstract-logging": "^2.0.1", "abstract-logging": "^2.0.1",
"avvio": "^8.2.0", "avvio": "^8.2.0",
"content-type": "^1.0.4", "fast-content-type-parse": "^1.0.0",
"find-my-way": "^7.3.0", "find-my-way": "^7.3.0",
"light-my-request": "^5.6.1", "light-my-request": "^5.6.1",
"pino": "^8.5.0", "pino": "^8.5.0",
@ -4166,9 +4163,9 @@
"dev": true "dev": true
}, },
"kolorist": { "kolorist": {
"version": "1.6.0", "version": "1.7.0",
"resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.6.0.tgz", "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.7.0.tgz",
"integrity": "sha512-dLkz37Ab97HWMx9KTes3Tbi3D1ln9fCAy2zr2YVExJasDRPGRaKcoE4fycWNtnCAJfjFqe0cnY+f8KT2JePEXQ==" "integrity": "sha512-ymToLHqL02udwVdbkowNpzjFd6UzozMtshPQKVi5k1EjKRqKqBrOnE9QbLEb0/pV76SAiIT13hdL8R6suc+f3g=="
}, },
"light-my-request": { "light-my-request": {
"version": "5.6.1", "version": "5.6.1",
@ -4294,9 +4291,9 @@
"dev": true "dev": true
}, },
"node-fetch": { "node-fetch": {
"version": "2.6.7", "version": "2.6.9",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==",
"requires": { "requires": {
"whatwg-url": "^5.0.0" "whatwg-url": "^5.0.0"
} }
@ -4802,9 +4799,9 @@
"dev": true "dev": true
}, },
"typescript": { "typescript": {
"version": "4.9.4", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true "dev": true
}, },
"ufo": { "ufo": {

View File

@ -27,16 +27,16 @@
}, },
"dependencies": { "dependencies": {
"@fastify/formbody": "^7.4.0", "@fastify/formbody": "^7.4.0",
"@iconify/tools": "^2.2.0", "@iconify/tools": "^2.2.2",
"@iconify/types": "^2.0.0", "@iconify/types": "^2.0.0",
"@iconify/utils": "^2.0.11", "@iconify/utils": "^2.1.1",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"fastify": "^4.11.0" "fastify": "^4.12.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.2.5", "@types/jest": "^29.4.0",
"@types/node": "^18.11.18", "@types/node": "^18.13.0",
"typescript": "^4.9.4", "typescript": "^4.9.5",
"vitest": "^0.26.3" "vitest": "^0.26.3"
} }
} }