@automattic/vip 3.7.1 → 3.8.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/assets/dev-env.lando.template.yml.ejs +7 -0
- package/dist/bin/vip-config-envvar-delete.js +11 -0
- package/dist/bin/vip-config-envvar-set.js +11 -0
- package/dist/bin/vip-dev-env-import-sql.js +9 -1
- package/dist/bin/vip-import-sql.js +2 -2
- package/dist/commands/dev-env-import-sql.js +19 -8
- package/dist/commands/dev-env-sync-sql.js +32 -13
- package/dist/lib/database.js +107 -0
- package/dist/lib/dev-environment/dev-environment-database.js +32 -0
- package/dist/lib/media-import/status.js +4 -23
- package/dist/lib/promise.js +21 -0
- package/dist/lib/search-and-replace.js +15 -4
- package/dist/lib/types.js +1 -0
- package/dist/lib/validations/sql.js +2 -2
- package/docs/CHANGELOG.md +45 -9
- package/npm-shrinkwrap.json +356 -331
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@automattic/vip",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.8.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"cli-table3": "^0.6.3",
|
|
23
23
|
"configstore": "5.0.1",
|
|
24
24
|
"copy-dir": "0.4.0",
|
|
25
|
-
"debug": "4.3.
|
|
25
|
+
"debug": "4.3.6",
|
|
26
26
|
"ejs": "^3.1.8",
|
|
27
27
|
"enquirer": "2.4.1",
|
|
28
28
|
"fetch-retry": "^6.0.0",
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@automattic/eslint-plugin-wpvip": "0.13.0",
|
|
112
112
|
"@babel/cli": "7.24.8",
|
|
113
|
-
"@babel/core": "7.
|
|
114
|
-
"@babel/preset-env": "7.
|
|
113
|
+
"@babel/core": "7.25.2",
|
|
114
|
+
"@babel/preset-env": "7.25.3",
|
|
115
115
|
"@babel/preset-typescript": "7.24.7",
|
|
116
116
|
"@jest/globals": "^29.7.0",
|
|
117
117
|
"@jest/test-sequencer": "^29.7.0",
|
|
@@ -391,30 +391,30 @@
|
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
393
|
"node_modules/@babel/compat-data": {
|
|
394
|
-
"version": "7.
|
|
395
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.
|
|
396
|
-
"integrity": "sha512-
|
|
394
|
+
"version": "7.25.2",
|
|
395
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz",
|
|
396
|
+
"integrity": "sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==",
|
|
397
397
|
"dev": true,
|
|
398
398
|
"engines": {
|
|
399
399
|
"node": ">=6.9.0"
|
|
400
400
|
}
|
|
401
401
|
},
|
|
402
402
|
"node_modules/@babel/core": {
|
|
403
|
-
"version": "7.
|
|
404
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
405
|
-
"integrity": "sha512-
|
|
403
|
+
"version": "7.25.2",
|
|
404
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
|
|
405
|
+
"integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
|
|
406
406
|
"dev": true,
|
|
407
407
|
"dependencies": {
|
|
408
408
|
"@ampproject/remapping": "^2.2.0",
|
|
409
409
|
"@babel/code-frame": "^7.24.7",
|
|
410
|
-
"@babel/generator": "^7.
|
|
411
|
-
"@babel/helper-compilation-targets": "^7.
|
|
412
|
-
"@babel/helper-module-transforms": "^7.
|
|
413
|
-
"@babel/helpers": "^7.
|
|
414
|
-
"@babel/parser": "^7.
|
|
415
|
-
"@babel/template": "^7.
|
|
416
|
-
"@babel/traverse": "^7.
|
|
417
|
-
"@babel/types": "^7.
|
|
410
|
+
"@babel/generator": "^7.25.0",
|
|
411
|
+
"@babel/helper-compilation-targets": "^7.25.2",
|
|
412
|
+
"@babel/helper-module-transforms": "^7.25.2",
|
|
413
|
+
"@babel/helpers": "^7.25.0",
|
|
414
|
+
"@babel/parser": "^7.25.0",
|
|
415
|
+
"@babel/template": "^7.25.0",
|
|
416
|
+
"@babel/traverse": "^7.25.2",
|
|
417
|
+
"@babel/types": "^7.25.2",
|
|
418
418
|
"convert-source-map": "^2.0.0",
|
|
419
419
|
"debug": "^4.1.0",
|
|
420
420
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -481,12 +481,12 @@
|
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
483
|
"node_modules/@babel/generator": {
|
|
484
|
-
"version": "7.
|
|
485
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
486
|
-
"integrity": "sha512-
|
|
484
|
+
"version": "7.25.0",
|
|
485
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz",
|
|
486
|
+
"integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==",
|
|
487
487
|
"dev": true,
|
|
488
488
|
"dependencies": {
|
|
489
|
-
"@babel/types": "^7.
|
|
489
|
+
"@babel/types": "^7.25.0",
|
|
490
490
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
491
491
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
492
492
|
"jsesc": "^2.5.1"
|
|
@@ -535,12 +535,12 @@
|
|
|
535
535
|
}
|
|
536
536
|
},
|
|
537
537
|
"node_modules/@babel/helper-compilation-targets": {
|
|
538
|
-
"version": "7.
|
|
539
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
540
|
-
"integrity": "sha512-
|
|
538
|
+
"version": "7.25.2",
|
|
539
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
|
|
540
|
+
"integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
|
|
541
541
|
"dev": true,
|
|
542
542
|
"dependencies": {
|
|
543
|
-
"@babel/compat-data": "^7.
|
|
543
|
+
"@babel/compat-data": "^7.25.2",
|
|
544
544
|
"@babel/helper-validator-option": "^7.24.8",
|
|
545
545
|
"browserslist": "^4.23.1",
|
|
546
546
|
"lru-cache": "^5.1.1",
|
|
@@ -592,9 +592,9 @@
|
|
|
592
592
|
}
|
|
593
593
|
},
|
|
594
594
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
595
|
-
"version": "7.
|
|
596
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
|
597
|
-
"integrity": "sha512-
|
|
595
|
+
"version": "7.25.0",
|
|
596
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.0.tgz",
|
|
597
|
+
"integrity": "sha512-q0T+dknZS+L5LDazIP+02gEZITG5unzvb6yIjcmj5i0eFrs5ToBV2m2JGH4EsE/gtP8ygEGLGApBgRIZkTm7zg==",
|
|
598
598
|
"dev": true,
|
|
599
599
|
"dependencies": {
|
|
600
600
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
@@ -658,26 +658,14 @@
|
|
|
658
658
|
"node": ">=6.9.0"
|
|
659
659
|
}
|
|
660
660
|
},
|
|
661
|
-
"node_modules/@babel/helper-hoist-variables": {
|
|
662
|
-
"version": "7.24.7",
|
|
663
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
|
|
664
|
-
"integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
|
|
665
|
-
"dev": true,
|
|
666
|
-
"dependencies": {
|
|
667
|
-
"@babel/types": "^7.24.7"
|
|
668
|
-
},
|
|
669
|
-
"engines": {
|
|
670
|
-
"node": ">=6.9.0"
|
|
671
|
-
}
|
|
672
|
-
},
|
|
673
661
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
674
|
-
"version": "7.24.
|
|
675
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.
|
|
676
|
-
"integrity": "sha512-
|
|
662
|
+
"version": "7.24.8",
|
|
663
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
|
|
664
|
+
"integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
|
|
677
665
|
"dev": true,
|
|
678
666
|
"dependencies": {
|
|
679
|
-
"@babel/traverse": "^7.24.
|
|
680
|
-
"@babel/types": "^7.24.
|
|
667
|
+
"@babel/traverse": "^7.24.8",
|
|
668
|
+
"@babel/types": "^7.24.8"
|
|
681
669
|
},
|
|
682
670
|
"engines": {
|
|
683
671
|
"node": ">=6.9.0"
|
|
@@ -697,16 +685,15 @@
|
|
|
697
685
|
}
|
|
698
686
|
},
|
|
699
687
|
"node_modules/@babel/helper-module-transforms": {
|
|
700
|
-
"version": "7.
|
|
701
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
702
|
-
"integrity": "sha512-
|
|
688
|
+
"version": "7.25.2",
|
|
689
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
|
|
690
|
+
"integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
|
|
703
691
|
"dev": true,
|
|
704
692
|
"dependencies": {
|
|
705
|
-
"@babel/helper-environment-visitor": "^7.24.7",
|
|
706
693
|
"@babel/helper-module-imports": "^7.24.7",
|
|
707
694
|
"@babel/helper-simple-access": "^7.24.7",
|
|
708
|
-
"@babel/helper-
|
|
709
|
-
"@babel/
|
|
695
|
+
"@babel/helper-validator-identifier": "^7.24.7",
|
|
696
|
+
"@babel/traverse": "^7.25.2"
|
|
710
697
|
},
|
|
711
698
|
"engines": {
|
|
712
699
|
"node": ">=6.9.0"
|
|
@@ -737,14 +724,14 @@
|
|
|
737
724
|
}
|
|
738
725
|
},
|
|
739
726
|
"node_modules/@babel/helper-remap-async-to-generator": {
|
|
740
|
-
"version": "7.
|
|
741
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.
|
|
742
|
-
"integrity": "sha512-
|
|
727
|
+
"version": "7.25.0",
|
|
728
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz",
|
|
729
|
+
"integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==",
|
|
743
730
|
"dev": true,
|
|
744
731
|
"dependencies": {
|
|
745
732
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
746
|
-
"@babel/helper-
|
|
747
|
-
"@babel/
|
|
733
|
+
"@babel/helper-wrap-function": "^7.25.0",
|
|
734
|
+
"@babel/traverse": "^7.25.0"
|
|
748
735
|
},
|
|
749
736
|
"engines": {
|
|
750
737
|
"node": ">=6.9.0"
|
|
@@ -754,14 +741,14 @@
|
|
|
754
741
|
}
|
|
755
742
|
},
|
|
756
743
|
"node_modules/@babel/helper-replace-supers": {
|
|
757
|
-
"version": "7.
|
|
758
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
759
|
-
"integrity": "sha512-
|
|
744
|
+
"version": "7.25.0",
|
|
745
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
|
|
746
|
+
"integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
|
|
760
747
|
"dev": true,
|
|
761
748
|
"dependencies": {
|
|
762
|
-
"@babel/helper-
|
|
763
|
-
"@babel/helper-
|
|
764
|
-
"@babel/
|
|
749
|
+
"@babel/helper-member-expression-to-functions": "^7.24.8",
|
|
750
|
+
"@babel/helper-optimise-call-expression": "^7.24.7",
|
|
751
|
+
"@babel/traverse": "^7.25.0"
|
|
765
752
|
},
|
|
766
753
|
"engines": {
|
|
767
754
|
"node": ">=6.9.0"
|
|
@@ -836,28 +823,27 @@
|
|
|
836
823
|
}
|
|
837
824
|
},
|
|
838
825
|
"node_modules/@babel/helper-wrap-function": {
|
|
839
|
-
"version": "7.
|
|
840
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.
|
|
841
|
-
"integrity": "sha512-
|
|
826
|
+
"version": "7.25.0",
|
|
827
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz",
|
|
828
|
+
"integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==",
|
|
842
829
|
"dev": true,
|
|
843
830
|
"dependencies": {
|
|
844
|
-
"@babel/
|
|
845
|
-
"@babel/
|
|
846
|
-
"@babel/
|
|
847
|
-
"@babel/types": "^7.24.7"
|
|
831
|
+
"@babel/template": "^7.25.0",
|
|
832
|
+
"@babel/traverse": "^7.25.0",
|
|
833
|
+
"@babel/types": "^7.25.0"
|
|
848
834
|
},
|
|
849
835
|
"engines": {
|
|
850
836
|
"node": ">=6.9.0"
|
|
851
837
|
}
|
|
852
838
|
},
|
|
853
839
|
"node_modules/@babel/helpers": {
|
|
854
|
-
"version": "7.
|
|
855
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
856
|
-
"integrity": "sha512-
|
|
840
|
+
"version": "7.25.0",
|
|
841
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz",
|
|
842
|
+
"integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==",
|
|
857
843
|
"dev": true,
|
|
858
844
|
"dependencies": {
|
|
859
|
-
"@babel/template": "^7.
|
|
860
|
-
"@babel/types": "^7.
|
|
845
|
+
"@babel/template": "^7.25.0",
|
|
846
|
+
"@babel/types": "^7.25.0"
|
|
861
847
|
},
|
|
862
848
|
"engines": {
|
|
863
849
|
"node": ">=6.9.0"
|
|
@@ -893,10 +879,13 @@
|
|
|
893
879
|
}
|
|
894
880
|
},
|
|
895
881
|
"node_modules/@babel/parser": {
|
|
896
|
-
"version": "7.
|
|
897
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
898
|
-
"integrity": "sha512-
|
|
882
|
+
"version": "7.25.3",
|
|
883
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz",
|
|
884
|
+
"integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
|
|
899
885
|
"dev": true,
|
|
886
|
+
"dependencies": {
|
|
887
|
+
"@babel/types": "^7.25.2"
|
|
888
|
+
},
|
|
900
889
|
"bin": {
|
|
901
890
|
"parser": "bin/babel-parser.js"
|
|
902
891
|
},
|
|
@@ -905,13 +894,28 @@
|
|
|
905
894
|
}
|
|
906
895
|
},
|
|
907
896
|
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
|
|
908
|
-
"version": "7.
|
|
909
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.
|
|
910
|
-
"integrity": "sha512-
|
|
897
|
+
"version": "7.25.3",
|
|
898
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz",
|
|
899
|
+
"integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==",
|
|
911
900
|
"dev": true,
|
|
912
901
|
"dependencies": {
|
|
913
|
-
"@babel/helper-
|
|
914
|
-
"@babel/
|
|
902
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
903
|
+
"@babel/traverse": "^7.25.3"
|
|
904
|
+
},
|
|
905
|
+
"engines": {
|
|
906
|
+
"node": ">=6.9.0"
|
|
907
|
+
},
|
|
908
|
+
"peerDependencies": {
|
|
909
|
+
"@babel/core": "^7.0.0"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": {
|
|
913
|
+
"version": "7.25.0",
|
|
914
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz",
|
|
915
|
+
"integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==",
|
|
916
|
+
"dev": true,
|
|
917
|
+
"dependencies": {
|
|
918
|
+
"@babel/helper-plugin-utils": "^7.24.8"
|
|
915
919
|
},
|
|
916
920
|
"engines": {
|
|
917
921
|
"node": ">=6.9.0"
|
|
@@ -921,12 +925,12 @@
|
|
|
921
925
|
}
|
|
922
926
|
},
|
|
923
927
|
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
924
|
-
"version": "7.
|
|
925
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.
|
|
926
|
-
"integrity": "sha512-
|
|
928
|
+
"version": "7.25.0",
|
|
929
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz",
|
|
930
|
+
"integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==",
|
|
927
931
|
"dev": true,
|
|
928
932
|
"dependencies": {
|
|
929
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
933
|
+
"@babel/helper-plugin-utils": "^7.24.8"
|
|
930
934
|
},
|
|
931
935
|
"engines": {
|
|
932
936
|
"node": ">=6.9.0"
|
|
@@ -953,13 +957,13 @@
|
|
|
953
957
|
}
|
|
954
958
|
},
|
|
955
959
|
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
|
|
956
|
-
"version": "7.
|
|
957
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.
|
|
958
|
-
"integrity": "sha512-
|
|
960
|
+
"version": "7.25.0",
|
|
961
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz",
|
|
962
|
+
"integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==",
|
|
959
963
|
"dev": true,
|
|
960
964
|
"dependencies": {
|
|
961
|
-
"@babel/helper-
|
|
962
|
-
"@babel/
|
|
965
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
966
|
+
"@babel/traverse": "^7.25.0"
|
|
963
967
|
},
|
|
964
968
|
"engines": {
|
|
965
969
|
"node": ">=6.9.0"
|
|
@@ -1273,15 +1277,15 @@
|
|
|
1273
1277
|
}
|
|
1274
1278
|
},
|
|
1275
1279
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
1276
|
-
"version": "7.
|
|
1277
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.
|
|
1278
|
-
"integrity": "sha512-
|
|
1280
|
+
"version": "7.25.0",
|
|
1281
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz",
|
|
1282
|
+
"integrity": "sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==",
|
|
1279
1283
|
"dev": true,
|
|
1280
1284
|
"dependencies": {
|
|
1281
|
-
"@babel/helper-
|
|
1282
|
-
"@babel/helper-
|
|
1283
|
-
"@babel/
|
|
1284
|
-
"@babel/
|
|
1285
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
1286
|
+
"@babel/helper-remap-async-to-generator": "^7.25.0",
|
|
1287
|
+
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
1288
|
+
"@babel/traverse": "^7.25.0"
|
|
1285
1289
|
},
|
|
1286
1290
|
"engines": {
|
|
1287
1291
|
"node": ">=6.9.0"
|
|
@@ -1323,12 +1327,12 @@
|
|
|
1323
1327
|
}
|
|
1324
1328
|
},
|
|
1325
1329
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
1326
|
-
"version": "7.
|
|
1327
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
|
1328
|
-
"integrity": "sha512-
|
|
1330
|
+
"version": "7.25.0",
|
|
1331
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz",
|
|
1332
|
+
"integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==",
|
|
1329
1333
|
"dev": true,
|
|
1330
1334
|
"dependencies": {
|
|
1331
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
1335
|
+
"@babel/helper-plugin-utils": "^7.24.8"
|
|
1332
1336
|
},
|
|
1333
1337
|
"engines": {
|
|
1334
1338
|
"node": ">=6.9.0"
|
|
@@ -1371,18 +1375,16 @@
|
|
|
1371
1375
|
}
|
|
1372
1376
|
},
|
|
1373
1377
|
"node_modules/@babel/plugin-transform-classes": {
|
|
1374
|
-
"version": "7.
|
|
1375
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
|
1376
|
-
"integrity": "sha512-
|
|
1378
|
+
"version": "7.25.0",
|
|
1379
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz",
|
|
1380
|
+
"integrity": "sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==",
|
|
1377
1381
|
"dev": true,
|
|
1378
1382
|
"dependencies": {
|
|
1379
1383
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
1380
1384
|
"@babel/helper-compilation-targets": "^7.24.8",
|
|
1381
|
-
"@babel/helper-environment-visitor": "^7.24.7",
|
|
1382
|
-
"@babel/helper-function-name": "^7.24.7",
|
|
1383
1385
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
1384
|
-
"@babel/helper-replace-supers": "^7.
|
|
1385
|
-
"@babel/
|
|
1386
|
+
"@babel/helper-replace-supers": "^7.25.0",
|
|
1387
|
+
"@babel/traverse": "^7.25.0",
|
|
1386
1388
|
"globals": "^11.1.0"
|
|
1387
1389
|
},
|
|
1388
1390
|
"engines": {
|
|
@@ -1454,6 +1456,22 @@
|
|
|
1454
1456
|
"@babel/core": "^7.0.0-0"
|
|
1455
1457
|
}
|
|
1456
1458
|
},
|
|
1459
|
+
"node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
|
|
1460
|
+
"version": "7.25.0",
|
|
1461
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz",
|
|
1462
|
+
"integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==",
|
|
1463
|
+
"dev": true,
|
|
1464
|
+
"dependencies": {
|
|
1465
|
+
"@babel/helper-create-regexp-features-plugin": "^7.25.0",
|
|
1466
|
+
"@babel/helper-plugin-utils": "^7.24.8"
|
|
1467
|
+
},
|
|
1468
|
+
"engines": {
|
|
1469
|
+
"node": ">=6.9.0"
|
|
1470
|
+
},
|
|
1471
|
+
"peerDependencies": {
|
|
1472
|
+
"@babel/core": "^7.0.0"
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1457
1475
|
"node_modules/@babel/plugin-transform-dynamic-import": {
|
|
1458
1476
|
"version": "7.24.7",
|
|
1459
1477
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz",
|
|
@@ -1519,14 +1537,14 @@
|
|
|
1519
1537
|
}
|
|
1520
1538
|
},
|
|
1521
1539
|
"node_modules/@babel/plugin-transform-function-name": {
|
|
1522
|
-
"version": "7.
|
|
1523
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.
|
|
1524
|
-
"integrity": "sha512-
|
|
1540
|
+
"version": "7.25.1",
|
|
1541
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz",
|
|
1542
|
+
"integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==",
|
|
1525
1543
|
"dev": true,
|
|
1526
1544
|
"dependencies": {
|
|
1527
|
-
"@babel/helper-compilation-targets": "^7.24.
|
|
1528
|
-
"@babel/helper-
|
|
1529
|
-
"@babel/
|
|
1545
|
+
"@babel/helper-compilation-targets": "^7.24.8",
|
|
1546
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
1547
|
+
"@babel/traverse": "^7.25.1"
|
|
1530
1548
|
},
|
|
1531
1549
|
"engines": {
|
|
1532
1550
|
"node": ">=6.9.0"
|
|
@@ -1552,12 +1570,12 @@
|
|
|
1552
1570
|
}
|
|
1553
1571
|
},
|
|
1554
1572
|
"node_modules/@babel/plugin-transform-literals": {
|
|
1555
|
-
"version": "7.
|
|
1556
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.
|
|
1557
|
-
"integrity": "sha512-
|
|
1573
|
+
"version": "7.25.2",
|
|
1574
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz",
|
|
1575
|
+
"integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==",
|
|
1558
1576
|
"dev": true,
|
|
1559
1577
|
"dependencies": {
|
|
1560
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
1578
|
+
"@babel/helper-plugin-utils": "^7.24.8"
|
|
1561
1579
|
},
|
|
1562
1580
|
"engines": {
|
|
1563
1581
|
"node": ">=6.9.0"
|
|
@@ -1631,15 +1649,15 @@
|
|
|
1631
1649
|
}
|
|
1632
1650
|
},
|
|
1633
1651
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
1634
|
-
"version": "7.
|
|
1635
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
|
1636
|
-
"integrity": "sha512-
|
|
1652
|
+
"version": "7.25.0",
|
|
1653
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz",
|
|
1654
|
+
"integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==",
|
|
1637
1655
|
"dev": true,
|
|
1638
1656
|
"dependencies": {
|
|
1639
|
-
"@babel/helper-
|
|
1640
|
-
"@babel/helper-
|
|
1641
|
-
"@babel/helper-
|
|
1642
|
-
"@babel/
|
|
1657
|
+
"@babel/helper-module-transforms": "^7.25.0",
|
|
1658
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
1659
|
+
"@babel/helper-validator-identifier": "^7.24.7",
|
|
1660
|
+
"@babel/traverse": "^7.25.0"
|
|
1643
1661
|
},
|
|
1644
1662
|
"engines": {
|
|
1645
1663
|
"node": ">=6.9.0"
|
|
@@ -2047,19 +2065,20 @@
|
|
|
2047
2065
|
}
|
|
2048
2066
|
},
|
|
2049
2067
|
"node_modules/@babel/preset-env": {
|
|
2050
|
-
"version": "7.
|
|
2051
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.
|
|
2052
|
-
"integrity": "sha512-
|
|
2068
|
+
"version": "7.25.3",
|
|
2069
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz",
|
|
2070
|
+
"integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==",
|
|
2053
2071
|
"dev": true,
|
|
2054
2072
|
"dependencies": {
|
|
2055
|
-
"@babel/compat-data": "^7.
|
|
2056
|
-
"@babel/helper-compilation-targets": "^7.
|
|
2073
|
+
"@babel/compat-data": "^7.25.2",
|
|
2074
|
+
"@babel/helper-compilation-targets": "^7.25.2",
|
|
2057
2075
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
2058
2076
|
"@babel/helper-validator-option": "^7.24.8",
|
|
2059
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.
|
|
2060
|
-
"@babel/plugin-bugfix-safari-
|
|
2077
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3",
|
|
2078
|
+
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",
|
|
2079
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",
|
|
2061
2080
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
|
|
2062
|
-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.
|
|
2081
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0",
|
|
2063
2082
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
|
2064
2083
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
2065
2084
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
@@ -2080,29 +2099,30 @@
|
|
|
2080
2099
|
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
|
2081
2100
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
2082
2101
|
"@babel/plugin-transform-arrow-functions": "^7.24.7",
|
|
2083
|
-
"@babel/plugin-transform-async-generator-functions": "^7.
|
|
2102
|
+
"@babel/plugin-transform-async-generator-functions": "^7.25.0",
|
|
2084
2103
|
"@babel/plugin-transform-async-to-generator": "^7.24.7",
|
|
2085
2104
|
"@babel/plugin-transform-block-scoped-functions": "^7.24.7",
|
|
2086
|
-
"@babel/plugin-transform-block-scoping": "^7.
|
|
2105
|
+
"@babel/plugin-transform-block-scoping": "^7.25.0",
|
|
2087
2106
|
"@babel/plugin-transform-class-properties": "^7.24.7",
|
|
2088
2107
|
"@babel/plugin-transform-class-static-block": "^7.24.7",
|
|
2089
|
-
"@babel/plugin-transform-classes": "^7.
|
|
2108
|
+
"@babel/plugin-transform-classes": "^7.25.0",
|
|
2090
2109
|
"@babel/plugin-transform-computed-properties": "^7.24.7",
|
|
2091
2110
|
"@babel/plugin-transform-destructuring": "^7.24.8",
|
|
2092
2111
|
"@babel/plugin-transform-dotall-regex": "^7.24.7",
|
|
2093
2112
|
"@babel/plugin-transform-duplicate-keys": "^7.24.7",
|
|
2113
|
+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0",
|
|
2094
2114
|
"@babel/plugin-transform-dynamic-import": "^7.24.7",
|
|
2095
2115
|
"@babel/plugin-transform-exponentiation-operator": "^7.24.7",
|
|
2096
2116
|
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
|
|
2097
2117
|
"@babel/plugin-transform-for-of": "^7.24.7",
|
|
2098
|
-
"@babel/plugin-transform-function-name": "^7.
|
|
2118
|
+
"@babel/plugin-transform-function-name": "^7.25.1",
|
|
2099
2119
|
"@babel/plugin-transform-json-strings": "^7.24.7",
|
|
2100
|
-
"@babel/plugin-transform-literals": "^7.
|
|
2120
|
+
"@babel/plugin-transform-literals": "^7.25.2",
|
|
2101
2121
|
"@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
|
|
2102
2122
|
"@babel/plugin-transform-member-expression-literals": "^7.24.7",
|
|
2103
2123
|
"@babel/plugin-transform-modules-amd": "^7.24.7",
|
|
2104
2124
|
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
2105
|
-
"@babel/plugin-transform-modules-systemjs": "^7.
|
|
2125
|
+
"@babel/plugin-transform-modules-systemjs": "^7.25.0",
|
|
2106
2126
|
"@babel/plugin-transform-modules-umd": "^7.24.7",
|
|
2107
2127
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
|
|
2108
2128
|
"@babel/plugin-transform-new-target": "^7.24.7",
|
|
@@ -2202,33 +2222,30 @@
|
|
|
2202
2222
|
}
|
|
2203
2223
|
},
|
|
2204
2224
|
"node_modules/@babel/template": {
|
|
2205
|
-
"version": "7.
|
|
2206
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
2207
|
-
"integrity": "sha512-
|
|
2225
|
+
"version": "7.25.0",
|
|
2226
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
|
|
2227
|
+
"integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
|
|
2208
2228
|
"dev": true,
|
|
2209
2229
|
"dependencies": {
|
|
2210
2230
|
"@babel/code-frame": "^7.24.7",
|
|
2211
|
-
"@babel/parser": "^7.
|
|
2212
|
-
"@babel/types": "^7.
|
|
2231
|
+
"@babel/parser": "^7.25.0",
|
|
2232
|
+
"@babel/types": "^7.25.0"
|
|
2213
2233
|
},
|
|
2214
2234
|
"engines": {
|
|
2215
2235
|
"node": ">=6.9.0"
|
|
2216
2236
|
}
|
|
2217
2237
|
},
|
|
2218
2238
|
"node_modules/@babel/traverse": {
|
|
2219
|
-
"version": "7.
|
|
2220
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
2221
|
-
"integrity": "sha512-
|
|
2239
|
+
"version": "7.25.3",
|
|
2240
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz",
|
|
2241
|
+
"integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==",
|
|
2222
2242
|
"dev": true,
|
|
2223
2243
|
"dependencies": {
|
|
2224
2244
|
"@babel/code-frame": "^7.24.7",
|
|
2225
|
-
"@babel/generator": "^7.
|
|
2226
|
-
"@babel/
|
|
2227
|
-
"@babel/
|
|
2228
|
-
"@babel/
|
|
2229
|
-
"@babel/helper-split-export-declaration": "^7.24.7",
|
|
2230
|
-
"@babel/parser": "^7.24.8",
|
|
2231
|
-
"@babel/types": "^7.24.8",
|
|
2245
|
+
"@babel/generator": "^7.25.0",
|
|
2246
|
+
"@babel/parser": "^7.25.3",
|
|
2247
|
+
"@babel/template": "^7.25.0",
|
|
2248
|
+
"@babel/types": "^7.25.2",
|
|
2232
2249
|
"debug": "^4.3.1",
|
|
2233
2250
|
"globals": "^11.1.0"
|
|
2234
2251
|
},
|
|
@@ -2237,9 +2254,9 @@
|
|
|
2237
2254
|
}
|
|
2238
2255
|
},
|
|
2239
2256
|
"node_modules/@babel/types": {
|
|
2240
|
-
"version": "7.
|
|
2241
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
2242
|
-
"integrity": "sha512-
|
|
2257
|
+
"version": "7.25.2",
|
|
2258
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz",
|
|
2259
|
+
"integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==",
|
|
2243
2260
|
"dev": true,
|
|
2244
2261
|
"dependencies": {
|
|
2245
2262
|
"@babel/helper-string-parser": "^7.24.8",
|
|
@@ -4248,9 +4265,9 @@
|
|
|
4248
4265
|
}
|
|
4249
4266
|
},
|
|
4250
4267
|
"node_modules/adm-zip": {
|
|
4251
|
-
"version": "0.5.
|
|
4252
|
-
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.
|
|
4253
|
-
"integrity": "sha512-
|
|
4268
|
+
"version": "0.5.15",
|
|
4269
|
+
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.15.tgz",
|
|
4270
|
+
"integrity": "sha512-jYPWSeOA8EFoZnucrKCNihqBjoEGQSU4HKgHYQgKNEQ0pQF9a/DYuo/+fAxY76k4qe75LUlLWpAM1QWcBMTOKw==",
|
|
4254
4271
|
"engines": {
|
|
4255
4272
|
"node": ">=12.0"
|
|
4256
4273
|
}
|
|
@@ -4634,9 +4651,9 @@
|
|
|
4634
4651
|
}
|
|
4635
4652
|
},
|
|
4636
4653
|
"node_modules/axios": {
|
|
4637
|
-
"version": "1.7.
|
|
4638
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
4639
|
-
"integrity": "sha512-
|
|
4654
|
+
"version": "1.7.4",
|
|
4655
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
|
|
4656
|
+
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
|
|
4640
4657
|
"license": "MIT",
|
|
4641
4658
|
"dependencies": {
|
|
4642
4659
|
"follow-redirects": "^1.15.6",
|
|
@@ -5804,9 +5821,9 @@
|
|
|
5804
5821
|
"dev": true
|
|
5805
5822
|
},
|
|
5806
5823
|
"node_modules/debug": {
|
|
5807
|
-
"version": "4.3.
|
|
5808
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
|
5809
|
-
"integrity": "sha512-
|
|
5824
|
+
"version": "4.3.6",
|
|
5825
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
|
|
5826
|
+
"integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
|
|
5810
5827
|
"dependencies": {
|
|
5811
5828
|
"ms": "2.1.2"
|
|
5812
5829
|
},
|
|
@@ -13542,27 +13559,27 @@
|
|
|
13542
13559
|
}
|
|
13543
13560
|
},
|
|
13544
13561
|
"@babel/compat-data": {
|
|
13545
|
-
"version": "7.
|
|
13546
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.
|
|
13547
|
-
"integrity": "sha512-
|
|
13562
|
+
"version": "7.25.2",
|
|
13563
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz",
|
|
13564
|
+
"integrity": "sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==",
|
|
13548
13565
|
"dev": true
|
|
13549
13566
|
},
|
|
13550
13567
|
"@babel/core": {
|
|
13551
|
-
"version": "7.
|
|
13552
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
13553
|
-
"integrity": "sha512-
|
|
13568
|
+
"version": "7.25.2",
|
|
13569
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
|
|
13570
|
+
"integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
|
|
13554
13571
|
"dev": true,
|
|
13555
13572
|
"requires": {
|
|
13556
13573
|
"@ampproject/remapping": "^2.2.0",
|
|
13557
13574
|
"@babel/code-frame": "^7.24.7",
|
|
13558
|
-
"@babel/generator": "^7.
|
|
13559
|
-
"@babel/helper-compilation-targets": "^7.
|
|
13560
|
-
"@babel/helper-module-transforms": "^7.
|
|
13561
|
-
"@babel/helpers": "^7.
|
|
13562
|
-
"@babel/parser": "^7.
|
|
13563
|
-
"@babel/template": "^7.
|
|
13564
|
-
"@babel/traverse": "^7.
|
|
13565
|
-
"@babel/types": "^7.
|
|
13575
|
+
"@babel/generator": "^7.25.0",
|
|
13576
|
+
"@babel/helper-compilation-targets": "^7.25.2",
|
|
13577
|
+
"@babel/helper-module-transforms": "^7.25.2",
|
|
13578
|
+
"@babel/helpers": "^7.25.0",
|
|
13579
|
+
"@babel/parser": "^7.25.0",
|
|
13580
|
+
"@babel/template": "^7.25.0",
|
|
13581
|
+
"@babel/traverse": "^7.25.2",
|
|
13582
|
+
"@babel/types": "^7.25.2",
|
|
13566
13583
|
"convert-source-map": "^2.0.0",
|
|
13567
13584
|
"debug": "^4.1.0",
|
|
13568
13585
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -13610,12 +13627,12 @@
|
|
|
13610
13627
|
}
|
|
13611
13628
|
},
|
|
13612
13629
|
"@babel/generator": {
|
|
13613
|
-
"version": "7.
|
|
13614
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
13615
|
-
"integrity": "sha512-
|
|
13630
|
+
"version": "7.25.0",
|
|
13631
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz",
|
|
13632
|
+
"integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==",
|
|
13616
13633
|
"dev": true,
|
|
13617
13634
|
"requires": {
|
|
13618
|
-
"@babel/types": "^7.
|
|
13635
|
+
"@babel/types": "^7.25.0",
|
|
13619
13636
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
13620
13637
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
13621
13638
|
"jsesc": "^2.5.1"
|
|
@@ -13654,12 +13671,12 @@
|
|
|
13654
13671
|
}
|
|
13655
13672
|
},
|
|
13656
13673
|
"@babel/helper-compilation-targets": {
|
|
13657
|
-
"version": "7.
|
|
13658
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
13659
|
-
"integrity": "sha512-
|
|
13674
|
+
"version": "7.25.2",
|
|
13675
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
|
|
13676
|
+
"integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
|
|
13660
13677
|
"dev": true,
|
|
13661
13678
|
"requires": {
|
|
13662
|
-
"@babel/compat-data": "^7.
|
|
13679
|
+
"@babel/compat-data": "^7.25.2",
|
|
13663
13680
|
"@babel/helper-validator-option": "^7.24.8",
|
|
13664
13681
|
"browserslist": "^4.23.1",
|
|
13665
13682
|
"lru-cache": "^5.1.1",
|
|
@@ -13700,9 +13717,9 @@
|
|
|
13700
13717
|
}
|
|
13701
13718
|
},
|
|
13702
13719
|
"@babel/helper-create-regexp-features-plugin": {
|
|
13703
|
-
"version": "7.
|
|
13704
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
|
13705
|
-
"integrity": "sha512-
|
|
13720
|
+
"version": "7.25.0",
|
|
13721
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.0.tgz",
|
|
13722
|
+
"integrity": "sha512-q0T+dknZS+L5LDazIP+02gEZITG5unzvb6yIjcmj5i0eFrs5ToBV2m2JGH4EsE/gtP8ygEGLGApBgRIZkTm7zg==",
|
|
13706
13723
|
"dev": true,
|
|
13707
13724
|
"requires": {
|
|
13708
13725
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
@@ -13750,23 +13767,14 @@
|
|
|
13750
13767
|
"@babel/types": "^7.24.7"
|
|
13751
13768
|
}
|
|
13752
13769
|
},
|
|
13753
|
-
"@babel/helper-hoist-variables": {
|
|
13754
|
-
"version": "7.24.7",
|
|
13755
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz",
|
|
13756
|
-
"integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==",
|
|
13757
|
-
"dev": true,
|
|
13758
|
-
"requires": {
|
|
13759
|
-
"@babel/types": "^7.24.7"
|
|
13760
|
-
}
|
|
13761
|
-
},
|
|
13762
13770
|
"@babel/helper-member-expression-to-functions": {
|
|
13763
|
-
"version": "7.24.
|
|
13764
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.
|
|
13765
|
-
"integrity": "sha512-
|
|
13771
|
+
"version": "7.24.8",
|
|
13772
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz",
|
|
13773
|
+
"integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==",
|
|
13766
13774
|
"dev": true,
|
|
13767
13775
|
"requires": {
|
|
13768
|
-
"@babel/traverse": "^7.24.
|
|
13769
|
-
"@babel/types": "^7.24.
|
|
13776
|
+
"@babel/traverse": "^7.24.8",
|
|
13777
|
+
"@babel/types": "^7.24.8"
|
|
13770
13778
|
}
|
|
13771
13779
|
},
|
|
13772
13780
|
"@babel/helper-module-imports": {
|
|
@@ -13780,16 +13788,15 @@
|
|
|
13780
13788
|
}
|
|
13781
13789
|
},
|
|
13782
13790
|
"@babel/helper-module-transforms": {
|
|
13783
|
-
"version": "7.
|
|
13784
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
13785
|
-
"integrity": "sha512-
|
|
13791
|
+
"version": "7.25.2",
|
|
13792
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
|
|
13793
|
+
"integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
|
|
13786
13794
|
"dev": true,
|
|
13787
13795
|
"requires": {
|
|
13788
|
-
"@babel/helper-environment-visitor": "^7.24.7",
|
|
13789
13796
|
"@babel/helper-module-imports": "^7.24.7",
|
|
13790
13797
|
"@babel/helper-simple-access": "^7.24.7",
|
|
13791
|
-
"@babel/helper-
|
|
13792
|
-
"@babel/
|
|
13798
|
+
"@babel/helper-validator-identifier": "^7.24.7",
|
|
13799
|
+
"@babel/traverse": "^7.25.2"
|
|
13793
13800
|
}
|
|
13794
13801
|
},
|
|
13795
13802
|
"@babel/helper-optimise-call-expression": {
|
|
@@ -13808,25 +13815,25 @@
|
|
|
13808
13815
|
"dev": true
|
|
13809
13816
|
},
|
|
13810
13817
|
"@babel/helper-remap-async-to-generator": {
|
|
13811
|
-
"version": "7.
|
|
13812
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.
|
|
13813
|
-
"integrity": "sha512-
|
|
13818
|
+
"version": "7.25.0",
|
|
13819
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz",
|
|
13820
|
+
"integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==",
|
|
13814
13821
|
"dev": true,
|
|
13815
13822
|
"requires": {
|
|
13816
13823
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
13817
|
-
"@babel/helper-
|
|
13818
|
-
"@babel/
|
|
13824
|
+
"@babel/helper-wrap-function": "^7.25.0",
|
|
13825
|
+
"@babel/traverse": "^7.25.0"
|
|
13819
13826
|
}
|
|
13820
13827
|
},
|
|
13821
13828
|
"@babel/helper-replace-supers": {
|
|
13822
|
-
"version": "7.
|
|
13823
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
13824
|
-
"integrity": "sha512-
|
|
13829
|
+
"version": "7.25.0",
|
|
13830
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
|
|
13831
|
+
"integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
|
|
13825
13832
|
"dev": true,
|
|
13826
13833
|
"requires": {
|
|
13827
|
-
"@babel/helper-
|
|
13828
|
-
"@babel/helper-
|
|
13829
|
-
"@babel/
|
|
13834
|
+
"@babel/helper-member-expression-to-functions": "^7.24.8",
|
|
13835
|
+
"@babel/helper-optimise-call-expression": "^7.24.7",
|
|
13836
|
+
"@babel/traverse": "^7.25.0"
|
|
13830
13837
|
}
|
|
13831
13838
|
},
|
|
13832
13839
|
"@babel/helper-simple-access": {
|
|
@@ -13877,25 +13884,24 @@
|
|
|
13877
13884
|
"dev": true
|
|
13878
13885
|
},
|
|
13879
13886
|
"@babel/helper-wrap-function": {
|
|
13880
|
-
"version": "7.
|
|
13881
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.
|
|
13882
|
-
"integrity": "sha512-
|
|
13887
|
+
"version": "7.25.0",
|
|
13888
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz",
|
|
13889
|
+
"integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==",
|
|
13883
13890
|
"dev": true,
|
|
13884
13891
|
"requires": {
|
|
13885
|
-
"@babel/
|
|
13886
|
-
"@babel/
|
|
13887
|
-
"@babel/
|
|
13888
|
-
"@babel/types": "^7.24.7"
|
|
13892
|
+
"@babel/template": "^7.25.0",
|
|
13893
|
+
"@babel/traverse": "^7.25.0",
|
|
13894
|
+
"@babel/types": "^7.25.0"
|
|
13889
13895
|
}
|
|
13890
13896
|
},
|
|
13891
13897
|
"@babel/helpers": {
|
|
13892
|
-
"version": "7.
|
|
13893
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
13894
|
-
"integrity": "sha512-
|
|
13898
|
+
"version": "7.25.0",
|
|
13899
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz",
|
|
13900
|
+
"integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==",
|
|
13895
13901
|
"dev": true,
|
|
13896
13902
|
"requires": {
|
|
13897
|
-
"@babel/template": "^7.
|
|
13898
|
-
"@babel/types": "^7.
|
|
13903
|
+
"@babel/template": "^7.25.0",
|
|
13904
|
+
"@babel/types": "^7.25.0"
|
|
13899
13905
|
}
|
|
13900
13906
|
},
|
|
13901
13907
|
"@babel/highlight": {
|
|
@@ -13924,28 +13930,40 @@
|
|
|
13924
13930
|
}
|
|
13925
13931
|
},
|
|
13926
13932
|
"@babel/parser": {
|
|
13927
|
-
"version": "7.
|
|
13928
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
13929
|
-
"integrity": "sha512-
|
|
13930
|
-
"dev": true
|
|
13933
|
+
"version": "7.25.3",
|
|
13934
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz",
|
|
13935
|
+
"integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
|
|
13936
|
+
"dev": true,
|
|
13937
|
+
"requires": {
|
|
13938
|
+
"@babel/types": "^7.25.2"
|
|
13939
|
+
}
|
|
13931
13940
|
},
|
|
13932
13941
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
|
|
13933
|
-
"version": "7.
|
|
13934
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.
|
|
13935
|
-
"integrity": "sha512-
|
|
13942
|
+
"version": "7.25.3",
|
|
13943
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz",
|
|
13944
|
+
"integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==",
|
|
13936
13945
|
"dev": true,
|
|
13937
13946
|
"requires": {
|
|
13938
|
-
"@babel/helper-
|
|
13939
|
-
"@babel/
|
|
13947
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
13948
|
+
"@babel/traverse": "^7.25.3"
|
|
13949
|
+
}
|
|
13950
|
+
},
|
|
13951
|
+
"@babel/plugin-bugfix-safari-class-field-initializer-scope": {
|
|
13952
|
+
"version": "7.25.0",
|
|
13953
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz",
|
|
13954
|
+
"integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==",
|
|
13955
|
+
"dev": true,
|
|
13956
|
+
"requires": {
|
|
13957
|
+
"@babel/helper-plugin-utils": "^7.24.8"
|
|
13940
13958
|
}
|
|
13941
13959
|
},
|
|
13942
13960
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
13943
|
-
"version": "7.
|
|
13944
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.
|
|
13945
|
-
"integrity": "sha512-
|
|
13961
|
+
"version": "7.25.0",
|
|
13962
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz",
|
|
13963
|
+
"integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==",
|
|
13946
13964
|
"dev": true,
|
|
13947
13965
|
"requires": {
|
|
13948
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
13966
|
+
"@babel/helper-plugin-utils": "^7.24.8"
|
|
13949
13967
|
}
|
|
13950
13968
|
},
|
|
13951
13969
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
@@ -13960,13 +13978,13 @@
|
|
|
13960
13978
|
}
|
|
13961
13979
|
},
|
|
13962
13980
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
|
|
13963
|
-
"version": "7.
|
|
13964
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.
|
|
13965
|
-
"integrity": "sha512-
|
|
13981
|
+
"version": "7.25.0",
|
|
13982
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz",
|
|
13983
|
+
"integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==",
|
|
13966
13984
|
"dev": true,
|
|
13967
13985
|
"requires": {
|
|
13968
|
-
"@babel/helper-
|
|
13969
|
-
"@babel/
|
|
13986
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
13987
|
+
"@babel/traverse": "^7.25.0"
|
|
13970
13988
|
}
|
|
13971
13989
|
},
|
|
13972
13990
|
"@babel/plugin-proposal-private-property-in-object": {
|
|
@@ -14176,15 +14194,15 @@
|
|
|
14176
14194
|
}
|
|
14177
14195
|
},
|
|
14178
14196
|
"@babel/plugin-transform-async-generator-functions": {
|
|
14179
|
-
"version": "7.
|
|
14180
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.
|
|
14181
|
-
"integrity": "sha512-
|
|
14197
|
+
"version": "7.25.0",
|
|
14198
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz",
|
|
14199
|
+
"integrity": "sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==",
|
|
14182
14200
|
"dev": true,
|
|
14183
14201
|
"requires": {
|
|
14184
|
-
"@babel/helper-
|
|
14185
|
-
"@babel/helper-
|
|
14186
|
-
"@babel/
|
|
14187
|
-
"@babel/
|
|
14202
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
14203
|
+
"@babel/helper-remap-async-to-generator": "^7.25.0",
|
|
14204
|
+
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
14205
|
+
"@babel/traverse": "^7.25.0"
|
|
14188
14206
|
}
|
|
14189
14207
|
},
|
|
14190
14208
|
"@babel/plugin-transform-async-to-generator": {
|
|
@@ -14208,12 +14226,12 @@
|
|
|
14208
14226
|
}
|
|
14209
14227
|
},
|
|
14210
14228
|
"@babel/plugin-transform-block-scoping": {
|
|
14211
|
-
"version": "7.
|
|
14212
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
|
14213
|
-
"integrity": "sha512-
|
|
14229
|
+
"version": "7.25.0",
|
|
14230
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz",
|
|
14231
|
+
"integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==",
|
|
14214
14232
|
"dev": true,
|
|
14215
14233
|
"requires": {
|
|
14216
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14234
|
+
"@babel/helper-plugin-utils": "^7.24.8"
|
|
14217
14235
|
}
|
|
14218
14236
|
},
|
|
14219
14237
|
"@babel/plugin-transform-class-properties": {
|
|
@@ -14238,18 +14256,16 @@
|
|
|
14238
14256
|
}
|
|
14239
14257
|
},
|
|
14240
14258
|
"@babel/plugin-transform-classes": {
|
|
14241
|
-
"version": "7.
|
|
14242
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
|
14243
|
-
"integrity": "sha512-
|
|
14259
|
+
"version": "7.25.0",
|
|
14260
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz",
|
|
14261
|
+
"integrity": "sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==",
|
|
14244
14262
|
"dev": true,
|
|
14245
14263
|
"requires": {
|
|
14246
14264
|
"@babel/helper-annotate-as-pure": "^7.24.7",
|
|
14247
14265
|
"@babel/helper-compilation-targets": "^7.24.8",
|
|
14248
|
-
"@babel/helper-environment-visitor": "^7.24.7",
|
|
14249
|
-
"@babel/helper-function-name": "^7.24.7",
|
|
14250
14266
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
14251
|
-
"@babel/helper-replace-supers": "^7.
|
|
14252
|
-
"@babel/
|
|
14267
|
+
"@babel/helper-replace-supers": "^7.25.0",
|
|
14268
|
+
"@babel/traverse": "^7.25.0",
|
|
14253
14269
|
"globals": "^11.1.0"
|
|
14254
14270
|
}
|
|
14255
14271
|
},
|
|
@@ -14291,6 +14307,16 @@
|
|
|
14291
14307
|
"@babel/helper-plugin-utils": "^7.24.7"
|
|
14292
14308
|
}
|
|
14293
14309
|
},
|
|
14310
|
+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": {
|
|
14311
|
+
"version": "7.25.0",
|
|
14312
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz",
|
|
14313
|
+
"integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==",
|
|
14314
|
+
"dev": true,
|
|
14315
|
+
"requires": {
|
|
14316
|
+
"@babel/helper-create-regexp-features-plugin": "^7.25.0",
|
|
14317
|
+
"@babel/helper-plugin-utils": "^7.24.8"
|
|
14318
|
+
}
|
|
14319
|
+
},
|
|
14294
14320
|
"@babel/plugin-transform-dynamic-import": {
|
|
14295
14321
|
"version": "7.24.7",
|
|
14296
14322
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz",
|
|
@@ -14332,14 +14358,14 @@
|
|
|
14332
14358
|
}
|
|
14333
14359
|
},
|
|
14334
14360
|
"@babel/plugin-transform-function-name": {
|
|
14335
|
-
"version": "7.
|
|
14336
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.
|
|
14337
|
-
"integrity": "sha512-
|
|
14361
|
+
"version": "7.25.1",
|
|
14362
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz",
|
|
14363
|
+
"integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==",
|
|
14338
14364
|
"dev": true,
|
|
14339
14365
|
"requires": {
|
|
14340
|
-
"@babel/helper-compilation-targets": "^7.24.
|
|
14341
|
-
"@babel/helper-
|
|
14342
|
-
"@babel/
|
|
14366
|
+
"@babel/helper-compilation-targets": "^7.24.8",
|
|
14367
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
14368
|
+
"@babel/traverse": "^7.25.1"
|
|
14343
14369
|
}
|
|
14344
14370
|
},
|
|
14345
14371
|
"@babel/plugin-transform-json-strings": {
|
|
@@ -14353,12 +14379,12 @@
|
|
|
14353
14379
|
}
|
|
14354
14380
|
},
|
|
14355
14381
|
"@babel/plugin-transform-literals": {
|
|
14356
|
-
"version": "7.
|
|
14357
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.
|
|
14358
|
-
"integrity": "sha512-
|
|
14382
|
+
"version": "7.25.2",
|
|
14383
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz",
|
|
14384
|
+
"integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==",
|
|
14359
14385
|
"dev": true,
|
|
14360
14386
|
"requires": {
|
|
14361
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14387
|
+
"@babel/helper-plugin-utils": "^7.24.8"
|
|
14362
14388
|
}
|
|
14363
14389
|
},
|
|
14364
14390
|
"@babel/plugin-transform-logical-assignment-operators": {
|
|
@@ -14402,15 +14428,15 @@
|
|
|
14402
14428
|
}
|
|
14403
14429
|
},
|
|
14404
14430
|
"@babel/plugin-transform-modules-systemjs": {
|
|
14405
|
-
"version": "7.
|
|
14406
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
|
14407
|
-
"integrity": "sha512-
|
|
14431
|
+
"version": "7.25.0",
|
|
14432
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz",
|
|
14433
|
+
"integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==",
|
|
14408
14434
|
"dev": true,
|
|
14409
14435
|
"requires": {
|
|
14410
|
-
"@babel/helper-
|
|
14411
|
-
"@babel/helper-
|
|
14412
|
-
"@babel/helper-
|
|
14413
|
-
"@babel/
|
|
14436
|
+
"@babel/helper-module-transforms": "^7.25.0",
|
|
14437
|
+
"@babel/helper-plugin-utils": "^7.24.8",
|
|
14438
|
+
"@babel/helper-validator-identifier": "^7.24.7",
|
|
14439
|
+
"@babel/traverse": "^7.25.0"
|
|
14414
14440
|
}
|
|
14415
14441
|
},
|
|
14416
14442
|
"@babel/plugin-transform-modules-umd": {
|
|
@@ -14662,19 +14688,20 @@
|
|
|
14662
14688
|
}
|
|
14663
14689
|
},
|
|
14664
14690
|
"@babel/preset-env": {
|
|
14665
|
-
"version": "7.
|
|
14666
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.
|
|
14667
|
-
"integrity": "sha512-
|
|
14691
|
+
"version": "7.25.3",
|
|
14692
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz",
|
|
14693
|
+
"integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==",
|
|
14668
14694
|
"dev": true,
|
|
14669
14695
|
"requires": {
|
|
14670
|
-
"@babel/compat-data": "^7.
|
|
14671
|
-
"@babel/helper-compilation-targets": "^7.
|
|
14696
|
+
"@babel/compat-data": "^7.25.2",
|
|
14697
|
+
"@babel/helper-compilation-targets": "^7.25.2",
|
|
14672
14698
|
"@babel/helper-plugin-utils": "^7.24.8",
|
|
14673
14699
|
"@babel/helper-validator-option": "^7.24.8",
|
|
14674
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.
|
|
14675
|
-
"@babel/plugin-bugfix-safari-
|
|
14700
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3",
|
|
14701
|
+
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0",
|
|
14702
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0",
|
|
14676
14703
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7",
|
|
14677
|
-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.
|
|
14704
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0",
|
|
14678
14705
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
|
14679
14706
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
14680
14707
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
@@ -14695,29 +14722,30 @@
|
|
|
14695
14722
|
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
|
14696
14723
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
14697
14724
|
"@babel/plugin-transform-arrow-functions": "^7.24.7",
|
|
14698
|
-
"@babel/plugin-transform-async-generator-functions": "^7.
|
|
14725
|
+
"@babel/plugin-transform-async-generator-functions": "^7.25.0",
|
|
14699
14726
|
"@babel/plugin-transform-async-to-generator": "^7.24.7",
|
|
14700
14727
|
"@babel/plugin-transform-block-scoped-functions": "^7.24.7",
|
|
14701
|
-
"@babel/plugin-transform-block-scoping": "^7.
|
|
14728
|
+
"@babel/plugin-transform-block-scoping": "^7.25.0",
|
|
14702
14729
|
"@babel/plugin-transform-class-properties": "^7.24.7",
|
|
14703
14730
|
"@babel/plugin-transform-class-static-block": "^7.24.7",
|
|
14704
|
-
"@babel/plugin-transform-classes": "^7.
|
|
14731
|
+
"@babel/plugin-transform-classes": "^7.25.0",
|
|
14705
14732
|
"@babel/plugin-transform-computed-properties": "^7.24.7",
|
|
14706
14733
|
"@babel/plugin-transform-destructuring": "^7.24.8",
|
|
14707
14734
|
"@babel/plugin-transform-dotall-regex": "^7.24.7",
|
|
14708
14735
|
"@babel/plugin-transform-duplicate-keys": "^7.24.7",
|
|
14736
|
+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0",
|
|
14709
14737
|
"@babel/plugin-transform-dynamic-import": "^7.24.7",
|
|
14710
14738
|
"@babel/plugin-transform-exponentiation-operator": "^7.24.7",
|
|
14711
14739
|
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
|
|
14712
14740
|
"@babel/plugin-transform-for-of": "^7.24.7",
|
|
14713
|
-
"@babel/plugin-transform-function-name": "^7.
|
|
14741
|
+
"@babel/plugin-transform-function-name": "^7.25.1",
|
|
14714
14742
|
"@babel/plugin-transform-json-strings": "^7.24.7",
|
|
14715
|
-
"@babel/plugin-transform-literals": "^7.
|
|
14743
|
+
"@babel/plugin-transform-literals": "^7.25.2",
|
|
14716
14744
|
"@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
|
|
14717
14745
|
"@babel/plugin-transform-member-expression-literals": "^7.24.7",
|
|
14718
14746
|
"@babel/plugin-transform-modules-amd": "^7.24.7",
|
|
14719
14747
|
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
|
|
14720
|
-
"@babel/plugin-transform-modules-systemjs": "^7.
|
|
14748
|
+
"@babel/plugin-transform-modules-systemjs": "^7.25.0",
|
|
14721
14749
|
"@babel/plugin-transform-modules-umd": "^7.24.7",
|
|
14722
14750
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7",
|
|
14723
14751
|
"@babel/plugin-transform-new-target": "^7.24.7",
|
|
@@ -14798,38 +14826,35 @@
|
|
|
14798
14826
|
}
|
|
14799
14827
|
},
|
|
14800
14828
|
"@babel/template": {
|
|
14801
|
-
"version": "7.
|
|
14802
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
14803
|
-
"integrity": "sha512-
|
|
14829
|
+
"version": "7.25.0",
|
|
14830
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
|
|
14831
|
+
"integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
|
|
14804
14832
|
"dev": true,
|
|
14805
14833
|
"requires": {
|
|
14806
14834
|
"@babel/code-frame": "^7.24.7",
|
|
14807
|
-
"@babel/parser": "^7.
|
|
14808
|
-
"@babel/types": "^7.
|
|
14835
|
+
"@babel/parser": "^7.25.0",
|
|
14836
|
+
"@babel/types": "^7.25.0"
|
|
14809
14837
|
}
|
|
14810
14838
|
},
|
|
14811
14839
|
"@babel/traverse": {
|
|
14812
|
-
"version": "7.
|
|
14813
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
14814
|
-
"integrity": "sha512-
|
|
14840
|
+
"version": "7.25.3",
|
|
14841
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz",
|
|
14842
|
+
"integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==",
|
|
14815
14843
|
"dev": true,
|
|
14816
14844
|
"requires": {
|
|
14817
14845
|
"@babel/code-frame": "^7.24.7",
|
|
14818
|
-
"@babel/generator": "^7.
|
|
14819
|
-
"@babel/
|
|
14820
|
-
"@babel/
|
|
14821
|
-
"@babel/
|
|
14822
|
-
"@babel/helper-split-export-declaration": "^7.24.7",
|
|
14823
|
-
"@babel/parser": "^7.24.8",
|
|
14824
|
-
"@babel/types": "^7.24.8",
|
|
14846
|
+
"@babel/generator": "^7.25.0",
|
|
14847
|
+
"@babel/parser": "^7.25.3",
|
|
14848
|
+
"@babel/template": "^7.25.0",
|
|
14849
|
+
"@babel/types": "^7.25.2",
|
|
14825
14850
|
"debug": "^4.3.1",
|
|
14826
14851
|
"globals": "^11.1.0"
|
|
14827
14852
|
}
|
|
14828
14853
|
},
|
|
14829
14854
|
"@babel/types": {
|
|
14830
|
-
"version": "7.
|
|
14831
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
14832
|
-
"integrity": "sha512-
|
|
14855
|
+
"version": "7.25.2",
|
|
14856
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz",
|
|
14857
|
+
"integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==",
|
|
14833
14858
|
"dev": true,
|
|
14834
14859
|
"requires": {
|
|
14835
14860
|
"@babel/helper-string-parser": "^7.24.8",
|
|
@@ -16394,9 +16419,9 @@
|
|
|
16394
16419
|
"requires": {}
|
|
16395
16420
|
},
|
|
16396
16421
|
"adm-zip": {
|
|
16397
|
-
"version": "0.5.
|
|
16398
|
-
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.
|
|
16399
|
-
"integrity": "sha512-
|
|
16422
|
+
"version": "0.5.15",
|
|
16423
|
+
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.15.tgz",
|
|
16424
|
+
"integrity": "sha512-jYPWSeOA8EFoZnucrKCNihqBjoEGQSU4HKgHYQgKNEQ0pQF9a/DYuo/+fAxY76k4qe75LUlLWpAM1QWcBMTOKw=="
|
|
16400
16425
|
},
|
|
16401
16426
|
"agent-base": {
|
|
16402
16427
|
"version": "6.0.2",
|
|
@@ -16686,9 +16711,9 @@
|
|
|
16686
16711
|
"dev": true
|
|
16687
16712
|
},
|
|
16688
16713
|
"axios": {
|
|
16689
|
-
"version": "1.7.
|
|
16690
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
16691
|
-
"integrity": "sha512-
|
|
16714
|
+
"version": "1.7.4",
|
|
16715
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
|
|
16716
|
+
"integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
|
|
16692
16717
|
"requires": {
|
|
16693
16718
|
"follow-redirects": "^1.15.6",
|
|
16694
16719
|
"form-data": "^4.0.0",
|
|
@@ -17517,9 +17542,9 @@
|
|
|
17517
17542
|
"dev": true
|
|
17518
17543
|
},
|
|
17519
17544
|
"debug": {
|
|
17520
|
-
"version": "4.3.
|
|
17521
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
|
17522
|
-
"integrity": "sha512-
|
|
17545
|
+
"version": "4.3.6",
|
|
17546
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
|
|
17547
|
+
"integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
|
|
17523
17548
|
"requires": {
|
|
17524
17549
|
"ms": "2.1.2"
|
|
17525
17550
|
}
|