diff --git a/package-lock.json b/package-lock.json index 7bf78dd..5795e35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@commitlint/cli": "~17.0.2", "@commitlint/config-conventional": "~17.0.2", "@rollup/plugin-json": "~4.1.0", - "@rollup/plugin-typescript": "~8.3.2", + "@rollup/plugin-typescript": "~8.3.3", "@types/fs-extra": "~9.0.13", "@types/inquirer": "~8.2.1", "@types/klaw": "~3.0.3", @@ -862,9 +862,9 @@ } }, "node_modules/@rollup/plugin-typescript": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.3.2.tgz", - "integrity": "sha512-MtgyR5LNHZr3GyN0tM7gNO9D0CS+Y+vflS4v/PHmrX17JCkHUYKvQ5jN5o3cz1YKllM3duXUqu3yOHwMPUxhDg==", + "version": "8.3.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.3.3.tgz", + "integrity": "sha512-55L9SyiYu3r/JtqdjhwcwaECXP7JeJ9h1Sg1VWRJKIutla2MdZQodTgcCNybXLMCnqpNLEhS2vGENww98L1npg==", "dev": true, "dependencies": { "@rollup/pluginutils": "^3.1.0", @@ -877,6 +877,11 @@ "rollup": "^2.14.0", "tslib": "*", "typescript": ">=3.7.0" + }, + "peerDependenciesMeta": { + "tslib": { + "optional": true + } } }, "node_modules/@rollup/pluginutils": { @@ -6875,9 +6880,9 @@ } }, "@rollup/plugin-typescript": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.3.2.tgz", - "integrity": "sha512-MtgyR5LNHZr3GyN0tM7gNO9D0CS+Y+vflS4v/PHmrX17JCkHUYKvQ5jN5o3cz1YKllM3duXUqu3yOHwMPUxhDg==", + "version": "8.3.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.3.3.tgz", + "integrity": "sha512-55L9SyiYu3r/JtqdjhwcwaECXP7JeJ9h1Sg1VWRJKIutla2MdZQodTgcCNybXLMCnqpNLEhS2vGENww98L1npg==", "dev": true, "requires": { "@rollup/pluginutils": "^3.1.0", diff --git a/package.json b/package.json index b10e0f8..e7a5b03 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@commitlint/cli": "~17.0.2", "@commitlint/config-conventional": "~17.0.2", "@rollup/plugin-json": "~4.1.0", - "@rollup/plugin-typescript": "~8.3.2", + "@rollup/plugin-typescript": "~8.3.3", "@types/fs-extra": "~9.0.13", "@types/inquirer": "~8.2.1", "@types/klaw": "~3.0.3",