@automattic/vip 2.39.5 → 2.40.0-dev.0
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/dist/bin/vip-app-deploy.js +22 -52
- package/dist/bin/vip-dev-env-create.js +0 -1
- package/dist/bin/vip-dev-env-shell.js +0 -1
- package/dist/bin/vip-dev-env-update.js +1 -2
- package/dist/bin/vip-import-media.js +3 -1
- package/dist/lib/custom-deploy/custom-deploy.js +19 -14
- package/dist/lib/dev-environment/dev-environment-cli.js +2 -12
- package/dist/lib/dev-environment/dev-environment-configuration-file.js +2 -2
- package/dist/lib/dev-environment/dev-environment-core.js +1 -7
- package/dist/lib/media-import/status.js +66 -13
- package/docs/CHANGELOG.md +5 -0
- package/npm-shrinkwrap.json +255 -255
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.40.0-dev.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@automattic/vip",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.40.0-dev.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@automattic/eslint-plugin-wpvip": "0.9.1",
|
|
109
|
-
"@babel/cli": "7.24.
|
|
110
|
-
"@babel/core": "7.24.
|
|
111
|
-
"@babel/preset-env": "7.24.
|
|
109
|
+
"@babel/cli": "7.24.5",
|
|
110
|
+
"@babel/core": "7.24.5",
|
|
111
|
+
"@babel/preset-env": "7.24.5",
|
|
112
112
|
"@babel/preset-typescript": "7.24.1",
|
|
113
113
|
"@jest/globals": "^29.7.0",
|
|
114
114
|
"@jest/test-sequencer": "^29.7.0",
|
|
@@ -382,9 +382,9 @@
|
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
384
|
"node_modules/@babel/cli": {
|
|
385
|
-
"version": "7.24.
|
|
386
|
-
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.
|
|
387
|
-
"integrity": "sha512-
|
|
385
|
+
"version": "7.24.5",
|
|
386
|
+
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.5.tgz",
|
|
387
|
+
"integrity": "sha512-2qg1mYtJRsOOWF6IUwLP5jI42P8Cc0hQ5TmnjLrik/4DKouO8dFJN80HEz81VmVeUs97yuuf3vQ/9j7Elrcjlg==",
|
|
388
388
|
"dev": true,
|
|
389
389
|
"dependencies": {
|
|
390
390
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
@@ -461,21 +461,21 @@
|
|
|
461
461
|
}
|
|
462
462
|
},
|
|
463
463
|
"node_modules/@babel/core": {
|
|
464
|
-
"version": "7.24.
|
|
465
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.
|
|
466
|
-
"integrity": "sha512-
|
|
464
|
+
"version": "7.24.5",
|
|
465
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz",
|
|
466
|
+
"integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==",
|
|
467
467
|
"dev": true,
|
|
468
468
|
"dependencies": {
|
|
469
469
|
"@ampproject/remapping": "^2.2.0",
|
|
470
470
|
"@babel/code-frame": "^7.24.2",
|
|
471
|
-
"@babel/generator": "^7.24.
|
|
471
|
+
"@babel/generator": "^7.24.5",
|
|
472
472
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
473
|
-
"@babel/helper-module-transforms": "^7.
|
|
474
|
-
"@babel/helpers": "^7.24.
|
|
475
|
-
"@babel/parser": "^7.24.
|
|
473
|
+
"@babel/helper-module-transforms": "^7.24.5",
|
|
474
|
+
"@babel/helpers": "^7.24.5",
|
|
475
|
+
"@babel/parser": "^7.24.5",
|
|
476
476
|
"@babel/template": "^7.24.0",
|
|
477
|
-
"@babel/traverse": "^7.24.
|
|
478
|
-
"@babel/types": "^7.24.
|
|
477
|
+
"@babel/traverse": "^7.24.5",
|
|
478
|
+
"@babel/types": "^7.24.5",
|
|
479
479
|
"convert-source-map": "^2.0.0",
|
|
480
480
|
"debug": "^4.1.0",
|
|
481
481
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -542,12 +542,12 @@
|
|
|
542
542
|
}
|
|
543
543
|
},
|
|
544
544
|
"node_modules/@babel/generator": {
|
|
545
|
-
"version": "7.24.
|
|
546
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.
|
|
547
|
-
"integrity": "sha512-
|
|
545
|
+
"version": "7.24.5",
|
|
546
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz",
|
|
547
|
+
"integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==",
|
|
548
548
|
"dev": true,
|
|
549
549
|
"dependencies": {
|
|
550
|
-
"@babel/types": "^7.24.
|
|
550
|
+
"@babel/types": "^7.24.5",
|
|
551
551
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
552
552
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
553
553
|
"jsesc": "^2.5.1"
|
|
@@ -620,19 +620,19 @@
|
|
|
620
620
|
}
|
|
621
621
|
},
|
|
622
622
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
623
|
-
"version": "7.24.
|
|
624
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.
|
|
625
|
-
"integrity": "sha512-
|
|
623
|
+
"version": "7.24.5",
|
|
624
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz",
|
|
625
|
+
"integrity": "sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==",
|
|
626
626
|
"dev": true,
|
|
627
627
|
"dependencies": {
|
|
628
628
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
629
629
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
630
630
|
"@babel/helper-function-name": "^7.23.0",
|
|
631
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
631
|
+
"@babel/helper-member-expression-to-functions": "^7.24.5",
|
|
632
632
|
"@babel/helper-optimise-call-expression": "^7.22.5",
|
|
633
633
|
"@babel/helper-replace-supers": "^7.24.1",
|
|
634
634
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
635
|
-
"@babel/helper-split-export-declaration": "^7.
|
|
635
|
+
"@babel/helper-split-export-declaration": "^7.24.5",
|
|
636
636
|
"semver": "^6.3.1"
|
|
637
637
|
},
|
|
638
638
|
"engines": {
|
|
@@ -728,12 +728,12 @@
|
|
|
728
728
|
}
|
|
729
729
|
},
|
|
730
730
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
731
|
-
"version": "7.
|
|
732
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
|
733
|
-
"integrity": "sha512-
|
|
731
|
+
"version": "7.24.5",
|
|
732
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz",
|
|
733
|
+
"integrity": "sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==",
|
|
734
734
|
"dev": true,
|
|
735
735
|
"dependencies": {
|
|
736
|
-
"@babel/types": "^7.
|
|
736
|
+
"@babel/types": "^7.24.5"
|
|
737
737
|
},
|
|
738
738
|
"engines": {
|
|
739
739
|
"node": ">=6.9.0"
|
|
@@ -752,16 +752,16 @@
|
|
|
752
752
|
}
|
|
753
753
|
},
|
|
754
754
|
"node_modules/@babel/helper-module-transforms": {
|
|
755
|
-
"version": "7.
|
|
756
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
757
|
-
"integrity": "sha512-
|
|
755
|
+
"version": "7.24.5",
|
|
756
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz",
|
|
757
|
+
"integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==",
|
|
758
758
|
"dev": true,
|
|
759
759
|
"dependencies": {
|
|
760
760
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
761
|
-
"@babel/helper-module-imports": "^7.
|
|
762
|
-
"@babel/helper-simple-access": "^7.
|
|
763
|
-
"@babel/helper-split-export-declaration": "^7.
|
|
764
|
-
"@babel/helper-validator-identifier": "^7.
|
|
761
|
+
"@babel/helper-module-imports": "^7.24.3",
|
|
762
|
+
"@babel/helper-simple-access": "^7.24.5",
|
|
763
|
+
"@babel/helper-split-export-declaration": "^7.24.5",
|
|
764
|
+
"@babel/helper-validator-identifier": "^7.24.5"
|
|
765
765
|
},
|
|
766
766
|
"engines": {
|
|
767
767
|
"node": ">=6.9.0"
|
|
@@ -783,9 +783,9 @@
|
|
|
783
783
|
}
|
|
784
784
|
},
|
|
785
785
|
"node_modules/@babel/helper-plugin-utils": {
|
|
786
|
-
"version": "7.24.
|
|
787
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.
|
|
788
|
-
"integrity": "sha512-
|
|
786
|
+
"version": "7.24.5",
|
|
787
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz",
|
|
788
|
+
"integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==",
|
|
789
789
|
"dev": true,
|
|
790
790
|
"engines": {
|
|
791
791
|
"node": ">=6.9.0"
|
|
@@ -826,12 +826,12 @@
|
|
|
826
826
|
}
|
|
827
827
|
},
|
|
828
828
|
"node_modules/@babel/helper-simple-access": {
|
|
829
|
-
"version": "7.
|
|
830
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.
|
|
831
|
-
"integrity": "sha512-
|
|
829
|
+
"version": "7.24.5",
|
|
830
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz",
|
|
831
|
+
"integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==",
|
|
832
832
|
"dev": true,
|
|
833
833
|
"dependencies": {
|
|
834
|
-
"@babel/types": "^7.
|
|
834
|
+
"@babel/types": "^7.24.5"
|
|
835
835
|
},
|
|
836
836
|
"engines": {
|
|
837
837
|
"node": ">=6.9.0"
|
|
@@ -850,30 +850,30 @@
|
|
|
850
850
|
}
|
|
851
851
|
},
|
|
852
852
|
"node_modules/@babel/helper-split-export-declaration": {
|
|
853
|
-
"version": "7.
|
|
854
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.
|
|
855
|
-
"integrity": "sha512-
|
|
853
|
+
"version": "7.24.5",
|
|
854
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz",
|
|
855
|
+
"integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==",
|
|
856
856
|
"dev": true,
|
|
857
857
|
"dependencies": {
|
|
858
|
-
"@babel/types": "^7.
|
|
858
|
+
"@babel/types": "^7.24.5"
|
|
859
859
|
},
|
|
860
860
|
"engines": {
|
|
861
861
|
"node": ">=6.9.0"
|
|
862
862
|
}
|
|
863
863
|
},
|
|
864
864
|
"node_modules/@babel/helper-string-parser": {
|
|
865
|
-
"version": "7.
|
|
866
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
867
|
-
"integrity": "sha512-
|
|
865
|
+
"version": "7.24.1",
|
|
866
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz",
|
|
867
|
+
"integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==",
|
|
868
868
|
"dev": true,
|
|
869
869
|
"engines": {
|
|
870
870
|
"node": ">=6.9.0"
|
|
871
871
|
}
|
|
872
872
|
},
|
|
873
873
|
"node_modules/@babel/helper-validator-identifier": {
|
|
874
|
-
"version": "7.
|
|
875
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
876
|
-
"integrity": "sha512-
|
|
874
|
+
"version": "7.24.5",
|
|
875
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz",
|
|
876
|
+
"integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==",
|
|
877
877
|
"dev": true,
|
|
878
878
|
"engines": {
|
|
879
879
|
"node": ">=6.9.0"
|
|
@@ -903,14 +903,14 @@
|
|
|
903
903
|
}
|
|
904
904
|
},
|
|
905
905
|
"node_modules/@babel/helpers": {
|
|
906
|
-
"version": "7.24.
|
|
907
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.
|
|
908
|
-
"integrity": "sha512-
|
|
906
|
+
"version": "7.24.5",
|
|
907
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz",
|
|
908
|
+
"integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==",
|
|
909
909
|
"dev": true,
|
|
910
910
|
"dependencies": {
|
|
911
911
|
"@babel/template": "^7.24.0",
|
|
912
|
-
"@babel/traverse": "^7.24.
|
|
913
|
-
"@babel/types": "^7.24.
|
|
912
|
+
"@babel/traverse": "^7.24.5",
|
|
913
|
+
"@babel/types": "^7.24.5"
|
|
914
914
|
},
|
|
915
915
|
"engines": {
|
|
916
916
|
"node": ">=6.9.0"
|
|
@@ -946,9 +946,9 @@
|
|
|
946
946
|
}
|
|
947
947
|
},
|
|
948
948
|
"node_modules/@babel/parser": {
|
|
949
|
-
"version": "7.24.
|
|
950
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.
|
|
951
|
-
"integrity": "sha512-
|
|
949
|
+
"version": "7.24.5",
|
|
950
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz",
|
|
951
|
+
"integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==",
|
|
952
952
|
"dev": true,
|
|
953
953
|
"bin": {
|
|
954
954
|
"parser": "bin/babel-parser.js"
|
|
@@ -958,13 +958,13 @@
|
|
|
958
958
|
}
|
|
959
959
|
},
|
|
960
960
|
"node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
|
|
961
|
-
"version": "7.24.
|
|
962
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.
|
|
963
|
-
"integrity": "sha512-
|
|
961
|
+
"version": "7.24.5",
|
|
962
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz",
|
|
963
|
+
"integrity": "sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==",
|
|
964
964
|
"dev": true,
|
|
965
965
|
"dependencies": {
|
|
966
966
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
967
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
967
|
+
"@babel/helper-plugin-utils": "^7.24.5"
|
|
968
968
|
},
|
|
969
969
|
"engines": {
|
|
970
970
|
"node": ">=6.9.0"
|
|
@@ -1376,12 +1376,12 @@
|
|
|
1376
1376
|
}
|
|
1377
1377
|
},
|
|
1378
1378
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
1379
|
-
"version": "7.24.
|
|
1380
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.
|
|
1381
|
-
"integrity": "sha512-
|
|
1379
|
+
"version": "7.24.5",
|
|
1380
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz",
|
|
1381
|
+
"integrity": "sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==",
|
|
1382
1382
|
"dev": true,
|
|
1383
1383
|
"dependencies": {
|
|
1384
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
1384
|
+
"@babel/helper-plugin-utils": "^7.24.5"
|
|
1385
1385
|
},
|
|
1386
1386
|
"engines": {
|
|
1387
1387
|
"node": ">=6.9.0"
|
|
@@ -1424,18 +1424,18 @@
|
|
|
1424
1424
|
}
|
|
1425
1425
|
},
|
|
1426
1426
|
"node_modules/@babel/plugin-transform-classes": {
|
|
1427
|
-
"version": "7.24.
|
|
1428
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.
|
|
1429
|
-
"integrity": "sha512-
|
|
1427
|
+
"version": "7.24.5",
|
|
1428
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz",
|
|
1429
|
+
"integrity": "sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==",
|
|
1430
1430
|
"dev": true,
|
|
1431
1431
|
"dependencies": {
|
|
1432
1432
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
1433
1433
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
1434
1434
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
1435
1435
|
"@babel/helper-function-name": "^7.23.0",
|
|
1436
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
1436
|
+
"@babel/helper-plugin-utils": "^7.24.5",
|
|
1437
1437
|
"@babel/helper-replace-supers": "^7.24.1",
|
|
1438
|
-
"@babel/helper-split-export-declaration": "^7.
|
|
1438
|
+
"@babel/helper-split-export-declaration": "^7.24.5",
|
|
1439
1439
|
"globals": "^11.1.0"
|
|
1440
1440
|
},
|
|
1441
1441
|
"engines": {
|
|
@@ -1462,12 +1462,12 @@
|
|
|
1462
1462
|
}
|
|
1463
1463
|
},
|
|
1464
1464
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
1465
|
-
"version": "7.24.
|
|
1466
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.
|
|
1467
|
-
"integrity": "sha512-
|
|
1465
|
+
"version": "7.24.5",
|
|
1466
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz",
|
|
1467
|
+
"integrity": "sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==",
|
|
1468
1468
|
"dev": true,
|
|
1469
1469
|
"dependencies": {
|
|
1470
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
1470
|
+
"@babel/helper-plugin-utils": "^7.24.5"
|
|
1471
1471
|
},
|
|
1472
1472
|
"engines": {
|
|
1473
1473
|
"node": ">=6.9.0"
|
|
@@ -1781,15 +1781,15 @@
|
|
|
1781
1781
|
}
|
|
1782
1782
|
},
|
|
1783
1783
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
1784
|
-
"version": "7.24.
|
|
1785
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.
|
|
1786
|
-
"integrity": "sha512-
|
|
1784
|
+
"version": "7.24.5",
|
|
1785
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz",
|
|
1786
|
+
"integrity": "sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==",
|
|
1787
1787
|
"dev": true,
|
|
1788
1788
|
"dependencies": {
|
|
1789
1789
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
1790
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
1790
|
+
"@babel/helper-plugin-utils": "^7.24.5",
|
|
1791
1791
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
1792
|
-
"@babel/plugin-transform-parameters": "^7.24.
|
|
1792
|
+
"@babel/plugin-transform-parameters": "^7.24.5"
|
|
1793
1793
|
},
|
|
1794
1794
|
"engines": {
|
|
1795
1795
|
"node": ">=6.9.0"
|
|
@@ -1831,12 +1831,12 @@
|
|
|
1831
1831
|
}
|
|
1832
1832
|
},
|
|
1833
1833
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
1834
|
-
"version": "7.24.
|
|
1835
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.
|
|
1836
|
-
"integrity": "sha512-
|
|
1834
|
+
"version": "7.24.5",
|
|
1835
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz",
|
|
1836
|
+
"integrity": "sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==",
|
|
1837
1837
|
"dev": true,
|
|
1838
1838
|
"dependencies": {
|
|
1839
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
1839
|
+
"@babel/helper-plugin-utils": "^7.24.5",
|
|
1840
1840
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
1841
1841
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
|
1842
1842
|
},
|
|
@@ -1848,12 +1848,12 @@
|
|
|
1848
1848
|
}
|
|
1849
1849
|
},
|
|
1850
1850
|
"node_modules/@babel/plugin-transform-parameters": {
|
|
1851
|
-
"version": "7.24.
|
|
1852
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.
|
|
1853
|
-
"integrity": "sha512-
|
|
1851
|
+
"version": "7.24.5",
|
|
1852
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz",
|
|
1853
|
+
"integrity": "sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==",
|
|
1854
1854
|
"dev": true,
|
|
1855
1855
|
"dependencies": {
|
|
1856
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
1856
|
+
"@babel/helper-plugin-utils": "^7.24.5"
|
|
1857
1857
|
},
|
|
1858
1858
|
"engines": {
|
|
1859
1859
|
"node": ">=6.9.0"
|
|
@@ -1879,14 +1879,14 @@
|
|
|
1879
1879
|
}
|
|
1880
1880
|
},
|
|
1881
1881
|
"node_modules/@babel/plugin-transform-private-property-in-object": {
|
|
1882
|
-
"version": "7.24.
|
|
1883
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.
|
|
1884
|
-
"integrity": "sha512-
|
|
1882
|
+
"version": "7.24.5",
|
|
1883
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz",
|
|
1884
|
+
"integrity": "sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==",
|
|
1885
1885
|
"dev": true,
|
|
1886
1886
|
"dependencies": {
|
|
1887
1887
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
1888
|
-
"@babel/helper-create-class-features-plugin": "^7.24.
|
|
1889
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
1888
|
+
"@babel/helper-create-class-features-plugin": "^7.24.5",
|
|
1889
|
+
"@babel/helper-plugin-utils": "^7.24.5",
|
|
1890
1890
|
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
|
|
1891
1891
|
},
|
|
1892
1892
|
"engines": {
|
|
@@ -2004,12 +2004,12 @@
|
|
|
2004
2004
|
}
|
|
2005
2005
|
},
|
|
2006
2006
|
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
|
2007
|
-
"version": "7.24.
|
|
2008
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.
|
|
2009
|
-
"integrity": "sha512-
|
|
2007
|
+
"version": "7.24.5",
|
|
2008
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz",
|
|
2009
|
+
"integrity": "sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==",
|
|
2010
2010
|
"dev": true,
|
|
2011
2011
|
"dependencies": {
|
|
2012
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
2012
|
+
"@babel/helper-plugin-utils": "^7.24.5"
|
|
2013
2013
|
},
|
|
2014
2014
|
"engines": {
|
|
2015
2015
|
"node": ">=6.9.0"
|
|
@@ -2100,16 +2100,16 @@
|
|
|
2100
2100
|
}
|
|
2101
2101
|
},
|
|
2102
2102
|
"node_modules/@babel/preset-env": {
|
|
2103
|
-
"version": "7.24.
|
|
2104
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.
|
|
2105
|
-
"integrity": "sha512-
|
|
2103
|
+
"version": "7.24.5",
|
|
2104
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.5.tgz",
|
|
2105
|
+
"integrity": "sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==",
|
|
2106
2106
|
"dev": true,
|
|
2107
2107
|
"dependencies": {
|
|
2108
2108
|
"@babel/compat-data": "^7.24.4",
|
|
2109
2109
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
2110
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
2110
|
+
"@babel/helper-plugin-utils": "^7.24.5",
|
|
2111
2111
|
"@babel/helper-validator-option": "^7.23.5",
|
|
2112
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.
|
|
2112
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.5",
|
|
2113
2113
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1",
|
|
2114
2114
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1",
|
|
2115
2115
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1",
|
|
@@ -2136,12 +2136,12 @@
|
|
|
2136
2136
|
"@babel/plugin-transform-async-generator-functions": "^7.24.3",
|
|
2137
2137
|
"@babel/plugin-transform-async-to-generator": "^7.24.1",
|
|
2138
2138
|
"@babel/plugin-transform-block-scoped-functions": "^7.24.1",
|
|
2139
|
-
"@babel/plugin-transform-block-scoping": "^7.24.
|
|
2139
|
+
"@babel/plugin-transform-block-scoping": "^7.24.5",
|
|
2140
2140
|
"@babel/plugin-transform-class-properties": "^7.24.1",
|
|
2141
2141
|
"@babel/plugin-transform-class-static-block": "^7.24.4",
|
|
2142
|
-
"@babel/plugin-transform-classes": "^7.24.
|
|
2142
|
+
"@babel/plugin-transform-classes": "^7.24.5",
|
|
2143
2143
|
"@babel/plugin-transform-computed-properties": "^7.24.1",
|
|
2144
|
-
"@babel/plugin-transform-destructuring": "^7.24.
|
|
2144
|
+
"@babel/plugin-transform-destructuring": "^7.24.5",
|
|
2145
2145
|
"@babel/plugin-transform-dotall-regex": "^7.24.1",
|
|
2146
2146
|
"@babel/plugin-transform-duplicate-keys": "^7.24.1",
|
|
2147
2147
|
"@babel/plugin-transform-dynamic-import": "^7.24.1",
|
|
@@ -2161,13 +2161,13 @@
|
|
|
2161
2161
|
"@babel/plugin-transform-new-target": "^7.24.1",
|
|
2162
2162
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
|
|
2163
2163
|
"@babel/plugin-transform-numeric-separator": "^7.24.1",
|
|
2164
|
-
"@babel/plugin-transform-object-rest-spread": "^7.24.
|
|
2164
|
+
"@babel/plugin-transform-object-rest-spread": "^7.24.5",
|
|
2165
2165
|
"@babel/plugin-transform-object-super": "^7.24.1",
|
|
2166
2166
|
"@babel/plugin-transform-optional-catch-binding": "^7.24.1",
|
|
2167
|
-
"@babel/plugin-transform-optional-chaining": "^7.24.
|
|
2168
|
-
"@babel/plugin-transform-parameters": "^7.24.
|
|
2167
|
+
"@babel/plugin-transform-optional-chaining": "^7.24.5",
|
|
2168
|
+
"@babel/plugin-transform-parameters": "^7.24.5",
|
|
2169
2169
|
"@babel/plugin-transform-private-methods": "^7.24.1",
|
|
2170
|
-
"@babel/plugin-transform-private-property-in-object": "^7.24.
|
|
2170
|
+
"@babel/plugin-transform-private-property-in-object": "^7.24.5",
|
|
2171
2171
|
"@babel/plugin-transform-property-literals": "^7.24.1",
|
|
2172
2172
|
"@babel/plugin-transform-regenerator": "^7.24.1",
|
|
2173
2173
|
"@babel/plugin-transform-reserved-words": "^7.24.1",
|
|
@@ -2175,7 +2175,7 @@
|
|
|
2175
2175
|
"@babel/plugin-transform-spread": "^7.24.1",
|
|
2176
2176
|
"@babel/plugin-transform-sticky-regex": "^7.24.1",
|
|
2177
2177
|
"@babel/plugin-transform-template-literals": "^7.24.1",
|
|
2178
|
-
"@babel/plugin-transform-typeof-symbol": "^7.24.
|
|
2178
|
+
"@babel/plugin-transform-typeof-symbol": "^7.24.5",
|
|
2179
2179
|
"@babel/plugin-transform-unicode-escapes": "^7.24.1",
|
|
2180
2180
|
"@babel/plugin-transform-unicode-property-regex": "^7.24.1",
|
|
2181
2181
|
"@babel/plugin-transform-unicode-regex": "^7.24.1",
|
|
@@ -2269,19 +2269,19 @@
|
|
|
2269
2269
|
}
|
|
2270
2270
|
},
|
|
2271
2271
|
"node_modules/@babel/traverse": {
|
|
2272
|
-
"version": "7.24.
|
|
2273
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.
|
|
2274
|
-
"integrity": "sha512-
|
|
2272
|
+
"version": "7.24.5",
|
|
2273
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz",
|
|
2274
|
+
"integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==",
|
|
2275
2275
|
"dev": true,
|
|
2276
2276
|
"dependencies": {
|
|
2277
|
-
"@babel/code-frame": "^7.24.
|
|
2278
|
-
"@babel/generator": "^7.24.
|
|
2277
|
+
"@babel/code-frame": "^7.24.2",
|
|
2278
|
+
"@babel/generator": "^7.24.5",
|
|
2279
2279
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
2280
2280
|
"@babel/helper-function-name": "^7.23.0",
|
|
2281
2281
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
2282
|
-
"@babel/helper-split-export-declaration": "^7.
|
|
2283
|
-
"@babel/parser": "^7.24.
|
|
2284
|
-
"@babel/types": "^7.24.
|
|
2282
|
+
"@babel/helper-split-export-declaration": "^7.24.5",
|
|
2283
|
+
"@babel/parser": "^7.24.5",
|
|
2284
|
+
"@babel/types": "^7.24.5",
|
|
2285
2285
|
"debug": "^4.3.1",
|
|
2286
2286
|
"globals": "^11.1.0"
|
|
2287
2287
|
},
|
|
@@ -2290,13 +2290,13 @@
|
|
|
2290
2290
|
}
|
|
2291
2291
|
},
|
|
2292
2292
|
"node_modules/@babel/types": {
|
|
2293
|
-
"version": "7.24.
|
|
2294
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.
|
|
2295
|
-
"integrity": "sha512
|
|
2293
|
+
"version": "7.24.5",
|
|
2294
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz",
|
|
2295
|
+
"integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==",
|
|
2296
2296
|
"dev": true,
|
|
2297
2297
|
"dependencies": {
|
|
2298
|
-
"@babel/helper-string-parser": "^7.
|
|
2299
|
-
"@babel/helper-validator-identifier": "^7.
|
|
2298
|
+
"@babel/helper-string-parser": "^7.24.1",
|
|
2299
|
+
"@babel/helper-validator-identifier": "^7.24.5",
|
|
2300
2300
|
"to-fast-properties": "^2.0.0"
|
|
2301
2301
|
},
|
|
2302
2302
|
"engines": {
|
|
@@ -3754,9 +3754,9 @@
|
|
|
3754
3754
|
}
|
|
3755
3755
|
},
|
|
3756
3756
|
"node_modules/@types/dockerode": {
|
|
3757
|
-
"version": "3.3.
|
|
3758
|
-
"resolved": "https://registry.npmjs.org/@types/dockerode/-/dockerode-3.3.
|
|
3759
|
-
"integrity": "sha512-
|
|
3757
|
+
"version": "3.3.29",
|
|
3758
|
+
"resolved": "https://registry.npmjs.org/@types/dockerode/-/dockerode-3.3.29.tgz",
|
|
3759
|
+
"integrity": "sha512-5PRRq/yt5OT/Jf77ltIdz4EiR9+VLnPF+HpU4xGFwUqmV24Co2HKBNW3w+slqZ1CYchbcDeqJASHDYWzZCcMiQ==",
|
|
3760
3760
|
"dev": true,
|
|
3761
3761
|
"dependencies": {
|
|
3762
3762
|
"@types/docker-modem": "*",
|
|
@@ -13720,9 +13720,9 @@
|
|
|
13720
13720
|
}
|
|
13721
13721
|
},
|
|
13722
13722
|
"@babel/cli": {
|
|
13723
|
-
"version": "7.24.
|
|
13724
|
-
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.
|
|
13725
|
-
"integrity": "sha512-
|
|
13723
|
+
"version": "7.24.5",
|
|
13724
|
+
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.24.5.tgz",
|
|
13725
|
+
"integrity": "sha512-2qg1mYtJRsOOWF6IUwLP5jI42P8Cc0hQ5TmnjLrik/4DKouO8dFJN80HEz81VmVeUs97yuuf3vQ/9j7Elrcjlg==",
|
|
13726
13726
|
"dev": true,
|
|
13727
13727
|
"requires": {
|
|
13728
13728
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
@@ -13777,21 +13777,21 @@
|
|
|
13777
13777
|
"dev": true
|
|
13778
13778
|
},
|
|
13779
13779
|
"@babel/core": {
|
|
13780
|
-
"version": "7.24.
|
|
13781
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.
|
|
13782
|
-
"integrity": "sha512-
|
|
13780
|
+
"version": "7.24.5",
|
|
13781
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz",
|
|
13782
|
+
"integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==",
|
|
13783
13783
|
"dev": true,
|
|
13784
13784
|
"requires": {
|
|
13785
13785
|
"@ampproject/remapping": "^2.2.0",
|
|
13786
13786
|
"@babel/code-frame": "^7.24.2",
|
|
13787
|
-
"@babel/generator": "^7.24.
|
|
13787
|
+
"@babel/generator": "^7.24.5",
|
|
13788
13788
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
13789
|
-
"@babel/helper-module-transforms": "^7.
|
|
13790
|
-
"@babel/helpers": "^7.24.
|
|
13791
|
-
"@babel/parser": "^7.24.
|
|
13789
|
+
"@babel/helper-module-transforms": "^7.24.5",
|
|
13790
|
+
"@babel/helpers": "^7.24.5",
|
|
13791
|
+
"@babel/parser": "^7.24.5",
|
|
13792
13792
|
"@babel/template": "^7.24.0",
|
|
13793
|
-
"@babel/traverse": "^7.24.
|
|
13794
|
-
"@babel/types": "^7.24.
|
|
13793
|
+
"@babel/traverse": "^7.24.5",
|
|
13794
|
+
"@babel/types": "^7.24.5",
|
|
13795
13795
|
"convert-source-map": "^2.0.0",
|
|
13796
13796
|
"debug": "^4.1.0",
|
|
13797
13797
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -13839,12 +13839,12 @@
|
|
|
13839
13839
|
}
|
|
13840
13840
|
},
|
|
13841
13841
|
"@babel/generator": {
|
|
13842
|
-
"version": "7.24.
|
|
13843
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.
|
|
13844
|
-
"integrity": "sha512-
|
|
13842
|
+
"version": "7.24.5",
|
|
13843
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz",
|
|
13844
|
+
"integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==",
|
|
13845
13845
|
"dev": true,
|
|
13846
13846
|
"requires": {
|
|
13847
|
-
"@babel/types": "^7.24.
|
|
13847
|
+
"@babel/types": "^7.24.5",
|
|
13848
13848
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
13849
13849
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
13850
13850
|
"jsesc": "^2.5.1"
|
|
@@ -13903,19 +13903,19 @@
|
|
|
13903
13903
|
}
|
|
13904
13904
|
},
|
|
13905
13905
|
"@babel/helper-create-class-features-plugin": {
|
|
13906
|
-
"version": "7.24.
|
|
13907
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.
|
|
13908
|
-
"integrity": "sha512-
|
|
13906
|
+
"version": "7.24.5",
|
|
13907
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz",
|
|
13908
|
+
"integrity": "sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==",
|
|
13909
13909
|
"dev": true,
|
|
13910
13910
|
"requires": {
|
|
13911
13911
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
13912
13912
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
13913
13913
|
"@babel/helper-function-name": "^7.23.0",
|
|
13914
|
-
"@babel/helper-member-expression-to-functions": "^7.
|
|
13914
|
+
"@babel/helper-member-expression-to-functions": "^7.24.5",
|
|
13915
13915
|
"@babel/helper-optimise-call-expression": "^7.22.5",
|
|
13916
13916
|
"@babel/helper-replace-supers": "^7.24.1",
|
|
13917
13917
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
13918
|
-
"@babel/helper-split-export-declaration": "^7.
|
|
13918
|
+
"@babel/helper-split-export-declaration": "^7.24.5",
|
|
13919
13919
|
"semver": "^6.3.1"
|
|
13920
13920
|
},
|
|
13921
13921
|
"dependencies": {
|
|
@@ -13985,12 +13985,12 @@
|
|
|
13985
13985
|
}
|
|
13986
13986
|
},
|
|
13987
13987
|
"@babel/helper-member-expression-to-functions": {
|
|
13988
|
-
"version": "7.
|
|
13989
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
|
13990
|
-
"integrity": "sha512-
|
|
13988
|
+
"version": "7.24.5",
|
|
13989
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz",
|
|
13990
|
+
"integrity": "sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==",
|
|
13991
13991
|
"dev": true,
|
|
13992
13992
|
"requires": {
|
|
13993
|
-
"@babel/types": "^7.
|
|
13993
|
+
"@babel/types": "^7.24.5"
|
|
13994
13994
|
}
|
|
13995
13995
|
},
|
|
13996
13996
|
"@babel/helper-module-imports": {
|
|
@@ -14003,16 +14003,16 @@
|
|
|
14003
14003
|
}
|
|
14004
14004
|
},
|
|
14005
14005
|
"@babel/helper-module-transforms": {
|
|
14006
|
-
"version": "7.
|
|
14007
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
14008
|
-
"integrity": "sha512-
|
|
14006
|
+
"version": "7.24.5",
|
|
14007
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz",
|
|
14008
|
+
"integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==",
|
|
14009
14009
|
"dev": true,
|
|
14010
14010
|
"requires": {
|
|
14011
14011
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
14012
|
-
"@babel/helper-module-imports": "^7.
|
|
14013
|
-
"@babel/helper-simple-access": "^7.
|
|
14014
|
-
"@babel/helper-split-export-declaration": "^7.
|
|
14015
|
-
"@babel/helper-validator-identifier": "^7.
|
|
14012
|
+
"@babel/helper-module-imports": "^7.24.3",
|
|
14013
|
+
"@babel/helper-simple-access": "^7.24.5",
|
|
14014
|
+
"@babel/helper-split-export-declaration": "^7.24.5",
|
|
14015
|
+
"@babel/helper-validator-identifier": "^7.24.5"
|
|
14016
14016
|
}
|
|
14017
14017
|
},
|
|
14018
14018
|
"@babel/helper-optimise-call-expression": {
|
|
@@ -14025,9 +14025,9 @@
|
|
|
14025
14025
|
}
|
|
14026
14026
|
},
|
|
14027
14027
|
"@babel/helper-plugin-utils": {
|
|
14028
|
-
"version": "7.24.
|
|
14029
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.
|
|
14030
|
-
"integrity": "sha512-
|
|
14028
|
+
"version": "7.24.5",
|
|
14029
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz",
|
|
14030
|
+
"integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==",
|
|
14031
14031
|
"dev": true
|
|
14032
14032
|
},
|
|
14033
14033
|
"@babel/helper-remap-async-to-generator": {
|
|
@@ -14053,12 +14053,12 @@
|
|
|
14053
14053
|
}
|
|
14054
14054
|
},
|
|
14055
14055
|
"@babel/helper-simple-access": {
|
|
14056
|
-
"version": "7.
|
|
14057
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.
|
|
14058
|
-
"integrity": "sha512-
|
|
14056
|
+
"version": "7.24.5",
|
|
14057
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz",
|
|
14058
|
+
"integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==",
|
|
14059
14059
|
"dev": true,
|
|
14060
14060
|
"requires": {
|
|
14061
|
-
"@babel/types": "^7.
|
|
14061
|
+
"@babel/types": "^7.24.5"
|
|
14062
14062
|
}
|
|
14063
14063
|
},
|
|
14064
14064
|
"@babel/helper-skip-transparent-expression-wrappers": {
|
|
@@ -14071,24 +14071,24 @@
|
|
|
14071
14071
|
}
|
|
14072
14072
|
},
|
|
14073
14073
|
"@babel/helper-split-export-declaration": {
|
|
14074
|
-
"version": "7.
|
|
14075
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.
|
|
14076
|
-
"integrity": "sha512-
|
|
14074
|
+
"version": "7.24.5",
|
|
14075
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz",
|
|
14076
|
+
"integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==",
|
|
14077
14077
|
"dev": true,
|
|
14078
14078
|
"requires": {
|
|
14079
|
-
"@babel/types": "^7.
|
|
14079
|
+
"@babel/types": "^7.24.5"
|
|
14080
14080
|
}
|
|
14081
14081
|
},
|
|
14082
14082
|
"@babel/helper-string-parser": {
|
|
14083
|
-
"version": "7.
|
|
14084
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
14085
|
-
"integrity": "sha512-
|
|
14083
|
+
"version": "7.24.1",
|
|
14084
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz",
|
|
14085
|
+
"integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==",
|
|
14086
14086
|
"dev": true
|
|
14087
14087
|
},
|
|
14088
14088
|
"@babel/helper-validator-identifier": {
|
|
14089
|
-
"version": "7.
|
|
14090
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
14091
|
-
"integrity": "sha512-
|
|
14089
|
+
"version": "7.24.5",
|
|
14090
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz",
|
|
14091
|
+
"integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==",
|
|
14092
14092
|
"dev": true
|
|
14093
14093
|
},
|
|
14094
14094
|
"@babel/helper-validator-option": {
|
|
@@ -14109,14 +14109,14 @@
|
|
|
14109
14109
|
}
|
|
14110
14110
|
},
|
|
14111
14111
|
"@babel/helpers": {
|
|
14112
|
-
"version": "7.24.
|
|
14113
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.
|
|
14114
|
-
"integrity": "sha512-
|
|
14112
|
+
"version": "7.24.5",
|
|
14113
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz",
|
|
14114
|
+
"integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==",
|
|
14115
14115
|
"dev": true,
|
|
14116
14116
|
"requires": {
|
|
14117
14117
|
"@babel/template": "^7.24.0",
|
|
14118
|
-
"@babel/traverse": "^7.24.
|
|
14119
|
-
"@babel/types": "^7.24.
|
|
14118
|
+
"@babel/traverse": "^7.24.5",
|
|
14119
|
+
"@babel/types": "^7.24.5"
|
|
14120
14120
|
}
|
|
14121
14121
|
},
|
|
14122
14122
|
"@babel/highlight": {
|
|
@@ -14145,19 +14145,19 @@
|
|
|
14145
14145
|
}
|
|
14146
14146
|
},
|
|
14147
14147
|
"@babel/parser": {
|
|
14148
|
-
"version": "7.24.
|
|
14149
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.
|
|
14150
|
-
"integrity": "sha512-
|
|
14148
|
+
"version": "7.24.5",
|
|
14149
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz",
|
|
14150
|
+
"integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==",
|
|
14151
14151
|
"dev": true
|
|
14152
14152
|
},
|
|
14153
14153
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": {
|
|
14154
|
-
"version": "7.24.
|
|
14155
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.
|
|
14156
|
-
"integrity": "sha512-
|
|
14154
|
+
"version": "7.24.5",
|
|
14155
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz",
|
|
14156
|
+
"integrity": "sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==",
|
|
14157
14157
|
"dev": true,
|
|
14158
14158
|
"requires": {
|
|
14159
14159
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
14160
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14160
|
+
"@babel/helper-plugin-utils": "^7.24.5"
|
|
14161
14161
|
}
|
|
14162
14162
|
},
|
|
14163
14163
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
@@ -14429,12 +14429,12 @@
|
|
|
14429
14429
|
}
|
|
14430
14430
|
},
|
|
14431
14431
|
"@babel/plugin-transform-block-scoping": {
|
|
14432
|
-
"version": "7.24.
|
|
14433
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.
|
|
14434
|
-
"integrity": "sha512-
|
|
14432
|
+
"version": "7.24.5",
|
|
14433
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz",
|
|
14434
|
+
"integrity": "sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==",
|
|
14435
14435
|
"dev": true,
|
|
14436
14436
|
"requires": {
|
|
14437
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14437
|
+
"@babel/helper-plugin-utils": "^7.24.5"
|
|
14438
14438
|
}
|
|
14439
14439
|
},
|
|
14440
14440
|
"@babel/plugin-transform-class-properties": {
|
|
@@ -14459,18 +14459,18 @@
|
|
|
14459
14459
|
}
|
|
14460
14460
|
},
|
|
14461
14461
|
"@babel/plugin-transform-classes": {
|
|
14462
|
-
"version": "7.24.
|
|
14463
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.
|
|
14464
|
-
"integrity": "sha512-
|
|
14462
|
+
"version": "7.24.5",
|
|
14463
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz",
|
|
14464
|
+
"integrity": "sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==",
|
|
14465
14465
|
"dev": true,
|
|
14466
14466
|
"requires": {
|
|
14467
14467
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
14468
14468
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
14469
14469
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
14470
14470
|
"@babel/helper-function-name": "^7.23.0",
|
|
14471
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14471
|
+
"@babel/helper-plugin-utils": "^7.24.5",
|
|
14472
14472
|
"@babel/helper-replace-supers": "^7.24.1",
|
|
14473
|
-
"@babel/helper-split-export-declaration": "^7.
|
|
14473
|
+
"@babel/helper-split-export-declaration": "^7.24.5",
|
|
14474
14474
|
"globals": "^11.1.0"
|
|
14475
14475
|
}
|
|
14476
14476
|
},
|
|
@@ -14485,12 +14485,12 @@
|
|
|
14485
14485
|
}
|
|
14486
14486
|
},
|
|
14487
14487
|
"@babel/plugin-transform-destructuring": {
|
|
14488
|
-
"version": "7.24.
|
|
14489
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.
|
|
14490
|
-
"integrity": "sha512-
|
|
14488
|
+
"version": "7.24.5",
|
|
14489
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz",
|
|
14490
|
+
"integrity": "sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==",
|
|
14491
14491
|
"dev": true,
|
|
14492
14492
|
"requires": {
|
|
14493
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14493
|
+
"@babel/helper-plugin-utils": "^7.24.5"
|
|
14494
14494
|
}
|
|
14495
14495
|
},
|
|
14496
14496
|
"@babel/plugin-transform-dotall-regex": {
|
|
@@ -14684,15 +14684,15 @@
|
|
|
14684
14684
|
}
|
|
14685
14685
|
},
|
|
14686
14686
|
"@babel/plugin-transform-object-rest-spread": {
|
|
14687
|
-
"version": "7.24.
|
|
14688
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.
|
|
14689
|
-
"integrity": "sha512-
|
|
14687
|
+
"version": "7.24.5",
|
|
14688
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz",
|
|
14689
|
+
"integrity": "sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==",
|
|
14690
14690
|
"dev": true,
|
|
14691
14691
|
"requires": {
|
|
14692
14692
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
14693
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14693
|
+
"@babel/helper-plugin-utils": "^7.24.5",
|
|
14694
14694
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
14695
|
-
"@babel/plugin-transform-parameters": "^7.24.
|
|
14695
|
+
"@babel/plugin-transform-parameters": "^7.24.5"
|
|
14696
14696
|
}
|
|
14697
14697
|
},
|
|
14698
14698
|
"@babel/plugin-transform-object-super": {
|
|
@@ -14716,23 +14716,23 @@
|
|
|
14716
14716
|
}
|
|
14717
14717
|
},
|
|
14718
14718
|
"@babel/plugin-transform-optional-chaining": {
|
|
14719
|
-
"version": "7.24.
|
|
14720
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.
|
|
14721
|
-
"integrity": "sha512-
|
|
14719
|
+
"version": "7.24.5",
|
|
14720
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz",
|
|
14721
|
+
"integrity": "sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==",
|
|
14722
14722
|
"dev": true,
|
|
14723
14723
|
"requires": {
|
|
14724
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14724
|
+
"@babel/helper-plugin-utils": "^7.24.5",
|
|
14725
14725
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
14726
14726
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
|
14727
14727
|
}
|
|
14728
14728
|
},
|
|
14729
14729
|
"@babel/plugin-transform-parameters": {
|
|
14730
|
-
"version": "7.24.
|
|
14731
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.
|
|
14732
|
-
"integrity": "sha512-
|
|
14730
|
+
"version": "7.24.5",
|
|
14731
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz",
|
|
14732
|
+
"integrity": "sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==",
|
|
14733
14733
|
"dev": true,
|
|
14734
14734
|
"requires": {
|
|
14735
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14735
|
+
"@babel/helper-plugin-utils": "^7.24.5"
|
|
14736
14736
|
}
|
|
14737
14737
|
},
|
|
14738
14738
|
"@babel/plugin-transform-private-methods": {
|
|
@@ -14746,14 +14746,14 @@
|
|
|
14746
14746
|
}
|
|
14747
14747
|
},
|
|
14748
14748
|
"@babel/plugin-transform-private-property-in-object": {
|
|
14749
|
-
"version": "7.24.
|
|
14750
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.
|
|
14751
|
-
"integrity": "sha512-
|
|
14749
|
+
"version": "7.24.5",
|
|
14750
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz",
|
|
14751
|
+
"integrity": "sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==",
|
|
14752
14752
|
"dev": true,
|
|
14753
14753
|
"requires": {
|
|
14754
14754
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
14755
|
-
"@babel/helper-create-class-features-plugin": "^7.24.
|
|
14756
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14755
|
+
"@babel/helper-create-class-features-plugin": "^7.24.5",
|
|
14756
|
+
"@babel/helper-plugin-utils": "^7.24.5",
|
|
14757
14757
|
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
|
|
14758
14758
|
}
|
|
14759
14759
|
},
|
|
@@ -14823,12 +14823,12 @@
|
|
|
14823
14823
|
}
|
|
14824
14824
|
},
|
|
14825
14825
|
"@babel/plugin-transform-typeof-symbol": {
|
|
14826
|
-
"version": "7.24.
|
|
14827
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.
|
|
14828
|
-
"integrity": "sha512-
|
|
14826
|
+
"version": "7.24.5",
|
|
14827
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz",
|
|
14828
|
+
"integrity": "sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==",
|
|
14829
14829
|
"dev": true,
|
|
14830
14830
|
"requires": {
|
|
14831
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14831
|
+
"@babel/helper-plugin-utils": "^7.24.5"
|
|
14832
14832
|
}
|
|
14833
14833
|
},
|
|
14834
14834
|
"@babel/plugin-transform-typescript": {
|
|
@@ -14883,16 +14883,16 @@
|
|
|
14883
14883
|
}
|
|
14884
14884
|
},
|
|
14885
14885
|
"@babel/preset-env": {
|
|
14886
|
-
"version": "7.24.
|
|
14887
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.
|
|
14888
|
-
"integrity": "sha512-
|
|
14886
|
+
"version": "7.24.5",
|
|
14887
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.5.tgz",
|
|
14888
|
+
"integrity": "sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==",
|
|
14889
14889
|
"dev": true,
|
|
14890
14890
|
"requires": {
|
|
14891
14891
|
"@babel/compat-data": "^7.24.4",
|
|
14892
14892
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
14893
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
14893
|
+
"@babel/helper-plugin-utils": "^7.24.5",
|
|
14894
14894
|
"@babel/helper-validator-option": "^7.23.5",
|
|
14895
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.
|
|
14895
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.5",
|
|
14896
14896
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.1",
|
|
14897
14897
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.1",
|
|
14898
14898
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.1",
|
|
@@ -14919,12 +14919,12 @@
|
|
|
14919
14919
|
"@babel/plugin-transform-async-generator-functions": "^7.24.3",
|
|
14920
14920
|
"@babel/plugin-transform-async-to-generator": "^7.24.1",
|
|
14921
14921
|
"@babel/plugin-transform-block-scoped-functions": "^7.24.1",
|
|
14922
|
-
"@babel/plugin-transform-block-scoping": "^7.24.
|
|
14922
|
+
"@babel/plugin-transform-block-scoping": "^7.24.5",
|
|
14923
14923
|
"@babel/plugin-transform-class-properties": "^7.24.1",
|
|
14924
14924
|
"@babel/plugin-transform-class-static-block": "^7.24.4",
|
|
14925
|
-
"@babel/plugin-transform-classes": "^7.24.
|
|
14925
|
+
"@babel/plugin-transform-classes": "^7.24.5",
|
|
14926
14926
|
"@babel/plugin-transform-computed-properties": "^7.24.1",
|
|
14927
|
-
"@babel/plugin-transform-destructuring": "^7.24.
|
|
14927
|
+
"@babel/plugin-transform-destructuring": "^7.24.5",
|
|
14928
14928
|
"@babel/plugin-transform-dotall-regex": "^7.24.1",
|
|
14929
14929
|
"@babel/plugin-transform-duplicate-keys": "^7.24.1",
|
|
14930
14930
|
"@babel/plugin-transform-dynamic-import": "^7.24.1",
|
|
@@ -14944,13 +14944,13 @@
|
|
|
14944
14944
|
"@babel/plugin-transform-new-target": "^7.24.1",
|
|
14945
14945
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
|
|
14946
14946
|
"@babel/plugin-transform-numeric-separator": "^7.24.1",
|
|
14947
|
-
"@babel/plugin-transform-object-rest-spread": "^7.24.
|
|
14947
|
+
"@babel/plugin-transform-object-rest-spread": "^7.24.5",
|
|
14948
14948
|
"@babel/plugin-transform-object-super": "^7.24.1",
|
|
14949
14949
|
"@babel/plugin-transform-optional-catch-binding": "^7.24.1",
|
|
14950
|
-
"@babel/plugin-transform-optional-chaining": "^7.24.
|
|
14951
|
-
"@babel/plugin-transform-parameters": "^7.24.
|
|
14950
|
+
"@babel/plugin-transform-optional-chaining": "^7.24.5",
|
|
14951
|
+
"@babel/plugin-transform-parameters": "^7.24.5",
|
|
14952
14952
|
"@babel/plugin-transform-private-methods": "^7.24.1",
|
|
14953
|
-
"@babel/plugin-transform-private-property-in-object": "^7.24.
|
|
14953
|
+
"@babel/plugin-transform-private-property-in-object": "^7.24.5",
|
|
14954
14954
|
"@babel/plugin-transform-property-literals": "^7.24.1",
|
|
14955
14955
|
"@babel/plugin-transform-regenerator": "^7.24.1",
|
|
14956
14956
|
"@babel/plugin-transform-reserved-words": "^7.24.1",
|
|
@@ -14958,7 +14958,7 @@
|
|
|
14958
14958
|
"@babel/plugin-transform-spread": "^7.24.1",
|
|
14959
14959
|
"@babel/plugin-transform-sticky-regex": "^7.24.1",
|
|
14960
14960
|
"@babel/plugin-transform-template-literals": "^7.24.1",
|
|
14961
|
-
"@babel/plugin-transform-typeof-symbol": "^7.24.
|
|
14961
|
+
"@babel/plugin-transform-typeof-symbol": "^7.24.5",
|
|
14962
14962
|
"@babel/plugin-transform-unicode-escapes": "^7.24.1",
|
|
14963
14963
|
"@babel/plugin-transform-unicode-property-regex": "^7.24.1",
|
|
14964
14964
|
"@babel/plugin-transform-unicode-regex": "^7.24.1",
|
|
@@ -15030,31 +15030,31 @@
|
|
|
15030
15030
|
}
|
|
15031
15031
|
},
|
|
15032
15032
|
"@babel/traverse": {
|
|
15033
|
-
"version": "7.24.
|
|
15034
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.
|
|
15035
|
-
"integrity": "sha512-
|
|
15033
|
+
"version": "7.24.5",
|
|
15034
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz",
|
|
15035
|
+
"integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==",
|
|
15036
15036
|
"dev": true,
|
|
15037
15037
|
"requires": {
|
|
15038
|
-
"@babel/code-frame": "^7.24.
|
|
15039
|
-
"@babel/generator": "^7.24.
|
|
15038
|
+
"@babel/code-frame": "^7.24.2",
|
|
15039
|
+
"@babel/generator": "^7.24.5",
|
|
15040
15040
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
15041
15041
|
"@babel/helper-function-name": "^7.23.0",
|
|
15042
15042
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
15043
|
-
"@babel/helper-split-export-declaration": "^7.
|
|
15044
|
-
"@babel/parser": "^7.24.
|
|
15045
|
-
"@babel/types": "^7.24.
|
|
15043
|
+
"@babel/helper-split-export-declaration": "^7.24.5",
|
|
15044
|
+
"@babel/parser": "^7.24.5",
|
|
15045
|
+
"@babel/types": "^7.24.5",
|
|
15046
15046
|
"debug": "^4.3.1",
|
|
15047
15047
|
"globals": "^11.1.0"
|
|
15048
15048
|
}
|
|
15049
15049
|
},
|
|
15050
15050
|
"@babel/types": {
|
|
15051
|
-
"version": "7.24.
|
|
15052
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.
|
|
15053
|
-
"integrity": "sha512
|
|
15051
|
+
"version": "7.24.5",
|
|
15052
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz",
|
|
15053
|
+
"integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==",
|
|
15054
15054
|
"dev": true,
|
|
15055
15055
|
"requires": {
|
|
15056
|
-
"@babel/helper-string-parser": "^7.
|
|
15057
|
-
"@babel/helper-validator-identifier": "^7.
|
|
15056
|
+
"@babel/helper-string-parser": "^7.24.1",
|
|
15057
|
+
"@babel/helper-validator-identifier": "^7.24.5",
|
|
15058
15058
|
"to-fast-properties": "^2.0.0"
|
|
15059
15059
|
}
|
|
15060
15060
|
},
|
|
@@ -16186,9 +16186,9 @@
|
|
|
16186
16186
|
}
|
|
16187
16187
|
},
|
|
16188
16188
|
"@types/dockerode": {
|
|
16189
|
-
"version": "3.3.
|
|
16190
|
-
"resolved": "https://registry.npmjs.org/@types/dockerode/-/dockerode-3.3.
|
|
16191
|
-
"integrity": "sha512-
|
|
16189
|
+
"version": "3.3.29",
|
|
16190
|
+
"resolved": "https://registry.npmjs.org/@types/dockerode/-/dockerode-3.3.29.tgz",
|
|
16191
|
+
"integrity": "sha512-5PRRq/yt5OT/Jf77ltIdz4EiR9+VLnPF+HpU4xGFwUqmV24Co2HKBNW3w+slqZ1CYchbcDeqJASHDYWzZCcMiQ==",
|
|
16192
16192
|
"dev": true,
|
|
16193
16193
|
"requires": {
|
|
16194
16194
|
"@types/docker-modem": "*",
|