diff --git a/package-lock.json b/package-lock.json index b1d7f4f..21e6e15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@excaliburjs/plugin-aseprite": "0.31.0", "@excaliburjs/plugin-tiled": "0.31.0", "excalibur": "0.31.0", - "typescript": "4.5.5" + "typescript": "4.9.5" }, "devDependencies": { "@parcel/transformer-image": "2.16.0", @@ -3750,9 +3750,9 @@ } }, "node_modules/typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index e62cd77..92af8af 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "@excaliburjs/plugin-aseprite": "0.31.0", "@excaliburjs/plugin-tiled": "0.31.0", "excalibur": "0.31.0", - "typescript": "4.5.5" + "typescript": "4.9.5" } }