diff --git a/package-lock.json b/package-lock.json index ea08c140..ec2ad25f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "6.0.0", "license": "MIT", "devDependencies": { - "@rollup/plugin-typescript": "11.1.6", + "@rollup/plugin-typescript": "12.1.2", "@types/autoprefixer": "10.2.4", "@types/jest": "29.5.14", "@types/ncp": "2.0.8", @@ -1566,9 +1566,9 @@ } }, "node_modules/@rollup/plugin-typescript": { - "version": "11.1.6", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz", - "integrity": "sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-12.1.2.tgz", + "integrity": "sha512-cdtSp154H5sv637uMr1a8OTWB0L1SWDSm1rDGiyfcGcvQ6cuTs4MDk2BVEBGysUWago4OJN4EQZqOTl/QY3Jgg==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.1.0", @@ -8003,9 +8003,9 @@ "dev": true }, "@rollup/plugin-typescript": { - "version": "11.1.6", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz", - "integrity": "sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-12.1.2.tgz", + "integrity": "sha512-cdtSp154H5sv637uMr1a8OTWB0L1SWDSm1rDGiyfcGcvQ6cuTs4MDk2BVEBGysUWago4OJN4EQZqOTl/QY3Jgg==", "dev": true, "requires": { "@rollup/pluginutils": "^5.1.0", diff --git a/package.json b/package.json index bcd8cf32..dc4c459a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "lint": "eslint --ignore-path .gitignore --ignore-pattern dist/ --ignore-pattern doc/ \"**/*.ts\"" }, "devDependencies": { - "@rollup/plugin-typescript": "11.1.6", + "@rollup/plugin-typescript": "12.1.2", "@types/autoprefixer": "10.2.4", "@types/jest": "29.5.14", "@types/ncp": "2.0.8",