diff --git a/package-lock.json b/package-lock.json index 3ef4ef9..2aaf039 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "stylelint-config-recommended-scss": "^4.3.0", "stylelint-prettier": "^1.2.0", "stylelint-scss": "^3.20.1", - "typescript": "^4.3.5" + "typescript": "^4.6.3" } }, "node_modules/@babel/code-frame": { @@ -8421,9 +8421,9 @@ } }, "node_modules/typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", + "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -15330,9 +15330,9 @@ } }, "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz", + "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index 1be218a..e504d1a 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "stylelint-config-recommended-scss": "^4.3.0", "stylelint-prettier": "^1.2.0", "stylelint-scss": "^3.20.1", - "typescript": "^4.3.5" + "typescript": "^4.6.3" } }