diff --git a/package-lock.json b/package-lock.json index 53020a9f..184b74a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8206,9 +8206,9 @@ "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, "typescript": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.3.tgz", - "integrity": "sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", + "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", "dev": true }, "unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index dc08583b..e697e5bd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/pkg-dir": "^2.0.1", "@types/react": "^17.0.3", "prettier": "^2.2.1", - "typescript": "^4.2.3" + "typescript": "^4.2.4" }, "scripts": { "build": "next build",