|
34 | 34 | dependencies:
|
35 | 35 | "@babel/highlight" "^7.14.5"
|
36 | 36 |
|
37 |
| -"@babel/code-frame@^7.18.6": |
38 |
| - version "7.18.6" |
39 |
| - resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz" |
40 |
| - integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== |
41 |
| - dependencies: |
42 |
| - "@babel/highlight" "^7.18.6" |
43 |
| - |
44 | 37 | "@babel/code-frame@^7.22.5":
|
45 | 38 | version "7.22.5"
|
46 | 39 | resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz"
|
|
513 | 506 | resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
|
514 | 507 | integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
|
515 | 508 |
|
516 |
| -"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5": |
| 509 | +"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5": |
517 | 510 | version "7.22.20"
|
518 | 511 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz"
|
519 | 512 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
|
579 | 572 | chalk "^2.0.0"
|
580 | 573 | js-tokens "^4.0.0"
|
581 | 574 |
|
582 |
| -"@babel/highlight@^7.18.6": |
583 |
| - version "7.18.6" |
584 |
| - resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz" |
585 |
| - integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== |
586 |
| - dependencies: |
587 |
| - "@babel/helper-validator-identifier" "^7.18.6" |
588 |
| - chalk "^2.0.0" |
589 |
| - js-tokens "^4.0.0" |
590 |
| - |
591 | 575 | "@babel/highlight@^7.22.5":
|
592 | 576 | version "7.22.5"
|
593 | 577 | resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz"
|
|
2003 | 1987 | resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz"
|
2004 | 1988 | integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
|
2005 | 1989 |
|
2006 |
| -"@jridgewell/sourcemap-codec@^1.4.13", "@jridgewell/sourcemap-codec@^1.4.14": |
| 1990 | +"@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15": |
2007 | 1991 | version "1.4.15"
|
2008 | 1992 | resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
2009 | 1993 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
@@ -12223,12 +12207,12 @@ magic-string@^0.25.2, magic-string@^0.25.7:
|
12223 | 12207 | dependencies:
|
12224 | 12208 | sourcemap-codec "^1.4.4"
|
12225 | 12209 |
|
12226 |
| -magic-string@^0.30.0: |
12227 |
| - version "0.30.0" |
12228 |
| - resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.30.0.tgz" |
12229 |
| - integrity sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ== |
| 12210 | +magic-string@^0.30.2: |
| 12211 | + version "0.30.8" |
| 12212 | + resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.30.8.tgz#14e8624246d2bedba70d5462aa99ac9681844613" |
| 12213 | + integrity sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ== |
12230 | 12214 | dependencies:
|
12231 |
| - "@jridgewell/sourcemap-codec" "^1.4.13" |
| 12215 | + "@jridgewell/sourcemap-codec" "^1.4.15" |
12232 | 12216 |
|
12233 | 12217 | magic-string@~0.26.2:
|
12234 | 12218 | version "0.26.7"
|
|
15395 | 15379 | globby "10.0.1"
|
15396 | 15380 | is-plain-object "^3.0.0"
|
15397 | 15381 |
|
15398 |
| - |
15399 |
| - version "5.3.0" |
15400 |
| - resolved "https://registry.npmjs.org/rollup-plugin-dts/-/rollup-plugin-dts-5.3.0.tgz" |
15401 |
| - integrity sha512-8FXp0ZkyZj1iU5klkIJYLjIq/YZSwBoERu33QBDxm/1yw5UU4txrEtcmMkrq+ZiKu3Q4qvPCNqc3ovX6rjqzbQ== |
| 15382 | + |
| 15383 | + version "5.3.1" |
| 15384 | + resolved "https://registry.npmjs.org/rollup-plugin-dts/-/rollup-plugin-dts-5.3.1.tgz#c2841269a3a5cb986b7791b0328e6a178eba108f" |
| 15385 | + integrity sha512-gusMi+Z4gY/JaEQeXnB0RUdU82h1kF0WYzCWgVmV4p3hWXqelaKuCvcJawfeg+EKn2T1Ie+YWF2OiN1/L8bTVg== |
15402 | 15386 | dependencies:
|
15403 |
| - magic-string "^0.30.0" |
| 15387 | + magic-string "^0.30.2" |
15404 | 15388 | optionalDependencies:
|
15405 |
| - "@babel/code-frame" "^7.18.6" |
| 15389 | + "@babel/code-frame" "^7.22.5" |
15406 | 15390 |
|
15407 | 15391 |
|
15408 | 15392 | version "3.0.1"
|
|
0 commit comments