netlify-cli 23.12.0 → 23.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +117 -38
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "23.12.
|
|
3
|
+
"version": "23.12.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "23.12.
|
|
9
|
+
"version": "23.12.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -2828,7 +2828,6 @@
|
|
|
2828
2828
|
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-7.0.5.tgz",
|
|
2829
2829
|
"integrity": "sha512-t54CUOsFMappY1Jbzb7fetWeO0n6K0k/4+/ZpkS+3Joz8I4VcvY9OiEBFRYISqaI2fq5sCiPtAjRDOzVYG8m+Q==",
|
|
2830
2830
|
"license": "MIT",
|
|
2831
|
-
"peer": true,
|
|
2832
2831
|
"dependencies": {
|
|
2833
2832
|
"@octokit/auth-token": "^6.0.0",
|
|
2834
2833
|
"@octokit/graphql": "^9.0.2",
|
|
@@ -2973,7 +2972,6 @@
|
|
|
2973
2972
|
"version": "1.8.0",
|
|
2974
2973
|
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.8.0.tgz",
|
|
2975
2974
|
"integrity": "sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==",
|
|
2976
|
-
"peer": true,
|
|
2977
2975
|
"engines": {
|
|
2978
2976
|
"node": ">=8.0.0"
|
|
2979
2977
|
}
|
|
@@ -3534,7 +3532,8 @@
|
|
|
3534
3532
|
"optional": true,
|
|
3535
3533
|
"os": [
|
|
3536
3534
|
"android"
|
|
3537
|
-
]
|
|
3535
|
+
],
|
|
3536
|
+
"peer": true
|
|
3538
3537
|
},
|
|
3539
3538
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
3540
3539
|
"version": "4.52.2",
|
|
@@ -3546,7 +3545,8 @@
|
|
|
3546
3545
|
"optional": true,
|
|
3547
3546
|
"os": [
|
|
3548
3547
|
"android"
|
|
3549
|
-
]
|
|
3548
|
+
],
|
|
3549
|
+
"peer": true
|
|
3550
3550
|
},
|
|
3551
3551
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
3552
3552
|
"version": "4.52.2",
|
|
@@ -3558,7 +3558,8 @@
|
|
|
3558
3558
|
"optional": true,
|
|
3559
3559
|
"os": [
|
|
3560
3560
|
"darwin"
|
|
3561
|
-
]
|
|
3561
|
+
],
|
|
3562
|
+
"peer": true
|
|
3562
3563
|
},
|
|
3563
3564
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
3564
3565
|
"version": "4.52.2",
|
|
@@ -3570,7 +3571,8 @@
|
|
|
3570
3571
|
"optional": true,
|
|
3571
3572
|
"os": [
|
|
3572
3573
|
"darwin"
|
|
3573
|
-
]
|
|
3574
|
+
],
|
|
3575
|
+
"peer": true
|
|
3574
3576
|
},
|
|
3575
3577
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
3576
3578
|
"version": "4.52.2",
|
|
@@ -3582,7 +3584,8 @@
|
|
|
3582
3584
|
"optional": true,
|
|
3583
3585
|
"os": [
|
|
3584
3586
|
"freebsd"
|
|
3585
|
-
]
|
|
3587
|
+
],
|
|
3588
|
+
"peer": true
|
|
3586
3589
|
},
|
|
3587
3590
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
3588
3591
|
"version": "4.52.2",
|
|
@@ -3594,7 +3597,8 @@
|
|
|
3594
3597
|
"optional": true,
|
|
3595
3598
|
"os": [
|
|
3596
3599
|
"freebsd"
|
|
3597
|
-
]
|
|
3600
|
+
],
|
|
3601
|
+
"peer": true
|
|
3598
3602
|
},
|
|
3599
3603
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
3600
3604
|
"version": "4.52.2",
|
|
@@ -3606,7 +3610,8 @@
|
|
|
3606
3610
|
"optional": true,
|
|
3607
3611
|
"os": [
|
|
3608
3612
|
"linux"
|
|
3609
|
-
]
|
|
3613
|
+
],
|
|
3614
|
+
"peer": true
|
|
3610
3615
|
},
|
|
3611
3616
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
3612
3617
|
"version": "4.52.2",
|
|
@@ -3618,7 +3623,8 @@
|
|
|
3618
3623
|
"optional": true,
|
|
3619
3624
|
"os": [
|
|
3620
3625
|
"linux"
|
|
3621
|
-
]
|
|
3626
|
+
],
|
|
3627
|
+
"peer": true
|
|
3622
3628
|
},
|
|
3623
3629
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
3624
3630
|
"version": "4.52.2",
|
|
@@ -3630,7 +3636,8 @@
|
|
|
3630
3636
|
"optional": true,
|
|
3631
3637
|
"os": [
|
|
3632
3638
|
"linux"
|
|
3633
|
-
]
|
|
3639
|
+
],
|
|
3640
|
+
"peer": true
|
|
3634
3641
|
},
|
|
3635
3642
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
3636
3643
|
"version": "4.52.2",
|
|
@@ -3642,7 +3649,8 @@
|
|
|
3642
3649
|
"optional": true,
|
|
3643
3650
|
"os": [
|
|
3644
3651
|
"linux"
|
|
3645
|
-
]
|
|
3652
|
+
],
|
|
3653
|
+
"peer": true
|
|
3646
3654
|
},
|
|
3647
3655
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
3648
3656
|
"version": "4.52.2",
|
|
@@ -3654,7 +3662,8 @@
|
|
|
3654
3662
|
"optional": true,
|
|
3655
3663
|
"os": [
|
|
3656
3664
|
"linux"
|
|
3657
|
-
]
|
|
3665
|
+
],
|
|
3666
|
+
"peer": true
|
|
3658
3667
|
},
|
|
3659
3668
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
3660
3669
|
"version": "4.52.2",
|
|
@@ -3666,7 +3675,8 @@
|
|
|
3666
3675
|
"optional": true,
|
|
3667
3676
|
"os": [
|
|
3668
3677
|
"linux"
|
|
3669
|
-
]
|
|
3678
|
+
],
|
|
3679
|
+
"peer": true
|
|
3670
3680
|
},
|
|
3671
3681
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
3672
3682
|
"version": "4.52.2",
|
|
@@ -3678,7 +3688,8 @@
|
|
|
3678
3688
|
"optional": true,
|
|
3679
3689
|
"os": [
|
|
3680
3690
|
"linux"
|
|
3681
|
-
]
|
|
3691
|
+
],
|
|
3692
|
+
"peer": true
|
|
3682
3693
|
},
|
|
3683
3694
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
3684
3695
|
"version": "4.52.2",
|
|
@@ -3690,7 +3701,8 @@
|
|
|
3690
3701
|
"optional": true,
|
|
3691
3702
|
"os": [
|
|
3692
3703
|
"linux"
|
|
3693
|
-
]
|
|
3704
|
+
],
|
|
3705
|
+
"peer": true
|
|
3694
3706
|
},
|
|
3695
3707
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
3696
3708
|
"version": "4.52.2",
|
|
@@ -3702,7 +3714,8 @@
|
|
|
3702
3714
|
"optional": true,
|
|
3703
3715
|
"os": [
|
|
3704
3716
|
"linux"
|
|
3705
|
-
]
|
|
3717
|
+
],
|
|
3718
|
+
"peer": true
|
|
3706
3719
|
},
|
|
3707
3720
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
3708
3721
|
"version": "4.52.2",
|
|
@@ -3714,7 +3727,8 @@
|
|
|
3714
3727
|
"optional": true,
|
|
3715
3728
|
"os": [
|
|
3716
3729
|
"linux"
|
|
3717
|
-
]
|
|
3730
|
+
],
|
|
3731
|
+
"peer": true
|
|
3718
3732
|
},
|
|
3719
3733
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
3720
3734
|
"version": "4.52.2",
|
|
@@ -3726,7 +3740,8 @@
|
|
|
3726
3740
|
"optional": true,
|
|
3727
3741
|
"os": [
|
|
3728
3742
|
"linux"
|
|
3729
|
-
]
|
|
3743
|
+
],
|
|
3744
|
+
"peer": true
|
|
3730
3745
|
},
|
|
3731
3746
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
3732
3747
|
"version": "4.52.2",
|
|
@@ -3738,7 +3753,8 @@
|
|
|
3738
3753
|
"optional": true,
|
|
3739
3754
|
"os": [
|
|
3740
3755
|
"openharmony"
|
|
3741
|
-
]
|
|
3756
|
+
],
|
|
3757
|
+
"peer": true
|
|
3742
3758
|
},
|
|
3743
3759
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
3744
3760
|
"version": "4.52.2",
|
|
@@ -3750,7 +3766,8 @@
|
|
|
3750
3766
|
"optional": true,
|
|
3751
3767
|
"os": [
|
|
3752
3768
|
"win32"
|
|
3753
|
-
]
|
|
3769
|
+
],
|
|
3770
|
+
"peer": true
|
|
3754
3771
|
},
|
|
3755
3772
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
3756
3773
|
"version": "4.52.2",
|
|
@@ -3762,7 +3779,8 @@
|
|
|
3762
3779
|
"optional": true,
|
|
3763
3780
|
"os": [
|
|
3764
3781
|
"win32"
|
|
3765
|
-
]
|
|
3782
|
+
],
|
|
3783
|
+
"peer": true
|
|
3766
3784
|
},
|
|
3767
3785
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
3768
3786
|
"version": "4.52.2",
|
|
@@ -3774,7 +3792,8 @@
|
|
|
3774
3792
|
"optional": true,
|
|
3775
3793
|
"os": [
|
|
3776
3794
|
"win32"
|
|
3777
|
-
]
|
|
3795
|
+
],
|
|
3796
|
+
"peer": true
|
|
3778
3797
|
},
|
|
3779
3798
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
3780
3799
|
"version": "4.52.2",
|
|
@@ -3786,7 +3805,8 @@
|
|
|
3786
3805
|
"optional": true,
|
|
3787
3806
|
"os": [
|
|
3788
3807
|
"win32"
|
|
3789
|
-
]
|
|
3808
|
+
],
|
|
3809
|
+
"peer": true
|
|
3790
3810
|
},
|
|
3791
3811
|
"node_modules/@sec-ant/readable-stream": {
|
|
3792
3812
|
"version": "0.4.1",
|
|
@@ -3870,6 +3890,7 @@
|
|
|
3870
3890
|
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz",
|
|
3871
3891
|
"integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==",
|
|
3872
3892
|
"optional": true,
|
|
3893
|
+
"peer": true,
|
|
3873
3894
|
"dependencies": {
|
|
3874
3895
|
"@types/connect": "*",
|
|
3875
3896
|
"@types/node": "*"
|
|
@@ -3880,6 +3901,7 @@
|
|
|
3880
3901
|
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
|
|
3881
3902
|
"integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
|
|
3882
3903
|
"optional": true,
|
|
3904
|
+
"peer": true,
|
|
3883
3905
|
"dependencies": {
|
|
3884
3906
|
"@types/node": "*"
|
|
3885
3907
|
}
|
|
@@ -3889,11 +3911,26 @@
|
|
|
3889
3911
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
3890
3912
|
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w=="
|
|
3891
3913
|
},
|
|
3914
|
+
"node_modules/@types/express": {
|
|
3915
|
+
"version": "4.17.25",
|
|
3916
|
+
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.25.tgz",
|
|
3917
|
+
"integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==",
|
|
3918
|
+
"license": "MIT",
|
|
3919
|
+
"optional": true,
|
|
3920
|
+
"peer": true,
|
|
3921
|
+
"dependencies": {
|
|
3922
|
+
"@types/body-parser": "*",
|
|
3923
|
+
"@types/express-serve-static-core": "^4.17.33",
|
|
3924
|
+
"@types/qs": "*",
|
|
3925
|
+
"@types/serve-static": "^1"
|
|
3926
|
+
}
|
|
3927
|
+
},
|
|
3892
3928
|
"node_modules/@types/express-serve-static-core": {
|
|
3893
3929
|
"version": "4.19.6",
|
|
3894
3930
|
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz",
|
|
3895
3931
|
"integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==",
|
|
3896
3932
|
"optional": true,
|
|
3933
|
+
"peer": true,
|
|
3897
3934
|
"dependencies": {
|
|
3898
3935
|
"@types/node": "*",
|
|
3899
3936
|
"@types/qs": "*",
|
|
@@ -3910,7 +3947,8 @@
|
|
|
3910
3947
|
"version": "2.0.5",
|
|
3911
3948
|
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz",
|
|
3912
3949
|
"integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==",
|
|
3913
|
-
"optional": true
|
|
3950
|
+
"optional": true,
|
|
3951
|
+
"peer": true
|
|
3914
3952
|
},
|
|
3915
3953
|
"node_modules/@types/http-proxy": {
|
|
3916
3954
|
"version": "1.17.16",
|
|
@@ -3924,14 +3962,14 @@
|
|
|
3924
3962
|
"version": "1.3.5",
|
|
3925
3963
|
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
|
|
3926
3964
|
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
|
|
3927
|
-
"optional": true
|
|
3965
|
+
"optional": true,
|
|
3966
|
+
"peer": true
|
|
3928
3967
|
},
|
|
3929
3968
|
"node_modules/@types/node": {
|
|
3930
3969
|
"version": "22.18.11",
|
|
3931
3970
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.11.tgz",
|
|
3932
3971
|
"integrity": "sha512-Gd33J2XIrXurb+eT2ktze3rJAfAp9ZNjlBdh4SVgyrKEOADwCbdUDaK7QgJno8Ue4kcajscsKqu6n8OBG3hhCQ==",
|
|
3933
3972
|
"license": "MIT",
|
|
3934
|
-
"peer": true,
|
|
3935
3973
|
"dependencies": {
|
|
3936
3974
|
"undici-types": "~6.21.0"
|
|
3937
3975
|
}
|
|
@@ -3945,13 +3983,15 @@
|
|
|
3945
3983
|
"version": "6.14.0",
|
|
3946
3984
|
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
|
|
3947
3985
|
"integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
|
|
3948
|
-
"optional": true
|
|
3986
|
+
"optional": true,
|
|
3987
|
+
"peer": true
|
|
3949
3988
|
},
|
|
3950
3989
|
"node_modules/@types/range-parser": {
|
|
3951
3990
|
"version": "1.2.7",
|
|
3952
3991
|
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
|
|
3953
3992
|
"integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
|
|
3954
|
-
"optional": true
|
|
3993
|
+
"optional": true,
|
|
3994
|
+
"peer": true
|
|
3955
3995
|
},
|
|
3956
3996
|
"node_modules/@types/retry": {
|
|
3957
3997
|
"version": "0.12.2",
|
|
@@ -3963,6 +4003,7 @@
|
|
|
3963
4003
|
"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz",
|
|
3964
4004
|
"integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==",
|
|
3965
4005
|
"optional": true,
|
|
4006
|
+
"peer": true,
|
|
3966
4007
|
"dependencies": {
|
|
3967
4008
|
"@types/mime": "^1",
|
|
3968
4009
|
"@types/node": "*"
|
|
@@ -3973,6 +4014,7 @@
|
|
|
3973
4014
|
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.8.tgz",
|
|
3974
4015
|
"integrity": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==",
|
|
3975
4016
|
"optional": true,
|
|
4017
|
+
"peer": true,
|
|
3976
4018
|
"dependencies": {
|
|
3977
4019
|
"@types/http-errors": "*",
|
|
3978
4020
|
"@types/node": "*",
|
|
@@ -4478,7 +4520,6 @@
|
|
|
4478
4520
|
"version": "8.15.0",
|
|
4479
4521
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
|
4480
4522
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
4481
|
-
"peer": true,
|
|
4482
4523
|
"bin": {
|
|
4483
4524
|
"acorn": "bin/acorn"
|
|
4484
4525
|
},
|
|
@@ -4517,7 +4558,6 @@
|
|
|
4517
4558
|
"version": "8.17.1",
|
|
4518
4559
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
4519
4560
|
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
4520
|
-
"peer": true,
|
|
4521
4561
|
"dependencies": {
|
|
4522
4562
|
"fast-deep-equal": "^3.1.3",
|
|
4523
4563
|
"fast-uri": "^3.0.1",
|
|
@@ -7385,6 +7425,7 @@
|
|
|
7385
7425
|
"os": [
|
|
7386
7426
|
"darwin"
|
|
7387
7427
|
],
|
|
7428
|
+
"peer": true,
|
|
7388
7429
|
"engines": {
|
|
7389
7430
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
7390
7431
|
}
|
|
@@ -10380,7 +10421,6 @@
|
|
|
10380
10421
|
"version": "4.0.3",
|
|
10381
10422
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
10382
10423
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
10383
|
-
"peer": true,
|
|
10384
10424
|
"engines": {
|
|
10385
10425
|
"node": ">=12"
|
|
10386
10426
|
},
|
|
@@ -10480,7 +10520,6 @@
|
|
|
10480
10520
|
"url": "https://github.com/sponsors/ai"
|
|
10481
10521
|
}
|
|
10482
10522
|
],
|
|
10483
|
-
"peer": true,
|
|
10484
10523
|
"dependencies": {
|
|
10485
10524
|
"nanoid": "^3.3.11",
|
|
10486
10525
|
"picocolors": "^1.1.1",
|
|
@@ -11093,6 +11132,48 @@
|
|
|
11093
11132
|
"resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",
|
|
11094
11133
|
"integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA=="
|
|
11095
11134
|
},
|
|
11135
|
+
"node_modules/rollup": {
|
|
11136
|
+
"version": "4.52.2",
|
|
11137
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.52.2.tgz",
|
|
11138
|
+
"integrity": "sha512-I25/2QgoROE1vYV+NQ1En9T9UFB9Cmfm2CJ83zZOlaDpvz29wGQSZXWKw7MiNXau7wYgB/T9fVIdIuEQ+KbiiA==",
|
|
11139
|
+
"optional": true,
|
|
11140
|
+
"peer": true,
|
|
11141
|
+
"dependencies": {
|
|
11142
|
+
"@types/estree": "1.0.8"
|
|
11143
|
+
},
|
|
11144
|
+
"bin": {
|
|
11145
|
+
"rollup": "dist/bin/rollup"
|
|
11146
|
+
},
|
|
11147
|
+
"engines": {
|
|
11148
|
+
"node": ">=18.0.0",
|
|
11149
|
+
"npm": ">=8.0.0"
|
|
11150
|
+
},
|
|
11151
|
+
"optionalDependencies": {
|
|
11152
|
+
"@rollup/rollup-android-arm-eabi": "4.52.2",
|
|
11153
|
+
"@rollup/rollup-android-arm64": "4.52.2",
|
|
11154
|
+
"@rollup/rollup-darwin-arm64": "4.52.2",
|
|
11155
|
+
"@rollup/rollup-darwin-x64": "4.52.2",
|
|
11156
|
+
"@rollup/rollup-freebsd-arm64": "4.52.2",
|
|
11157
|
+
"@rollup/rollup-freebsd-x64": "4.52.2",
|
|
11158
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.52.2",
|
|
11159
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.52.2",
|
|
11160
|
+
"@rollup/rollup-linux-arm64-gnu": "4.52.2",
|
|
11161
|
+
"@rollup/rollup-linux-arm64-musl": "4.52.2",
|
|
11162
|
+
"@rollup/rollup-linux-loong64-gnu": "4.52.2",
|
|
11163
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.52.2",
|
|
11164
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.52.2",
|
|
11165
|
+
"@rollup/rollup-linux-riscv64-musl": "4.52.2",
|
|
11166
|
+
"@rollup/rollup-linux-s390x-gnu": "4.52.2",
|
|
11167
|
+
"@rollup/rollup-linux-x64-gnu": "4.52.2",
|
|
11168
|
+
"@rollup/rollup-linux-x64-musl": "4.52.2",
|
|
11169
|
+
"@rollup/rollup-openharmony-arm64": "4.52.2",
|
|
11170
|
+
"@rollup/rollup-win32-arm64-msvc": "4.52.2",
|
|
11171
|
+
"@rollup/rollup-win32-ia32-msvc": "4.52.2",
|
|
11172
|
+
"@rollup/rollup-win32-x64-gnu": "4.52.2",
|
|
11173
|
+
"@rollup/rollup-win32-x64-msvc": "4.52.2",
|
|
11174
|
+
"fsevents": "~2.3.2"
|
|
11175
|
+
}
|
|
11176
|
+
},
|
|
11096
11177
|
"node_modules/run-applescript": {
|
|
11097
11178
|
"version": "7.1.0",
|
|
11098
11179
|
"resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.1.0.tgz",
|
|
@@ -12148,8 +12229,7 @@
|
|
|
12148
12229
|
"node_modules/tslib": {
|
|
12149
12230
|
"version": "2.8.1",
|
|
12150
12231
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
12151
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
|
12152
|
-
"peer": true
|
|
12232
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
|
12153
12233
|
},
|
|
12154
12234
|
"node_modules/type-fest": {
|
|
12155
12235
|
"version": "4.41.0",
|
|
@@ -12178,7 +12258,6 @@
|
|
|
12178
12258
|
"version": "5.8.3",
|
|
12179
12259
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
|
|
12180
12260
|
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
|
|
12181
|
-
"peer": true,
|
|
12182
12261
|
"bin": {
|
|
12183
12262
|
"tsc": "bin/tsc",
|
|
12184
12263
|
"tsserver": "bin/tsserver"
|