diff --git a/Web/ClientApp/package-lock.json b/Web/ClientApp/package-lock.json index ca18a6fb..ac2b3dcf 100644 --- a/Web/ClientApp/package-lock.json +++ b/Web/ClientApp/package-lock.json @@ -31,7 +31,7 @@ "popper.js": "^1.16.1", "react-scripts": "^5.0.1", "rimraf": "^6.0.1", - "typescript": "^5.6.2" + "typescript": "^4.9.5" } }, "node_modules/@alloc/quick-lru": { @@ -18536,16 +18536,16 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=14.17" + "node": ">=4.2.0" } }, "node_modules/unbox-primitive": { diff --git a/Web/ClientApp/package.json b/Web/ClientApp/package.json index 55f36dbf..d71ddcba 100644 --- a/Web/ClientApp/package.json +++ b/Web/ClientApp/package.json @@ -59,6 +59,6 @@ "popper.js": "^1.16.1", "react-scripts": "^5.0.1", "rimraf": "^6.0.1", - "typescript": "^5.6.2" + "typescript": "^4.9.5" } }