diff --git a/package-lock.json b/package-lock.json index 01dc852..90e9c63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "vite-plugin-html": "^3.2.0", "vite-plugin-pwa": "^0.14.1", "vite-plugin-svgr": "^2.4.0", - "vite-plugin-webfont-dl": "^3.4.2", + "vite-plugin-webfont-dl": "^3.7.2", "vitest": "^0.28.4" } }, @@ -4718,12 +4718,14 @@ } }, "node_modules/axios": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz", - "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.3.5.tgz", + "integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==", "dev": true, "dependencies": { - "follow-redirects": "^1.14.7" + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "node_modules/axobject-query": { @@ -9951,6 +9953,12 @@ "react-is": "^16.13.1" } }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "dev": true + }, "node_modules/psl": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", @@ -12452,13 +12460,14 @@ } }, "node_modules/vite-plugin-webfont-dl": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/vite-plugin-webfont-dl/-/vite-plugin-webfont-dl-3.4.2.tgz", - "integrity": "sha512-f7Sc914umXnZJnWt2IY20yKPjpfiGwV89cmwxkGh6frEErisyFe0Q/4CaxdV9M51U6qHNPOs9hSYSZzS0PkM3Q==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/vite-plugin-webfont-dl/-/vite-plugin-webfont-dl-3.7.2.tgz", + "integrity": "sha512-de4ZysmGy/6ootaUTP3AOuMgOOHPkSqvFlyvbmiBizX6TgxpcqWYzWAYUBNfv7YprRbJeIYDymWu0fjw0/SpWA==", "dev": true, "dependencies": { - "axios": "^0.25", + "axios": "^1.2", "clean-css": "^5.3", + "flat-cache": "^3.0", "picocolors": "^1.0" }, "peerDependencies": { diff --git a/package.json b/package.json index 77fd192..83d0a55 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "vite-plugin-html": "^3.2.0", "vite-plugin-pwa": "^0.14.1", "vite-plugin-svgr": "^2.4.0", - "vite-plugin-webfont-dl": "^3.4.2", + "vite-plugin-webfont-dl": "^3.7.2", "vitest": "^0.28.4" } }