Update dependency @rollup/plugin-typescript to v11.1.5

This commit is contained in:
renovate[bot] 2023-10-12 15:16:49 +00:00 committed by GitHub
parent c160ae2a2c
commit 42d4fbe6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MPL-2.0",
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.7.0",
"@rollup/plugin-typescript": "11.1.4",
"@rollup/plugin-typescript": "11.1.5",
"@tsconfig/recommended": "1.0.3",
"@types/jest": "29.5.5",
"@typescript-eslint/eslint-plugin": "6.7.4",
@ -1536,9 +1536,9 @@
}
},
"node_modules/@rollup/plugin-typescript": {
"version": "11.1.4",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.4.tgz",
"integrity": "sha512-WZRh5LBVLQXdKFICUId5J3eIpmjGURaBqntfg3GSZACgeOAFS+lOSMGTwfzDkELTaZVp/lWdMVNU3UkwCUBg/Q==",
"version": "11.1.5",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.5.tgz",
"integrity": "sha512-rnMHrGBB0IUEv69Q8/JGRD/n4/n6b3nfpufUu26axhUcboUzv/twfZU8fIBbTOphRAe0v8EyxzeDpKXqGHfyDA==",
"dev": true,
"dependencies": {
"@rollup/pluginutils": "^5.0.1",
@ -1548,7 +1548,7 @@
"node": ">=14.0.0"
},
"peerDependencies": {
"rollup": "^2.14.0||^3.0.0",
"rollup": "^2.14.0||^3.0.0||^4.0.0",
"tslib": "*",
"typescript": ">=3.7.0"
},

View File

@ -26,7 +26,7 @@
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "2.7.0",
"@rollup/plugin-typescript": "11.1.4",
"@rollup/plugin-typescript": "11.1.5",
"@tsconfig/recommended": "1.0.3",
"@types/jest": "29.5.5",
"@typescript-eslint/eslint-plugin": "6.7.4",