diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index 2e0e8963..b9e41caf 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -2338,9 +2338,9 @@ } }, "rollup-plugin-typescript2": { - "version": "0.28.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.28.0.tgz", - "integrity": "sha512-kk+146r8LfvsscytH94W1zgKrNx2anvC5AQReBtkE8WowBWuoFCIFoULUrC+DI5Ga4zVrCaBk6MUq3GZGTcLnQ==", + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.29.0.tgz", + "integrity": "sha512-YytahBSZCIjn/elFugEGQR5qTsVhxhUwGZIsA9TmrSsC88qroGo65O5HZP/TTArH2dm0vUmYWhKchhwi2wL9bw==", "dev": true, "requires": { "@rollup/pluginutils": "^3.1.0", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index f91937ba..8b21fa7d 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -61,7 +61,7 @@ "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-sourcemaps": "^0.6.3", - "rollup-plugin-typescript2": "^0.28.0", + "rollup-plugin-typescript2": "^0.29.0", "ts-node": "^9.0.0", "typescript": "^4.0.5" },