17.diff (1887B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 21e332a..59863c0 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -34,7 +34,7 @@ 6 "eslint-plugin-unicorn": "40.1.0", 7 "postcss": "8.4.5", 8 "tailwindcss": "3.0.11", 9 - "typescript": "4.5.4" 10 + "typescript": "4.5.5" 11 }, 12 "engines": { 13 "node": ">=17.0.0" 14 @@ -6543,9 +6543,9 @@ 15 } 16 }, 17 "node_modules/typescript": { 18 - "version": "4.5.4", 19 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", 20 - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", 21 + "version": "4.5.5", 22 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", 23 + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", 24 "dev": true, 25 "bin": { 26 "tsc": "bin/tsc", 27 @@ -11565,9 +11565,9 @@ 28 "dev": true 29 }, 30 "typescript": { 31 - "version": "4.5.4", 32 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", 33 - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", 34 + "version": "4.5.5", 35 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", 36 + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", 37 "dev": true 38 }, 39 "unbox-primitive": { 40 diff --git a/package.json b/package.json 41 index ab18707..c59683c 100644 42 --- a/package.json 43 +++ b/package.json 44 @@ -47,7 +47,7 @@ 45 "eslint-plugin-unicorn": "40.1.0", 46 "postcss": "8.4.5", 47 "tailwindcss": "3.0.11", 48 - "typescript": "4.5.4" 49 + "typescript": "4.5.5" 50 }, 51 "optionalDependencies": { 52 "fsevents": "2.3.2"