diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a8cf8a1ebf95..dee49ecaf8d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4762,8 +4762,8 @@ importers: specifier: ^3.29.4 version: 3.29.5 rollup-plugin-dts: - specifier: 6.1.0 - version: 6.1.0(rollup@3.29.5)(typescript@5.3.3) + specifier: 6.1.1 + version: 6.1.1(rollup@3.29.5)(typescript@5.3.3) sass: specifier: 1.54.4 version: 1.54.4 @@ -11134,7 +11134,7 @@ packages: resolution: {integrity: sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.24.2 + '@babel/code-frame': 7.24.7 '@babel/generator': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 @@ -12966,6 +12966,10 @@ packages: /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + /@jridgewell/sourcemap-codec@1.5.0: + resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + dev: true + /@jridgewell/trace-mapping@0.3.20: resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==} dependencies: @@ -27365,6 +27369,12 @@ packages: resolution: {integrity: sha512-0ckx7ZHRPqb0oUm8zNr+90mtf9DQB60H1wMCjBtfi62Kl3a7JbHob6gA2bC+xRvZoOL+1hzUK8jeuEIQE8svEQ==} hasBin: true + /magic-string@0.30.11: + resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==} + dependencies: + '@jridgewell/sourcemap-codec': 1.5.0 + dev: true + /magic-string@0.30.5: resolution: {integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==} engines: {node: '>=12'} @@ -33125,14 +33135,14 @@ packages: inherits: 2.0.4 dev: false - /rollup-plugin-dts@6.1.0(rollup@3.29.5)(typescript@5.3.3): - resolution: {integrity: sha512-ijSCPICkRMDKDLBK9torss07+8dl9UpY9z1N/zTeA1cIqdzMlpkV3MOOC7zukyvQfDyxa1s3Dl2+DeiP/G6DOw==} + /rollup-plugin-dts@6.1.1(rollup@3.29.5)(typescript@5.3.3): + resolution: {integrity: sha512-aSHRcJ6KG2IHIioYlvAOcEq6U99sVtqDDKVhnwt70rW6tsz3tv5OSjEiWcgzfsHdLyGXZ/3b/7b/+Za3Y6r1XA==} engines: {node: '>=16'} peerDependencies: rollup: ^3.29.4 || ^4 typescript: ^4.5 || ^5.0 dependencies: - magic-string: 0.30.5 + magic-string: 0.30.11 rollup: 3.29.5 typescript: 5.3.3 optionalDependencies: diff --git a/scripts/prebundle/package.json b/scripts/prebundle/package.json index f9511a7ccd55..08f07c3a2802 100644 --- a/scripts/prebundle/package.json +++ b/scripts/prebundle/package.json @@ -78,7 +78,7 @@ "react-dom": "^18", "react-is": "^18", "rollup": "^3.29.4", - "rollup-plugin-dts": "6.1.0", + "rollup-plugin-dts": "6.1.1", "sass": "1.54.4", "semver": "7.6.0", "signal-exit": "3.0.7",