diff --git a/package-lock.json b/package-lock.json index 2e42464..4f21b59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,8 +26,8 @@ "react-table": "^7.8.0", "react-zxing": "^2.0.0", "styled-components": "^6.1.11", - "typescript": "^5.4.5", - "web-vitals": "^4.1.1", + "typescript": "^4.9.5", + "web-vitals": "^3.5.0", "workbox-background-sync": "^7.1.0", "workbox-broadcast-update": "^7.1.0", "workbox-cacheable-response": "^7.1.0", @@ -21442,15 +21442,15 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=14.17" + "node": ">=4.2.0" } }, "node_modules/unbox-primitive": { @@ -21728,9 +21728,9 @@ } }, "node_modules/web-vitals": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.1.tgz", - "integrity": "sha512-wW3cdBZ56Rc5Az8p1Pw6g1zHU7X8HPLigQjD5Z0ef3EG9SPo4iO7RxsiU87aH3xaaEw0if6Ven2s+zlNGiXYqw==" + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz", + "integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 8672bd1..efcf14f 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "react-table": "^7.8.0", "react-zxing": "^2.0.0", "styled-components": "^6.1.11", - "typescript": "^5.4.5", - "web-vitals": "^4.1.1", + "typescript": "^4.9.5", + "web-vitals": "^3.5.0", "workbox-background-sync": "^7.1.0", "workbox-broadcast-update": "^7.1.0", "workbox-cacheable-response": "^7.1.0",