cdk-assets 2.151.20 → 2.151.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +881 -431
- package/package.json +6 -6
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cdk-assets",
|
|
3
|
-
"version": "2.151.
|
|
3
|
+
"version": "2.151.22",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "cdk-assets",
|
|
9
|
-
"version": "2.151.
|
|
9
|
+
"version": "2.151.22",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-cdk/cloud-assembly-schema": "^36.0.
|
|
12
|
+
"@aws-cdk/cloud-assembly-schema": "^36.0.18",
|
|
13
13
|
"@aws-cdk/cx-api": "^2.154.1",
|
|
14
14
|
"archiver": "^5.3.2",
|
|
15
|
-
"aws-sdk": "^2.
|
|
15
|
+
"aws-sdk": "^2.1684.0",
|
|
16
16
|
"glob": "^7.2.3",
|
|
17
17
|
"mime": "^2.6.0",
|
|
18
18
|
"yargs": "^16.2.0"
|
|
@@ -30,10 +30,11 @@
|
|
|
30
30
|
"@types/yargs": "^15.0.19",
|
|
31
31
|
"@typescript-eslint/eslint-plugin": "^7",
|
|
32
32
|
"@typescript-eslint/parser": "^7",
|
|
33
|
+
"commit-and-tag-version": "^12",
|
|
33
34
|
"constructs": "^10.0.0",
|
|
34
35
|
"eslint": "^8",
|
|
35
36
|
"eslint-config-prettier": "^9.1.0",
|
|
36
|
-
"eslint-import-resolver-typescript": "^3.6.
|
|
37
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
37
38
|
"eslint-plugin-import": "^2.29.1",
|
|
38
39
|
"eslint-plugin-prettier": "^5.2.1",
|
|
39
40
|
"fs-extra": "^9.1.0",
|
|
@@ -43,8 +44,7 @@
|
|
|
43
44
|
"jszip": "^3.10.1",
|
|
44
45
|
"mock-fs": "^4.14.0",
|
|
45
46
|
"prettier": "^3.3.3",
|
|
46
|
-
"projen": "^0.86.
|
|
47
|
-
"standard-version": "^9",
|
|
47
|
+
"projen": "^0.86.5",
|
|
48
48
|
"ts-jest": "^29.2.5",
|
|
49
49
|
"ts-node": "^10.9.2",
|
|
50
50
|
"typescript": "^5.5.4"
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"node_modules/@aws-cdk/cloud-assembly-schema": {
|
|
68
|
-
"version": "36.0.
|
|
69
|
-
"resolved": "https://registry.npmjs.org/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-36.0.
|
|
70
|
-
"integrity": "sha512-
|
|
68
|
+
"version": "36.0.18",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-36.0.18.tgz",
|
|
70
|
+
"integrity": "sha512-PP6vgYVoydEh7JKjv/UQccUI2dGfEHlfX+hhI4e3arcT73xmiXP5ck9SrToqgPx4aio3tHTQpnDYeD7l3XV/gQ==",
|
|
71
71
|
"bundleDependencies": [
|
|
72
72
|
"jsonschema",
|
|
73
73
|
"semver"
|
|
@@ -1489,6 +1489,16 @@
|
|
|
1489
1489
|
"node": ">= 8"
|
|
1490
1490
|
}
|
|
1491
1491
|
},
|
|
1492
|
+
"node_modules/@nolyfill/is-core-module": {
|
|
1493
|
+
"version": "1.0.39",
|
|
1494
|
+
"resolved": "https://registry.npmjs.org/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz",
|
|
1495
|
+
"integrity": "sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==",
|
|
1496
|
+
"dev": true,
|
|
1497
|
+
"license": "MIT",
|
|
1498
|
+
"engines": {
|
|
1499
|
+
"node": ">=12.4.0"
|
|
1500
|
+
}
|
|
1501
|
+
},
|
|
1492
1502
|
"node_modules/@oozcitak/dom": {
|
|
1493
1503
|
"version": "1.15.10",
|
|
1494
1504
|
"resolved": "https://registry.npmjs.org/@oozcitak/dom/-/dom-1.15.10.tgz",
|
|
@@ -1786,9 +1796,9 @@
|
|
|
1786
1796
|
"license": "MIT"
|
|
1787
1797
|
},
|
|
1788
1798
|
"node_modules/@types/node": {
|
|
1789
|
-
"version": "18.19.
|
|
1790
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
1791
|
-
"integrity": "sha512-
|
|
1799
|
+
"version": "18.19.46",
|
|
1800
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.46.tgz",
|
|
1801
|
+
"integrity": "sha512-vnRgMS7W6cKa1/0G3/DTtQYpVrZ8c0Xm6UkLaVFrb9jtcVC3okokW09Ki1Qdrj9ISokszD69nY4WDLRlvHlhAA==",
|
|
1792
1802
|
"dev": true,
|
|
1793
1803
|
"license": "MIT",
|
|
1794
1804
|
"dependencies": {
|
|
@@ -2112,6 +2122,19 @@
|
|
|
2112
2122
|
"dev": true,
|
|
2113
2123
|
"license": "MIT"
|
|
2114
2124
|
},
|
|
2125
|
+
"node_modules/agent-base": {
|
|
2126
|
+
"version": "7.1.1",
|
|
2127
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
|
|
2128
|
+
"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
|
|
2129
|
+
"dev": true,
|
|
2130
|
+
"license": "MIT",
|
|
2131
|
+
"dependencies": {
|
|
2132
|
+
"debug": "^4.3.4"
|
|
2133
|
+
},
|
|
2134
|
+
"engines": {
|
|
2135
|
+
"node": ">= 14"
|
|
2136
|
+
}
|
|
2137
|
+
},
|
|
2115
2138
|
"node_modules/ajv": {
|
|
2116
2139
|
"version": "6.12.6",
|
|
2117
2140
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
@@ -2436,6 +2459,13 @@
|
|
|
2436
2459
|
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
|
|
2437
2460
|
"license": "MIT"
|
|
2438
2461
|
},
|
|
2462
|
+
"node_modules/asynckit": {
|
|
2463
|
+
"version": "0.4.0",
|
|
2464
|
+
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
2465
|
+
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
2466
|
+
"dev": true,
|
|
2467
|
+
"license": "MIT"
|
|
2468
|
+
},
|
|
2439
2469
|
"node_modules/at-least-node": {
|
|
2440
2470
|
"version": "1.0.0",
|
|
2441
2471
|
"resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
|
|
@@ -2462,9 +2492,9 @@
|
|
|
2462
2492
|
}
|
|
2463
2493
|
},
|
|
2464
2494
|
"node_modules/aws-sdk": {
|
|
2465
|
-
"version": "2.
|
|
2466
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
2467
|
-
"integrity": "sha512-
|
|
2495
|
+
"version": "2.1684.0",
|
|
2496
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1684.0.tgz",
|
|
2497
|
+
"integrity": "sha512-Womhydf2UhEeLALLOUEDIuJ1Iv2k9aOsqAeDaQT3AhayiYt7pguvncs5IgEAxZ0TRH7driA7kTk+iGnCP2jMMA==",
|
|
2468
2498
|
"hasInstallScript": true,
|
|
2469
2499
|
"license": "Apache-2.0",
|
|
2470
2500
|
"dependencies": {
|
|
@@ -2979,6 +3009,19 @@
|
|
|
2979
3009
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
2980
3010
|
"license": "MIT"
|
|
2981
3011
|
},
|
|
3012
|
+
"node_modules/combined-stream": {
|
|
3013
|
+
"version": "1.0.8",
|
|
3014
|
+
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
3015
|
+
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
3016
|
+
"dev": true,
|
|
3017
|
+
"license": "MIT",
|
|
3018
|
+
"dependencies": {
|
|
3019
|
+
"delayed-stream": "~1.0.0"
|
|
3020
|
+
},
|
|
3021
|
+
"engines": {
|
|
3022
|
+
"node": ">= 0.8"
|
|
3023
|
+
}
|
|
3024
|
+
},
|
|
2982
3025
|
"node_modules/comment-json": {
|
|
2983
3026
|
"version": "4.2.2",
|
|
2984
3027
|
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.2.tgz",
|
|
@@ -2996,6 +3039,208 @@
|
|
|
2996
3039
|
"node": ">= 6"
|
|
2997
3040
|
}
|
|
2998
3041
|
},
|
|
3042
|
+
"node_modules/commit-and-tag-version": {
|
|
3043
|
+
"version": "12.4.2",
|
|
3044
|
+
"resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.4.2.tgz",
|
|
3045
|
+
"integrity": "sha512-K8EPV/vRM+PZCFqu1anHUyxPt8Q9dUUHU4WRE9a2GcHYfZPgu2GGKLxI018W/y+EZ7AbV0/P7QrLn5/lpcRyAg==",
|
|
3046
|
+
"dev": true,
|
|
3047
|
+
"license": "ISC",
|
|
3048
|
+
"dependencies": {
|
|
3049
|
+
"chalk": "^2.4.2",
|
|
3050
|
+
"conventional-changelog": "4.0.0",
|
|
3051
|
+
"conventional-changelog-config-spec": "2.1.0",
|
|
3052
|
+
"conventional-changelog-conventionalcommits": "6.1.0",
|
|
3053
|
+
"conventional-recommended-bump": "7.0.1",
|
|
3054
|
+
"detect-indent": "^6.0.0",
|
|
3055
|
+
"detect-newline": "^3.1.0",
|
|
3056
|
+
"dotgitignore": "^2.1.0",
|
|
3057
|
+
"figures": "^3.1.0",
|
|
3058
|
+
"find-up": "^5.0.0",
|
|
3059
|
+
"git-semver-tags": "^5.0.0",
|
|
3060
|
+
"jsdom": "^24.1.1",
|
|
3061
|
+
"semver": "^7.6.3",
|
|
3062
|
+
"w3c-xmlserializer": "^5.0.0",
|
|
3063
|
+
"yaml": "^2.4.1",
|
|
3064
|
+
"yargs": "^17.7.2"
|
|
3065
|
+
},
|
|
3066
|
+
"bin": {
|
|
3067
|
+
"commit-and-tag-version": "bin/cli.js"
|
|
3068
|
+
},
|
|
3069
|
+
"engines": {
|
|
3070
|
+
"node": ">=18"
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
3073
|
+
"node_modules/commit-and-tag-version/node_modules/ansi-styles": {
|
|
3074
|
+
"version": "3.2.1",
|
|
3075
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
3076
|
+
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
3077
|
+
"dev": true,
|
|
3078
|
+
"license": "MIT",
|
|
3079
|
+
"dependencies": {
|
|
3080
|
+
"color-convert": "^1.9.0"
|
|
3081
|
+
},
|
|
3082
|
+
"engines": {
|
|
3083
|
+
"node": ">=4"
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3086
|
+
"node_modules/commit-and-tag-version/node_modules/chalk": {
|
|
3087
|
+
"version": "2.4.2",
|
|
3088
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
3089
|
+
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
3090
|
+
"dev": true,
|
|
3091
|
+
"license": "MIT",
|
|
3092
|
+
"dependencies": {
|
|
3093
|
+
"ansi-styles": "^3.2.1",
|
|
3094
|
+
"escape-string-regexp": "^1.0.5",
|
|
3095
|
+
"supports-color": "^5.3.0"
|
|
3096
|
+
},
|
|
3097
|
+
"engines": {
|
|
3098
|
+
"node": ">=4"
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
3101
|
+
"node_modules/commit-and-tag-version/node_modules/cliui": {
|
|
3102
|
+
"version": "8.0.1",
|
|
3103
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
3104
|
+
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
3105
|
+
"dev": true,
|
|
3106
|
+
"license": "ISC",
|
|
3107
|
+
"dependencies": {
|
|
3108
|
+
"string-width": "^4.2.0",
|
|
3109
|
+
"strip-ansi": "^6.0.1",
|
|
3110
|
+
"wrap-ansi": "^7.0.0"
|
|
3111
|
+
},
|
|
3112
|
+
"engines": {
|
|
3113
|
+
"node": ">=12"
|
|
3114
|
+
}
|
|
3115
|
+
},
|
|
3116
|
+
"node_modules/commit-and-tag-version/node_modules/color-convert": {
|
|
3117
|
+
"version": "1.9.3",
|
|
3118
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
3119
|
+
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
3120
|
+
"dev": true,
|
|
3121
|
+
"license": "MIT",
|
|
3122
|
+
"dependencies": {
|
|
3123
|
+
"color-name": "1.1.3"
|
|
3124
|
+
}
|
|
3125
|
+
},
|
|
3126
|
+
"node_modules/commit-and-tag-version/node_modules/color-name": {
|
|
3127
|
+
"version": "1.1.3",
|
|
3128
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
3129
|
+
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
3130
|
+
"dev": true,
|
|
3131
|
+
"license": "MIT"
|
|
3132
|
+
},
|
|
3133
|
+
"node_modules/commit-and-tag-version/node_modules/find-up": {
|
|
3134
|
+
"version": "5.0.0",
|
|
3135
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
3136
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
3137
|
+
"dev": true,
|
|
3138
|
+
"license": "MIT",
|
|
3139
|
+
"dependencies": {
|
|
3140
|
+
"locate-path": "^6.0.0",
|
|
3141
|
+
"path-exists": "^4.0.0"
|
|
3142
|
+
},
|
|
3143
|
+
"engines": {
|
|
3144
|
+
"node": ">=10"
|
|
3145
|
+
},
|
|
3146
|
+
"funding": {
|
|
3147
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3148
|
+
}
|
|
3149
|
+
},
|
|
3150
|
+
"node_modules/commit-and-tag-version/node_modules/has-flag": {
|
|
3151
|
+
"version": "3.0.0",
|
|
3152
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
3153
|
+
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
3154
|
+
"dev": true,
|
|
3155
|
+
"license": "MIT",
|
|
3156
|
+
"engines": {
|
|
3157
|
+
"node": ">=4"
|
|
3158
|
+
}
|
|
3159
|
+
},
|
|
3160
|
+
"node_modules/commit-and-tag-version/node_modules/locate-path": {
|
|
3161
|
+
"version": "6.0.0",
|
|
3162
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
3163
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
3164
|
+
"dev": true,
|
|
3165
|
+
"license": "MIT",
|
|
3166
|
+
"dependencies": {
|
|
3167
|
+
"p-locate": "^5.0.0"
|
|
3168
|
+
},
|
|
3169
|
+
"engines": {
|
|
3170
|
+
"node": ">=10"
|
|
3171
|
+
},
|
|
3172
|
+
"funding": {
|
|
3173
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3174
|
+
}
|
|
3175
|
+
},
|
|
3176
|
+
"node_modules/commit-and-tag-version/node_modules/p-locate": {
|
|
3177
|
+
"version": "5.0.0",
|
|
3178
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
3179
|
+
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
3180
|
+
"dev": true,
|
|
3181
|
+
"license": "MIT",
|
|
3182
|
+
"dependencies": {
|
|
3183
|
+
"p-limit": "^3.0.2"
|
|
3184
|
+
},
|
|
3185
|
+
"engines": {
|
|
3186
|
+
"node": ">=10"
|
|
3187
|
+
},
|
|
3188
|
+
"funding": {
|
|
3189
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
3192
|
+
"node_modules/commit-and-tag-version/node_modules/path-exists": {
|
|
3193
|
+
"version": "4.0.0",
|
|
3194
|
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
3195
|
+
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
3196
|
+
"dev": true,
|
|
3197
|
+
"license": "MIT",
|
|
3198
|
+
"engines": {
|
|
3199
|
+
"node": ">=8"
|
|
3200
|
+
}
|
|
3201
|
+
},
|
|
3202
|
+
"node_modules/commit-and-tag-version/node_modules/supports-color": {
|
|
3203
|
+
"version": "5.5.0",
|
|
3204
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
3205
|
+
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
3206
|
+
"dev": true,
|
|
3207
|
+
"license": "MIT",
|
|
3208
|
+
"dependencies": {
|
|
3209
|
+
"has-flag": "^3.0.0"
|
|
3210
|
+
},
|
|
3211
|
+
"engines": {
|
|
3212
|
+
"node": ">=4"
|
|
3213
|
+
}
|
|
3214
|
+
},
|
|
3215
|
+
"node_modules/commit-and-tag-version/node_modules/yargs": {
|
|
3216
|
+
"version": "17.7.2",
|
|
3217
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
3218
|
+
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
3219
|
+
"dev": true,
|
|
3220
|
+
"license": "MIT",
|
|
3221
|
+
"dependencies": {
|
|
3222
|
+
"cliui": "^8.0.1",
|
|
3223
|
+
"escalade": "^3.1.1",
|
|
3224
|
+
"get-caller-file": "^2.0.5",
|
|
3225
|
+
"require-directory": "^2.1.1",
|
|
3226
|
+
"string-width": "^4.2.3",
|
|
3227
|
+
"y18n": "^5.0.5",
|
|
3228
|
+
"yargs-parser": "^21.1.1"
|
|
3229
|
+
},
|
|
3230
|
+
"engines": {
|
|
3231
|
+
"node": ">=12"
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
3234
|
+
"node_modules/commit-and-tag-version/node_modules/yargs-parser": {
|
|
3235
|
+
"version": "21.1.1",
|
|
3236
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
3237
|
+
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
3238
|
+
"dev": true,
|
|
3239
|
+
"license": "ISC",
|
|
3240
|
+
"engines": {
|
|
3241
|
+
"node": ">=12"
|
|
3242
|
+
}
|
|
3243
|
+
},
|
|
2999
3244
|
"node_modules/compare-func": {
|
|
3000
3245
|
"version": "2.0.0",
|
|
3001
3246
|
"resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz",
|
|
@@ -3055,66 +3300,59 @@
|
|
|
3055
3300
|
}
|
|
3056
3301
|
},
|
|
3057
3302
|
"node_modules/conventional-changelog": {
|
|
3058
|
-
"version": "
|
|
3059
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-
|
|
3060
|
-
"integrity": "sha512-
|
|
3303
|
+
"version": "4.0.0",
|
|
3304
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-4.0.0.tgz",
|
|
3305
|
+
"integrity": "sha512-JbZjwE1PzxQCvm+HUTIr+pbSekS8qdOZzMakdFyPtdkEWwFvwEJYONzjgMm0txCb2yBcIcfKDmg8xtCKTdecNQ==",
|
|
3061
3306
|
"dev": true,
|
|
3062
3307
|
"license": "MIT",
|
|
3063
3308
|
"dependencies": {
|
|
3064
|
-
"conventional-changelog-angular": "^
|
|
3065
|
-
"conventional-changelog-atom": "^
|
|
3066
|
-
"conventional-changelog-codemirror": "^
|
|
3067
|
-
"conventional-changelog-conventionalcommits": "^
|
|
3068
|
-
"conventional-changelog-core": "^
|
|
3069
|
-
"conventional-changelog-ember": "^
|
|
3070
|
-
"conventional-changelog-eslint": "^
|
|
3071
|
-
"conventional-changelog-express": "^
|
|
3072
|
-
"conventional-changelog-jquery": "^
|
|
3073
|
-
"conventional-changelog-jshint": "^
|
|
3074
|
-
"conventional-changelog-preset-loader": "^
|
|
3309
|
+
"conventional-changelog-angular": "^6.0.0",
|
|
3310
|
+
"conventional-changelog-atom": "^3.0.0",
|
|
3311
|
+
"conventional-changelog-codemirror": "^3.0.0",
|
|
3312
|
+
"conventional-changelog-conventionalcommits": "^6.0.0",
|
|
3313
|
+
"conventional-changelog-core": "^5.0.0",
|
|
3314
|
+
"conventional-changelog-ember": "^3.0.0",
|
|
3315
|
+
"conventional-changelog-eslint": "^4.0.0",
|
|
3316
|
+
"conventional-changelog-express": "^3.0.0",
|
|
3317
|
+
"conventional-changelog-jquery": "^4.0.0",
|
|
3318
|
+
"conventional-changelog-jshint": "^3.0.0",
|
|
3319
|
+
"conventional-changelog-preset-loader": "^3.0.0"
|
|
3075
3320
|
},
|
|
3076
3321
|
"engines": {
|
|
3077
|
-
"node": ">=
|
|
3322
|
+
"node": ">=14"
|
|
3078
3323
|
}
|
|
3079
3324
|
},
|
|
3080
3325
|
"node_modules/conventional-changelog-angular": {
|
|
3081
|
-
"version": "
|
|
3082
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-
|
|
3083
|
-
"integrity": "sha512-
|
|
3326
|
+
"version": "6.0.0",
|
|
3327
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-6.0.0.tgz",
|
|
3328
|
+
"integrity": "sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==",
|
|
3084
3329
|
"dev": true,
|
|
3085
3330
|
"license": "ISC",
|
|
3086
3331
|
"dependencies": {
|
|
3087
|
-
"compare-func": "^2.0.0"
|
|
3088
|
-
"q": "^1.5.1"
|
|
3332
|
+
"compare-func": "^2.0.0"
|
|
3089
3333
|
},
|
|
3090
3334
|
"engines": {
|
|
3091
|
-
"node": ">=
|
|
3335
|
+
"node": ">=14"
|
|
3092
3336
|
}
|
|
3093
3337
|
},
|
|
3094
3338
|
"node_modules/conventional-changelog-atom": {
|
|
3095
|
-
"version": "
|
|
3096
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-
|
|
3097
|
-
"integrity": "sha512-
|
|
3339
|
+
"version": "3.0.0",
|
|
3340
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-3.0.0.tgz",
|
|
3341
|
+
"integrity": "sha512-pnN5bWpH+iTUWU3FaYdw5lJmfWeqSyrUkG+wyHBI9tC1dLNnHkbAOg1SzTQ7zBqiFrfo55h40VsGXWMdopwc5g==",
|
|
3098
3342
|
"dev": true,
|
|
3099
3343
|
"license": "ISC",
|
|
3100
|
-
"dependencies": {
|
|
3101
|
-
"q": "^1.5.1"
|
|
3102
|
-
},
|
|
3103
3344
|
"engines": {
|
|
3104
|
-
"node": ">=
|
|
3345
|
+
"node": ">=14"
|
|
3105
3346
|
}
|
|
3106
3347
|
},
|
|
3107
3348
|
"node_modules/conventional-changelog-codemirror": {
|
|
3108
|
-
"version": "
|
|
3109
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-
|
|
3110
|
-
"integrity": "sha512-
|
|
3349
|
+
"version": "3.0.0",
|
|
3350
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-3.0.0.tgz",
|
|
3351
|
+
"integrity": "sha512-wzchZt9HEaAZrenZAUUHMCFcuYzGoZ1wG/kTRMICxsnW5AXohYMRxnyecP9ob42Gvn5TilhC0q66AtTPRSNMfw==",
|
|
3111
3352
|
"dev": true,
|
|
3112
3353
|
"license": "ISC",
|
|
3113
|
-
"dependencies": {
|
|
3114
|
-
"q": "^1.5.1"
|
|
3115
|
-
},
|
|
3116
3354
|
"engines": {
|
|
3117
|
-
"node": ">=
|
|
3355
|
+
"node": ">=14"
|
|
3118
3356
|
}
|
|
3119
3357
|
},
|
|
3120
3358
|
"node_modules/conventional-changelog-config-spec": {
|
|
@@ -3125,44 +3363,39 @@
|
|
|
3125
3363
|
"license": "MIT"
|
|
3126
3364
|
},
|
|
3127
3365
|
"node_modules/conventional-changelog-conventionalcommits": {
|
|
3128
|
-
"version": "
|
|
3129
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-
|
|
3130
|
-
"integrity": "sha512-
|
|
3366
|
+
"version": "6.1.0",
|
|
3367
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz",
|
|
3368
|
+
"integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==",
|
|
3131
3369
|
"dev": true,
|
|
3132
3370
|
"license": "ISC",
|
|
3133
3371
|
"dependencies": {
|
|
3134
|
-
"compare-func": "^2.0.0"
|
|
3135
|
-
"lodash": "^4.17.15",
|
|
3136
|
-
"q": "^1.5.1"
|
|
3372
|
+
"compare-func": "^2.0.0"
|
|
3137
3373
|
},
|
|
3138
3374
|
"engines": {
|
|
3139
|
-
"node": ">=
|
|
3375
|
+
"node": ">=14"
|
|
3140
3376
|
}
|
|
3141
3377
|
},
|
|
3142
3378
|
"node_modules/conventional-changelog-core": {
|
|
3143
|
-
"version": "
|
|
3144
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-
|
|
3145
|
-
"integrity": "sha512-
|
|
3379
|
+
"version": "5.0.2",
|
|
3380
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-5.0.2.tgz",
|
|
3381
|
+
"integrity": "sha512-RhQOcDweXNWvlRwUDCpaqXzbZemKPKncCWZG50Alth72WITVd6nhVk9MJ6w1k9PFNBcZ3YwkdkChE+8+ZwtUug==",
|
|
3146
3382
|
"dev": true,
|
|
3147
3383
|
"license": "MIT",
|
|
3148
3384
|
"dependencies": {
|
|
3149
3385
|
"add-stream": "^1.0.0",
|
|
3150
|
-
"conventional-changelog-writer": "^
|
|
3151
|
-
"conventional-commits-parser": "^
|
|
3152
|
-
"dateformat": "^3.0.
|
|
3153
|
-
"get-pkg-repo": "^4.
|
|
3154
|
-
"git-raw-commits": "^
|
|
3386
|
+
"conventional-changelog-writer": "^6.0.0",
|
|
3387
|
+
"conventional-commits-parser": "^4.0.0",
|
|
3388
|
+
"dateformat": "^3.0.3",
|
|
3389
|
+
"get-pkg-repo": "^4.2.1",
|
|
3390
|
+
"git-raw-commits": "^3.0.0",
|
|
3155
3391
|
"git-remote-origin-url": "^2.0.0",
|
|
3156
|
-
"git-semver-tags": "^
|
|
3157
|
-
"
|
|
3158
|
-
"normalize-package-data": "^3.0.0",
|
|
3159
|
-
"q": "^1.5.1",
|
|
3392
|
+
"git-semver-tags": "^5.0.0",
|
|
3393
|
+
"normalize-package-data": "^3.0.3",
|
|
3160
3394
|
"read-pkg": "^3.0.0",
|
|
3161
|
-
"read-pkg-up": "^3.0.0"
|
|
3162
|
-
"through2": "^4.0.0"
|
|
3395
|
+
"read-pkg-up": "^3.0.0"
|
|
3163
3396
|
},
|
|
3164
3397
|
"engines": {
|
|
3165
|
-
"node": ">=
|
|
3398
|
+
"node": ">=14"
|
|
3166
3399
|
}
|
|
3167
3400
|
},
|
|
3168
3401
|
"node_modules/conventional-changelog-core/node_modules/normalize-package-data": {
|
|
@@ -3182,171 +3415,143 @@
|
|
|
3182
3415
|
}
|
|
3183
3416
|
},
|
|
3184
3417
|
"node_modules/conventional-changelog-ember": {
|
|
3185
|
-
"version": "
|
|
3186
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-
|
|
3187
|
-
"integrity": "sha512-
|
|
3418
|
+
"version": "3.0.0",
|
|
3419
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-3.0.0.tgz",
|
|
3420
|
+
"integrity": "sha512-7PYthCoSxIS98vWhVcSphMYM322OxptpKAuHYdVspryI0ooLDehRXWeRWgN+zWSBXKl/pwdgAg8IpLNSM1/61A==",
|
|
3188
3421
|
"dev": true,
|
|
3189
3422
|
"license": "ISC",
|
|
3190
|
-
"dependencies": {
|
|
3191
|
-
"q": "^1.5.1"
|
|
3192
|
-
},
|
|
3193
3423
|
"engines": {
|
|
3194
|
-
"node": ">=
|
|
3424
|
+
"node": ">=14"
|
|
3195
3425
|
}
|
|
3196
3426
|
},
|
|
3197
3427
|
"node_modules/conventional-changelog-eslint": {
|
|
3198
|
-
"version": "
|
|
3199
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-
|
|
3200
|
-
"integrity": "sha512-
|
|
3428
|
+
"version": "4.0.0",
|
|
3429
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-4.0.0.tgz",
|
|
3430
|
+
"integrity": "sha512-nEZ9byP89hIU0dMx37JXQkE1IpMmqKtsaR24X7aM3L6Yy/uAtbb+ogqthuNYJkeO1HyvK7JsX84z8649hvp43Q==",
|
|
3201
3431
|
"dev": true,
|
|
3202
3432
|
"license": "ISC",
|
|
3203
|
-
"dependencies": {
|
|
3204
|
-
"q": "^1.5.1"
|
|
3205
|
-
},
|
|
3206
3433
|
"engines": {
|
|
3207
|
-
"node": ">=
|
|
3434
|
+
"node": ">=14"
|
|
3208
3435
|
}
|
|
3209
3436
|
},
|
|
3210
3437
|
"node_modules/conventional-changelog-express": {
|
|
3211
|
-
"version": "
|
|
3212
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-
|
|
3213
|
-
"integrity": "sha512-
|
|
3438
|
+
"version": "3.0.0",
|
|
3439
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-3.0.0.tgz",
|
|
3440
|
+
"integrity": "sha512-HqxihpUMfIuxvlPvC6HltA4ZktQEUan/v3XQ77+/zbu8No/fqK3rxSZaYeHYant7zRxQNIIli7S+qLS9tX9zQA==",
|
|
3214
3441
|
"dev": true,
|
|
3215
3442
|
"license": "ISC",
|
|
3216
|
-
"dependencies": {
|
|
3217
|
-
"q": "^1.5.1"
|
|
3218
|
-
},
|
|
3219
3443
|
"engines": {
|
|
3220
|
-
"node": ">=
|
|
3444
|
+
"node": ">=14"
|
|
3221
3445
|
}
|
|
3222
3446
|
},
|
|
3223
3447
|
"node_modules/conventional-changelog-jquery": {
|
|
3224
|
-
"version": "
|
|
3225
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-
|
|
3226
|
-
"integrity": "sha512-
|
|
3448
|
+
"version": "4.0.0",
|
|
3449
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-4.0.0.tgz",
|
|
3450
|
+
"integrity": "sha512-TTIN5CyzRMf8PUwyy4IOLmLV2DFmPtasKN+x7EQKzwSX8086XYwo+NeaeA3VUT8bvKaIy5z/JoWUvi7huUOgaw==",
|
|
3227
3451
|
"dev": true,
|
|
3228
3452
|
"license": "ISC",
|
|
3229
|
-
"dependencies": {
|
|
3230
|
-
"q": "^1.5.1"
|
|
3231
|
-
},
|
|
3232
3453
|
"engines": {
|
|
3233
|
-
"node": ">=
|
|
3454
|
+
"node": ">=14"
|
|
3234
3455
|
}
|
|
3235
3456
|
},
|
|
3236
3457
|
"node_modules/conventional-changelog-jshint": {
|
|
3237
|
-
"version": "
|
|
3238
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-
|
|
3239
|
-
"integrity": "sha512-
|
|
3458
|
+
"version": "3.0.0",
|
|
3459
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-3.0.0.tgz",
|
|
3460
|
+
"integrity": "sha512-bQof4byF4q+n+dwFRkJ/jGf9dCNUv4/kCDcjeCizBvfF81TeimPZBB6fT4HYbXgxxfxWXNl/i+J6T0nI4by6DA==",
|
|
3240
3461
|
"dev": true,
|
|
3241
3462
|
"license": "ISC",
|
|
3242
3463
|
"dependencies": {
|
|
3243
|
-
"compare-func": "^2.0.0"
|
|
3244
|
-
"q": "^1.5.1"
|
|
3464
|
+
"compare-func": "^2.0.0"
|
|
3245
3465
|
},
|
|
3246
3466
|
"engines": {
|
|
3247
|
-
"node": ">=
|
|
3467
|
+
"node": ">=14"
|
|
3248
3468
|
}
|
|
3249
3469
|
},
|
|
3250
3470
|
"node_modules/conventional-changelog-preset-loader": {
|
|
3251
|
-
"version": "
|
|
3252
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-
|
|
3253
|
-
"integrity": "sha512-
|
|
3471
|
+
"version": "3.0.0",
|
|
3472
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-3.0.0.tgz",
|
|
3473
|
+
"integrity": "sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==",
|
|
3254
3474
|
"dev": true,
|
|
3255
3475
|
"license": "MIT",
|
|
3256
3476
|
"engines": {
|
|
3257
|
-
"node": ">=
|
|
3477
|
+
"node": ">=14"
|
|
3258
3478
|
}
|
|
3259
3479
|
},
|
|
3260
3480
|
"node_modules/conventional-changelog-writer": {
|
|
3261
|
-
"version": "
|
|
3262
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-
|
|
3263
|
-
"integrity": "sha512-
|
|
3481
|
+
"version": "6.0.1",
|
|
3482
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-6.0.1.tgz",
|
|
3483
|
+
"integrity": "sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==",
|
|
3264
3484
|
"dev": true,
|
|
3265
3485
|
"license": "MIT",
|
|
3266
3486
|
"dependencies": {
|
|
3267
|
-
"conventional-commits-filter": "^
|
|
3268
|
-
"dateformat": "^3.0.
|
|
3487
|
+
"conventional-commits-filter": "^3.0.0",
|
|
3488
|
+
"dateformat": "^3.0.3",
|
|
3269
3489
|
"handlebars": "^4.7.7",
|
|
3270
3490
|
"json-stringify-safe": "^5.0.1",
|
|
3271
|
-
"
|
|
3272
|
-
"
|
|
3273
|
-
"
|
|
3274
|
-
"split": "^1.0.0",
|
|
3275
|
-
"through2": "^4.0.0"
|
|
3491
|
+
"meow": "^8.1.2",
|
|
3492
|
+
"semver": "^7.0.0",
|
|
3493
|
+
"split": "^1.0.1"
|
|
3276
3494
|
},
|
|
3277
3495
|
"bin": {
|
|
3278
3496
|
"conventional-changelog-writer": "cli.js"
|
|
3279
3497
|
},
|
|
3280
3498
|
"engines": {
|
|
3281
|
-
"node": ">=
|
|
3282
|
-
}
|
|
3283
|
-
},
|
|
3284
|
-
"node_modules/conventional-changelog-writer/node_modules/semver": {
|
|
3285
|
-
"version": "6.3.1",
|
|
3286
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
3287
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
3288
|
-
"dev": true,
|
|
3289
|
-
"license": "ISC",
|
|
3290
|
-
"bin": {
|
|
3291
|
-
"semver": "bin/semver.js"
|
|
3499
|
+
"node": ">=14"
|
|
3292
3500
|
}
|
|
3293
3501
|
},
|
|
3294
3502
|
"node_modules/conventional-commits-filter": {
|
|
3295
|
-
"version": "
|
|
3296
|
-
"resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-
|
|
3297
|
-
"integrity": "sha512-
|
|
3503
|
+
"version": "3.0.0",
|
|
3504
|
+
"resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-3.0.0.tgz",
|
|
3505
|
+
"integrity": "sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==",
|
|
3298
3506
|
"dev": true,
|
|
3299
3507
|
"license": "MIT",
|
|
3300
3508
|
"dependencies": {
|
|
3301
3509
|
"lodash.ismatch": "^4.4.0",
|
|
3302
|
-
"modify-values": "^1.0.
|
|
3510
|
+
"modify-values": "^1.0.1"
|
|
3303
3511
|
},
|
|
3304
3512
|
"engines": {
|
|
3305
|
-
"node": ">=
|
|
3513
|
+
"node": ">=14"
|
|
3306
3514
|
}
|
|
3307
3515
|
},
|
|
3308
3516
|
"node_modules/conventional-commits-parser": {
|
|
3309
|
-
"version": "
|
|
3310
|
-
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-
|
|
3311
|
-
"integrity": "sha512-
|
|
3517
|
+
"version": "4.0.0",
|
|
3518
|
+
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-4.0.0.tgz",
|
|
3519
|
+
"integrity": "sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==",
|
|
3312
3520
|
"dev": true,
|
|
3313
3521
|
"license": "MIT",
|
|
3314
3522
|
"dependencies": {
|
|
3315
3523
|
"is-text-path": "^1.0.1",
|
|
3316
|
-
"JSONStream": "^1.
|
|
3317
|
-
"
|
|
3318
|
-
"
|
|
3319
|
-
"split2": "^3.0.0",
|
|
3320
|
-
"through2": "^4.0.0"
|
|
3524
|
+
"JSONStream": "^1.3.5",
|
|
3525
|
+
"meow": "^8.1.2",
|
|
3526
|
+
"split2": "^3.2.2"
|
|
3321
3527
|
},
|
|
3322
3528
|
"bin": {
|
|
3323
3529
|
"conventional-commits-parser": "cli.js"
|
|
3324
3530
|
},
|
|
3325
3531
|
"engines": {
|
|
3326
|
-
"node": ">=
|
|
3532
|
+
"node": ">=14"
|
|
3327
3533
|
}
|
|
3328
3534
|
},
|
|
3329
3535
|
"node_modules/conventional-recommended-bump": {
|
|
3330
|
-
"version": "
|
|
3331
|
-
"resolved": "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-
|
|
3332
|
-
"integrity": "sha512-
|
|
3536
|
+
"version": "7.0.1",
|
|
3537
|
+
"resolved": "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-7.0.1.tgz",
|
|
3538
|
+
"integrity": "sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==",
|
|
3333
3539
|
"dev": true,
|
|
3334
3540
|
"license": "MIT",
|
|
3335
3541
|
"dependencies": {
|
|
3336
3542
|
"concat-stream": "^2.0.0",
|
|
3337
|
-
"conventional-changelog-preset-loader": "^
|
|
3338
|
-
"conventional-commits-filter": "^
|
|
3339
|
-
"conventional-commits-parser": "^
|
|
3340
|
-
"git-raw-commits": "^
|
|
3341
|
-
"git-semver-tags": "^
|
|
3342
|
-
"meow": "^8.
|
|
3343
|
-
"q": "^1.5.1"
|
|
3543
|
+
"conventional-changelog-preset-loader": "^3.0.0",
|
|
3544
|
+
"conventional-commits-filter": "^3.0.0",
|
|
3545
|
+
"conventional-commits-parser": "^4.0.0",
|
|
3546
|
+
"git-raw-commits": "^3.0.0",
|
|
3547
|
+
"git-semver-tags": "^5.0.0",
|
|
3548
|
+
"meow": "^8.1.2"
|
|
3344
3549
|
},
|
|
3345
3550
|
"bin": {
|
|
3346
3551
|
"conventional-recommended-bump": "cli.js"
|
|
3347
3552
|
},
|
|
3348
3553
|
"engines": {
|
|
3349
|
-
"node": ">=
|
|
3554
|
+
"node": ">=14"
|
|
3350
3555
|
}
|
|
3351
3556
|
},
|
|
3352
3557
|
"node_modules/convert-source-map": {
|
|
@@ -3431,6 +3636,26 @@
|
|
|
3431
3636
|
"node": ">= 8"
|
|
3432
3637
|
}
|
|
3433
3638
|
},
|
|
3639
|
+
"node_modules/cssstyle": {
|
|
3640
|
+
"version": "4.0.1",
|
|
3641
|
+
"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.0.1.tgz",
|
|
3642
|
+
"integrity": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==",
|
|
3643
|
+
"dev": true,
|
|
3644
|
+
"license": "MIT",
|
|
3645
|
+
"dependencies": {
|
|
3646
|
+
"rrweb-cssom": "^0.6.0"
|
|
3647
|
+
},
|
|
3648
|
+
"engines": {
|
|
3649
|
+
"node": ">=18"
|
|
3650
|
+
}
|
|
3651
|
+
},
|
|
3652
|
+
"node_modules/cssstyle/node_modules/rrweb-cssom": {
|
|
3653
|
+
"version": "0.6.0",
|
|
3654
|
+
"resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz",
|
|
3655
|
+
"integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==",
|
|
3656
|
+
"dev": true,
|
|
3657
|
+
"license": "MIT"
|
|
3658
|
+
},
|
|
3434
3659
|
"node_modules/dargs": {
|
|
3435
3660
|
"version": "7.0.0",
|
|
3436
3661
|
"resolved": "https://registry.npmjs.org/dargs/-/dargs-7.0.0.tgz",
|
|
@@ -3441,6 +3666,20 @@
|
|
|
3441
3666
|
"node": ">=8"
|
|
3442
3667
|
}
|
|
3443
3668
|
},
|
|
3669
|
+
"node_modules/data-urls": {
|
|
3670
|
+
"version": "5.0.0",
|
|
3671
|
+
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz",
|
|
3672
|
+
"integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
|
|
3673
|
+
"dev": true,
|
|
3674
|
+
"license": "MIT",
|
|
3675
|
+
"dependencies": {
|
|
3676
|
+
"whatwg-mimetype": "^4.0.0",
|
|
3677
|
+
"whatwg-url": "^14.0.0"
|
|
3678
|
+
},
|
|
3679
|
+
"engines": {
|
|
3680
|
+
"node": ">=18"
|
|
3681
|
+
}
|
|
3682
|
+
},
|
|
3444
3683
|
"node_modules/data-view-buffer": {
|
|
3445
3684
|
"version": "1.0.1",
|
|
3446
3685
|
"resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz",
|
|
@@ -3550,6 +3789,13 @@
|
|
|
3550
3789
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3551
3790
|
}
|
|
3552
3791
|
},
|
|
3792
|
+
"node_modules/decimal.js": {
|
|
3793
|
+
"version": "10.4.3",
|
|
3794
|
+
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
|
|
3795
|
+
"integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
|
|
3796
|
+
"dev": true,
|
|
3797
|
+
"license": "MIT"
|
|
3798
|
+
},
|
|
3553
3799
|
"node_modules/dedent": {
|
|
3554
3800
|
"version": "1.5.3",
|
|
3555
3801
|
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz",
|
|
@@ -3617,6 +3863,16 @@
|
|
|
3617
3863
|
"url": "https://github.com/sponsors/ljharb"
|
|
3618
3864
|
}
|
|
3619
3865
|
},
|
|
3866
|
+
"node_modules/delayed-stream": {
|
|
3867
|
+
"version": "1.0.0",
|
|
3868
|
+
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
3869
|
+
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
3870
|
+
"dev": true,
|
|
3871
|
+
"license": "MIT",
|
|
3872
|
+
"engines": {
|
|
3873
|
+
"node": ">=0.4.0"
|
|
3874
|
+
}
|
|
3875
|
+
},
|
|
3620
3876
|
"node_modules/detect-indent": {
|
|
3621
3877
|
"version": "6.1.0",
|
|
3622
3878
|
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz",
|
|
@@ -3841,6 +4097,19 @@
|
|
|
3841
4097
|
"node": ">=10.13.0"
|
|
3842
4098
|
}
|
|
3843
4099
|
},
|
|
4100
|
+
"node_modules/entities": {
|
|
4101
|
+
"version": "4.5.0",
|
|
4102
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
4103
|
+
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
4104
|
+
"dev": true,
|
|
4105
|
+
"license": "BSD-2-Clause",
|
|
4106
|
+
"engines": {
|
|
4107
|
+
"node": ">=0.12"
|
|
4108
|
+
},
|
|
4109
|
+
"funding": {
|
|
4110
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
4111
|
+
}
|
|
4112
|
+
},
|
|
3844
4113
|
"node_modules/error-ex": {
|
|
3845
4114
|
"version": "1.3.2",
|
|
3846
4115
|
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
|
|
@@ -4107,18 +4376,19 @@
|
|
|
4107
4376
|
"license": "MIT"
|
|
4108
4377
|
},
|
|
4109
4378
|
"node_modules/eslint-import-resolver-typescript": {
|
|
4110
|
-
"version": "3.6.
|
|
4111
|
-
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.
|
|
4112
|
-
"integrity": "sha512-
|
|
4379
|
+
"version": "3.6.3",
|
|
4380
|
+
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.3.tgz",
|
|
4381
|
+
"integrity": "sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==",
|
|
4113
4382
|
"dev": true,
|
|
4114
4383
|
"license": "ISC",
|
|
4115
4384
|
"dependencies": {
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4118
|
-
"
|
|
4119
|
-
"
|
|
4120
|
-
"
|
|
4121
|
-
"
|
|
4385
|
+
"@nolyfill/is-core-module": "1.0.39",
|
|
4386
|
+
"debug": "^4.3.5",
|
|
4387
|
+
"enhanced-resolve": "^5.15.0",
|
|
4388
|
+
"eslint-module-utils": "^2.8.1",
|
|
4389
|
+
"fast-glob": "^3.3.2",
|
|
4390
|
+
"get-tsconfig": "^4.7.5",
|
|
4391
|
+
"is-bun-module": "^1.0.2",
|
|
4122
4392
|
"is-glob": "^4.0.3"
|
|
4123
4393
|
},
|
|
4124
4394
|
"engines": {
|
|
@@ -4129,7 +4399,16 @@
|
|
|
4129
4399
|
},
|
|
4130
4400
|
"peerDependencies": {
|
|
4131
4401
|
"eslint": "*",
|
|
4132
|
-
"eslint-plugin-import": "*"
|
|
4402
|
+
"eslint-plugin-import": "*",
|
|
4403
|
+
"eslint-plugin-import-x": "*"
|
|
4404
|
+
},
|
|
4405
|
+
"peerDependenciesMeta": {
|
|
4406
|
+
"eslint-plugin-import": {
|
|
4407
|
+
"optional": true
|
|
4408
|
+
},
|
|
4409
|
+
"eslint-plugin-import-x": {
|
|
4410
|
+
"optional": true
|
|
4411
|
+
}
|
|
4133
4412
|
}
|
|
4134
4413
|
},
|
|
4135
4414
|
"node_modules/eslint-module-utils": {
|
|
@@ -4734,6 +5013,21 @@
|
|
|
4734
5013
|
"is-callable": "^1.1.3"
|
|
4735
5014
|
}
|
|
4736
5015
|
},
|
|
5016
|
+
"node_modules/form-data": {
|
|
5017
|
+
"version": "4.0.0",
|
|
5018
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
5019
|
+
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
5020
|
+
"dev": true,
|
|
5021
|
+
"license": "MIT",
|
|
5022
|
+
"dependencies": {
|
|
5023
|
+
"asynckit": "^0.4.0",
|
|
5024
|
+
"combined-stream": "^1.0.8",
|
|
5025
|
+
"mime-types": "^2.1.12"
|
|
5026
|
+
},
|
|
5027
|
+
"engines": {
|
|
5028
|
+
"node": ">= 6"
|
|
5029
|
+
}
|
|
5030
|
+
},
|
|
4737
5031
|
"node_modules/fs-constants": {
|
|
4738
5032
|
"version": "1.0.0",
|
|
4739
5033
|
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
@@ -4867,43 +5161,6 @@
|
|
|
4867
5161
|
"node": ">=6.9.0"
|
|
4868
5162
|
}
|
|
4869
5163
|
},
|
|
4870
|
-
"node_modules/get-pkg-repo/node_modules/readable-stream": {
|
|
4871
|
-
"version": "2.3.8",
|
|
4872
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
4873
|
-
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
4874
|
-
"dev": true,
|
|
4875
|
-
"license": "MIT",
|
|
4876
|
-
"dependencies": {
|
|
4877
|
-
"core-util-is": "~1.0.0",
|
|
4878
|
-
"inherits": "~2.0.3",
|
|
4879
|
-
"isarray": "~1.0.0",
|
|
4880
|
-
"process-nextick-args": "~2.0.0",
|
|
4881
|
-
"safe-buffer": "~5.1.1",
|
|
4882
|
-
"string_decoder": "~1.1.1",
|
|
4883
|
-
"util-deprecate": "~1.0.1"
|
|
4884
|
-
}
|
|
4885
|
-
},
|
|
4886
|
-
"node_modules/get-pkg-repo/node_modules/string_decoder": {
|
|
4887
|
-
"version": "1.1.1",
|
|
4888
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
4889
|
-
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
4890
|
-
"dev": true,
|
|
4891
|
-
"license": "MIT",
|
|
4892
|
-
"dependencies": {
|
|
4893
|
-
"safe-buffer": "~5.1.0"
|
|
4894
|
-
}
|
|
4895
|
-
},
|
|
4896
|
-
"node_modules/get-pkg-repo/node_modules/through2": {
|
|
4897
|
-
"version": "2.0.5",
|
|
4898
|
-
"resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
|
|
4899
|
-
"integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
|
|
4900
|
-
"dev": true,
|
|
4901
|
-
"license": "MIT",
|
|
4902
|
-
"dependencies": {
|
|
4903
|
-
"readable-stream": "~2.3.6",
|
|
4904
|
-
"xtend": "~4.0.1"
|
|
4905
|
-
}
|
|
4906
|
-
},
|
|
4907
5164
|
"node_modules/get-stream": {
|
|
4908
5165
|
"version": "6.0.1",
|
|
4909
5166
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
@@ -4949,23 +5206,21 @@
|
|
|
4949
5206
|
}
|
|
4950
5207
|
},
|
|
4951
5208
|
"node_modules/git-raw-commits": {
|
|
4952
|
-
"version": "
|
|
4953
|
-
"resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-
|
|
4954
|
-
"integrity": "sha512-
|
|
5209
|
+
"version": "3.0.0",
|
|
5210
|
+
"resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-3.0.0.tgz",
|
|
5211
|
+
"integrity": "sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==",
|
|
4955
5212
|
"dev": true,
|
|
4956
5213
|
"license": "MIT",
|
|
4957
5214
|
"dependencies": {
|
|
4958
5215
|
"dargs": "^7.0.0",
|
|
4959
|
-
"
|
|
4960
|
-
"
|
|
4961
|
-
"split2": "^3.0.0",
|
|
4962
|
-
"through2": "^4.0.0"
|
|
5216
|
+
"meow": "^8.1.2",
|
|
5217
|
+
"split2": "^3.2.2"
|
|
4963
5218
|
},
|
|
4964
5219
|
"bin": {
|
|
4965
5220
|
"git-raw-commits": "cli.js"
|
|
4966
5221
|
},
|
|
4967
5222
|
"engines": {
|
|
4968
|
-
"node": ">=
|
|
5223
|
+
"node": ">=14"
|
|
4969
5224
|
}
|
|
4970
5225
|
},
|
|
4971
5226
|
"node_modules/git-remote-origin-url": {
|
|
@@ -4993,30 +5248,20 @@
|
|
|
4993
5248
|
}
|
|
4994
5249
|
},
|
|
4995
5250
|
"node_modules/git-semver-tags": {
|
|
4996
|
-
"version": "
|
|
4997
|
-
"resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-
|
|
4998
|
-
"integrity": "sha512-
|
|
5251
|
+
"version": "5.0.1",
|
|
5252
|
+
"resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-5.0.1.tgz",
|
|
5253
|
+
"integrity": "sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==",
|
|
4999
5254
|
"dev": true,
|
|
5000
5255
|
"license": "MIT",
|
|
5001
5256
|
"dependencies": {
|
|
5002
|
-
"meow": "^8.
|
|
5003
|
-
"semver": "^
|
|
5257
|
+
"meow": "^8.1.2",
|
|
5258
|
+
"semver": "^7.0.0"
|
|
5004
5259
|
},
|
|
5005
5260
|
"bin": {
|
|
5006
5261
|
"git-semver-tags": "cli.js"
|
|
5007
5262
|
},
|
|
5008
5263
|
"engines": {
|
|
5009
|
-
"node": ">=
|
|
5010
|
-
}
|
|
5011
|
-
},
|
|
5012
|
-
"node_modules/git-semver-tags/node_modules/semver": {
|
|
5013
|
-
"version": "6.3.1",
|
|
5014
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
5015
|
-
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
|
5016
|
-
"dev": true,
|
|
5017
|
-
"license": "ISC",
|
|
5018
|
-
"bin": {
|
|
5019
|
-
"semver": "bin/semver.js"
|
|
5264
|
+
"node": ">=14"
|
|
5020
5265
|
}
|
|
5021
5266
|
},
|
|
5022
5267
|
"node_modules/gitconfiglocal": {
|
|
@@ -5286,6 +5531,19 @@
|
|
|
5286
5531
|
"node": ">=10"
|
|
5287
5532
|
}
|
|
5288
5533
|
},
|
|
5534
|
+
"node_modules/html-encoding-sniffer": {
|
|
5535
|
+
"version": "4.0.0",
|
|
5536
|
+
"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz",
|
|
5537
|
+
"integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
|
|
5538
|
+
"dev": true,
|
|
5539
|
+
"license": "MIT",
|
|
5540
|
+
"dependencies": {
|
|
5541
|
+
"whatwg-encoding": "^3.1.1"
|
|
5542
|
+
},
|
|
5543
|
+
"engines": {
|
|
5544
|
+
"node": ">=18"
|
|
5545
|
+
}
|
|
5546
|
+
},
|
|
5289
5547
|
"node_modules/html-escaper": {
|
|
5290
5548
|
"version": "2.0.2",
|
|
5291
5549
|
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
|
|
@@ -5293,6 +5551,34 @@
|
|
|
5293
5551
|
"dev": true,
|
|
5294
5552
|
"license": "MIT"
|
|
5295
5553
|
},
|
|
5554
|
+
"node_modules/http-proxy-agent": {
|
|
5555
|
+
"version": "7.0.2",
|
|
5556
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
5557
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
5558
|
+
"dev": true,
|
|
5559
|
+
"license": "MIT",
|
|
5560
|
+
"dependencies": {
|
|
5561
|
+
"agent-base": "^7.1.0",
|
|
5562
|
+
"debug": "^4.3.4"
|
|
5563
|
+
},
|
|
5564
|
+
"engines": {
|
|
5565
|
+
"node": ">= 14"
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
5568
|
+
"node_modules/https-proxy-agent": {
|
|
5569
|
+
"version": "7.0.5",
|
|
5570
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
|
|
5571
|
+
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
|
|
5572
|
+
"dev": true,
|
|
5573
|
+
"license": "MIT",
|
|
5574
|
+
"dependencies": {
|
|
5575
|
+
"agent-base": "^7.0.2",
|
|
5576
|
+
"debug": "4"
|
|
5577
|
+
},
|
|
5578
|
+
"engines": {
|
|
5579
|
+
"node": ">= 14"
|
|
5580
|
+
}
|
|
5581
|
+
},
|
|
5296
5582
|
"node_modules/human-signals": {
|
|
5297
5583
|
"version": "2.1.0",
|
|
5298
5584
|
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
|
|
@@ -5303,6 +5589,19 @@
|
|
|
5303
5589
|
"node": ">=10.17.0"
|
|
5304
5590
|
}
|
|
5305
5591
|
},
|
|
5592
|
+
"node_modules/iconv-lite": {
|
|
5593
|
+
"version": "0.6.3",
|
|
5594
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
5595
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
5596
|
+
"dev": true,
|
|
5597
|
+
"license": "MIT",
|
|
5598
|
+
"dependencies": {
|
|
5599
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
5600
|
+
},
|
|
5601
|
+
"engines": {
|
|
5602
|
+
"node": ">=0.10.0"
|
|
5603
|
+
}
|
|
5604
|
+
},
|
|
5306
5605
|
"node_modules/ieee754": {
|
|
5307
5606
|
"version": "1.2.1",
|
|
5308
5607
|
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
@@ -5528,6 +5827,16 @@
|
|
|
5528
5827
|
"url": "https://github.com/sponsors/ljharb"
|
|
5529
5828
|
}
|
|
5530
5829
|
},
|
|
5830
|
+
"node_modules/is-bun-module": {
|
|
5831
|
+
"version": "1.1.0",
|
|
5832
|
+
"resolved": "https://registry.npmjs.org/is-bun-module/-/is-bun-module-1.1.0.tgz",
|
|
5833
|
+
"integrity": "sha512-4mTAVPlrXpaN3jtF0lsnPCMGnq4+qZjVIKq0HCpfcqf8OC1SM5oATCIAPM5V5FN05qp2NNnFndphmdZS9CV3hA==",
|
|
5834
|
+
"dev": true,
|
|
5835
|
+
"license": "MIT",
|
|
5836
|
+
"dependencies": {
|
|
5837
|
+
"semver": "^7.6.3"
|
|
5838
|
+
}
|
|
5839
|
+
},
|
|
5531
5840
|
"node_modules/is-callable": {
|
|
5532
5841
|
"version": "1.2.7",
|
|
5533
5842
|
"resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
|
|
@@ -5714,6 +6023,13 @@
|
|
|
5714
6023
|
"node": ">=0.10.0"
|
|
5715
6024
|
}
|
|
5716
6025
|
},
|
|
6026
|
+
"node_modules/is-potential-custom-element-name": {
|
|
6027
|
+
"version": "1.0.1",
|
|
6028
|
+
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
|
|
6029
|
+
"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
|
|
6030
|
+
"dev": true,
|
|
6031
|
+
"license": "MIT"
|
|
6032
|
+
},
|
|
5717
6033
|
"node_modules/is-regex": {
|
|
5718
6034
|
"version": "1.1.4",
|
|
5719
6035
|
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
|
|
@@ -6801,6 +7117,47 @@
|
|
|
6801
7117
|
"js-yaml": "bin/js-yaml.js"
|
|
6802
7118
|
}
|
|
6803
7119
|
},
|
|
7120
|
+
"node_modules/jsdom": {
|
|
7121
|
+
"version": "24.1.3",
|
|
7122
|
+
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-24.1.3.tgz",
|
|
7123
|
+
"integrity": "sha512-MyL55p3Ut3cXbeBEG7Hcv0mVM8pp8PBNWxRqchZnSfAiES1v1mRnMeFfaHWIPULpwsYfvO+ZmMZz5tGCnjzDUQ==",
|
|
7124
|
+
"dev": true,
|
|
7125
|
+
"license": "MIT",
|
|
7126
|
+
"dependencies": {
|
|
7127
|
+
"cssstyle": "^4.0.1",
|
|
7128
|
+
"data-urls": "^5.0.0",
|
|
7129
|
+
"decimal.js": "^10.4.3",
|
|
7130
|
+
"form-data": "^4.0.0",
|
|
7131
|
+
"html-encoding-sniffer": "^4.0.0",
|
|
7132
|
+
"http-proxy-agent": "^7.0.2",
|
|
7133
|
+
"https-proxy-agent": "^7.0.5",
|
|
7134
|
+
"is-potential-custom-element-name": "^1.0.1",
|
|
7135
|
+
"nwsapi": "^2.2.12",
|
|
7136
|
+
"parse5": "^7.1.2",
|
|
7137
|
+
"rrweb-cssom": "^0.7.1",
|
|
7138
|
+
"saxes": "^6.0.0",
|
|
7139
|
+
"symbol-tree": "^3.2.4",
|
|
7140
|
+
"tough-cookie": "^4.1.4",
|
|
7141
|
+
"w3c-xmlserializer": "^5.0.0",
|
|
7142
|
+
"webidl-conversions": "^7.0.0",
|
|
7143
|
+
"whatwg-encoding": "^3.1.1",
|
|
7144
|
+
"whatwg-mimetype": "^4.0.0",
|
|
7145
|
+
"whatwg-url": "^14.0.0",
|
|
7146
|
+
"ws": "^8.18.0",
|
|
7147
|
+
"xml-name-validator": "^5.0.0"
|
|
7148
|
+
},
|
|
7149
|
+
"engines": {
|
|
7150
|
+
"node": ">=18"
|
|
7151
|
+
},
|
|
7152
|
+
"peerDependencies": {
|
|
7153
|
+
"canvas": "^2.11.2"
|
|
7154
|
+
},
|
|
7155
|
+
"peerDependenciesMeta": {
|
|
7156
|
+
"canvas": {
|
|
7157
|
+
"optional": true
|
|
7158
|
+
}
|
|
7159
|
+
}
|
|
7160
|
+
},
|
|
6804
7161
|
"node_modules/jsesc": {
|
|
6805
7162
|
"version": "2.5.2",
|
|
6806
7163
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
|
|
@@ -7108,13 +7465,6 @@
|
|
|
7108
7465
|
"node": ">=8"
|
|
7109
7466
|
}
|
|
7110
7467
|
},
|
|
7111
|
-
"node_modules/lodash": {
|
|
7112
|
-
"version": "4.17.21",
|
|
7113
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
7114
|
-
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
7115
|
-
"dev": true,
|
|
7116
|
-
"license": "MIT"
|
|
7117
|
-
},
|
|
7118
7468
|
"node_modules/lodash.defaults": {
|
|
7119
7469
|
"version": "4.2.0",
|
|
7120
7470
|
"resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
|
|
@@ -7404,6 +7754,29 @@
|
|
|
7404
7754
|
"node": ">=4.0.0"
|
|
7405
7755
|
}
|
|
7406
7756
|
},
|
|
7757
|
+
"node_modules/mime-db": {
|
|
7758
|
+
"version": "1.52.0",
|
|
7759
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
7760
|
+
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
7761
|
+
"dev": true,
|
|
7762
|
+
"license": "MIT",
|
|
7763
|
+
"engines": {
|
|
7764
|
+
"node": ">= 0.6"
|
|
7765
|
+
}
|
|
7766
|
+
},
|
|
7767
|
+
"node_modules/mime-types": {
|
|
7768
|
+
"version": "2.1.35",
|
|
7769
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
7770
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
7771
|
+
"dev": true,
|
|
7772
|
+
"license": "MIT",
|
|
7773
|
+
"dependencies": {
|
|
7774
|
+
"mime-db": "1.52.0"
|
|
7775
|
+
},
|
|
7776
|
+
"engines": {
|
|
7777
|
+
"node": ">= 0.6"
|
|
7778
|
+
}
|
|
7779
|
+
},
|
|
7407
7780
|
"node_modules/mimic-fn": {
|
|
7408
7781
|
"version": "2.1.0",
|
|
7409
7782
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
@@ -7588,6 +7961,13 @@
|
|
|
7588
7961
|
"node": ">=8"
|
|
7589
7962
|
}
|
|
7590
7963
|
},
|
|
7964
|
+
"node_modules/nwsapi": {
|
|
7965
|
+
"version": "2.2.12",
|
|
7966
|
+
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz",
|
|
7967
|
+
"integrity": "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==",
|
|
7968
|
+
"dev": true,
|
|
7969
|
+
"license": "MIT"
|
|
7970
|
+
},
|
|
7591
7971
|
"node_modules/object-inspect": {
|
|
7592
7972
|
"version": "1.13.2",
|
|
7593
7973
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
|
|
@@ -7819,6 +8199,19 @@
|
|
|
7819
8199
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7820
8200
|
}
|
|
7821
8201
|
},
|
|
8202
|
+
"node_modules/parse5": {
|
|
8203
|
+
"version": "7.1.2",
|
|
8204
|
+
"resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
|
|
8205
|
+
"integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
|
|
8206
|
+
"dev": true,
|
|
8207
|
+
"license": "MIT",
|
|
8208
|
+
"dependencies": {
|
|
8209
|
+
"entities": "^4.4.0"
|
|
8210
|
+
},
|
|
8211
|
+
"funding": {
|
|
8212
|
+
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
8213
|
+
}
|
|
8214
|
+
},
|
|
7822
8215
|
"node_modules/path-exists": {
|
|
7823
8216
|
"version": "3.0.0",
|
|
7824
8217
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
|
@@ -8004,9 +8397,9 @@
|
|
|
8004
8397
|
"license": "MIT"
|
|
8005
8398
|
},
|
|
8006
8399
|
"node_modules/projen": {
|
|
8007
|
-
"version": "0.86.
|
|
8008
|
-
"resolved": "https://registry.npmjs.org/projen/-/projen-0.86.
|
|
8009
|
-
"integrity": "sha512-
|
|
8400
|
+
"version": "0.86.5",
|
|
8401
|
+
"resolved": "https://registry.npmjs.org/projen/-/projen-0.86.5.tgz",
|
|
8402
|
+
"integrity": "sha512-JVckfyzjFQ46MdHjowslWWNH309A5kxYrpCIkobRTsB1F2KFiiESenjnS+vyWGML9NcfDIw6UIMRNYD6enuTIQ==",
|
|
8010
8403
|
"bundleDependencies": [
|
|
8011
8404
|
"@iarna/toml",
|
|
8012
8405
|
"case",
|
|
@@ -8901,12 +9294,23 @@
|
|
|
8901
9294
|
"node": ">= 6"
|
|
8902
9295
|
}
|
|
8903
9296
|
},
|
|
8904
|
-
"node_modules/
|
|
8905
|
-
"version": "1.
|
|
8906
|
-
"resolved": "https://registry.npmjs.org/
|
|
8907
|
-
"integrity": "sha512-
|
|
9297
|
+
"node_modules/psl": {
|
|
9298
|
+
"version": "1.9.0",
|
|
9299
|
+
"resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
|
|
9300
|
+
"integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
|
|
9301
|
+
"dev": true,
|
|
8908
9302
|
"license": "MIT"
|
|
8909
9303
|
},
|
|
9304
|
+
"node_modules/punycode": {
|
|
9305
|
+
"version": "2.3.1",
|
|
9306
|
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
9307
|
+
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
9308
|
+
"dev": true,
|
|
9309
|
+
"license": "MIT",
|
|
9310
|
+
"engines": {
|
|
9311
|
+
"node": ">=6"
|
|
9312
|
+
}
|
|
9313
|
+
},
|
|
8910
9314
|
"node_modules/pure-rand": {
|
|
8911
9315
|
"version": "6.1.0",
|
|
8912
9316
|
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz",
|
|
@@ -8924,17 +9328,6 @@
|
|
|
8924
9328
|
],
|
|
8925
9329
|
"license": "MIT"
|
|
8926
9330
|
},
|
|
8927
|
-
"node_modules/q": {
|
|
8928
|
-
"version": "1.5.1",
|
|
8929
|
-
"resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
|
|
8930
|
-
"integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==",
|
|
8931
|
-
"dev": true,
|
|
8932
|
-
"license": "MIT",
|
|
8933
|
-
"engines": {
|
|
8934
|
-
"node": ">=0.6.0",
|
|
8935
|
-
"teleport": ">=0.2.0"
|
|
8936
|
-
}
|
|
8937
|
-
},
|
|
8938
9331
|
"node_modules/querystring": {
|
|
8939
9332
|
"version": "0.2.0",
|
|
8940
9333
|
"resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
|
|
@@ -8943,6 +9336,13 @@
|
|
|
8943
9336
|
"node": ">=0.4.x"
|
|
8944
9337
|
}
|
|
8945
9338
|
},
|
|
9339
|
+
"node_modules/querystringify": {
|
|
9340
|
+
"version": "2.2.0",
|
|
9341
|
+
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
|
|
9342
|
+
"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
|
|
9343
|
+
"dev": true,
|
|
9344
|
+
"license": "MIT"
|
|
9345
|
+
},
|
|
8946
9346
|
"node_modules/queue-microtask": {
|
|
8947
9347
|
"version": "1.2.3",
|
|
8948
9348
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
@@ -9172,6 +9572,13 @@
|
|
|
9172
9572
|
"node": ">=0.10.0"
|
|
9173
9573
|
}
|
|
9174
9574
|
},
|
|
9575
|
+
"node_modules/requires-port": {
|
|
9576
|
+
"version": "1.0.0",
|
|
9577
|
+
"resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
|
|
9578
|
+
"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
|
|
9579
|
+
"dev": true,
|
|
9580
|
+
"license": "MIT"
|
|
9581
|
+
},
|
|
9175
9582
|
"node_modules/resolve": {
|
|
9176
9583
|
"version": "1.22.8",
|
|
9177
9584
|
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
|
|
@@ -9260,6 +9667,13 @@
|
|
|
9260
9667
|
"url": "https://github.com/sponsors/isaacs"
|
|
9261
9668
|
}
|
|
9262
9669
|
},
|
|
9670
|
+
"node_modules/rrweb-cssom": {
|
|
9671
|
+
"version": "0.7.1",
|
|
9672
|
+
"resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz",
|
|
9673
|
+
"integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==",
|
|
9674
|
+
"dev": true,
|
|
9675
|
+
"license": "MIT"
|
|
9676
|
+
},
|
|
9263
9677
|
"node_modules/run-parallel": {
|
|
9264
9678
|
"version": "1.2.0",
|
|
9265
9679
|
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
@@ -9334,12 +9748,32 @@
|
|
|
9334
9748
|
"url": "https://github.com/sponsors/ljharb"
|
|
9335
9749
|
}
|
|
9336
9750
|
},
|
|
9751
|
+
"node_modules/safer-buffer": {
|
|
9752
|
+
"version": "2.1.2",
|
|
9753
|
+
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
9754
|
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
9755
|
+
"dev": true,
|
|
9756
|
+
"license": "MIT"
|
|
9757
|
+
},
|
|
9337
9758
|
"node_modules/sax": {
|
|
9338
9759
|
"version": "1.2.1",
|
|
9339
9760
|
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz",
|
|
9340
9761
|
"integrity": "sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA==",
|
|
9341
9762
|
"license": "ISC"
|
|
9342
9763
|
},
|
|
9764
|
+
"node_modules/saxes": {
|
|
9765
|
+
"version": "6.0.0",
|
|
9766
|
+
"resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
|
|
9767
|
+
"integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
|
|
9768
|
+
"dev": true,
|
|
9769
|
+
"license": "ISC",
|
|
9770
|
+
"dependencies": {
|
|
9771
|
+
"xmlchars": "^2.2.0"
|
|
9772
|
+
},
|
|
9773
|
+
"engines": {
|
|
9774
|
+
"node": ">=v12.22.7"
|
|
9775
|
+
}
|
|
9776
|
+
},
|
|
9343
9777
|
"node_modules/semver": {
|
|
9344
9778
|
"version": "7.6.3",
|
|
9345
9779
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
|
|
@@ -9604,162 +10038,6 @@
|
|
|
9604
10038
|
"node": ">=8"
|
|
9605
10039
|
}
|
|
9606
10040
|
},
|
|
9607
|
-
"node_modules/standard-version": {
|
|
9608
|
-
"version": "9.5.0",
|
|
9609
|
-
"resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.5.0.tgz",
|
|
9610
|
-
"integrity": "sha512-3zWJ/mmZQsOaO+fOlsa0+QK90pwhNd042qEcw6hKFNoLFs7peGyvPffpEBbK/DSGPbyOvli0mUIFv5A4qTjh2Q==",
|
|
9611
|
-
"dev": true,
|
|
9612
|
-
"license": "ISC",
|
|
9613
|
-
"dependencies": {
|
|
9614
|
-
"chalk": "^2.4.2",
|
|
9615
|
-
"conventional-changelog": "3.1.25",
|
|
9616
|
-
"conventional-changelog-config-spec": "2.1.0",
|
|
9617
|
-
"conventional-changelog-conventionalcommits": "4.6.3",
|
|
9618
|
-
"conventional-recommended-bump": "6.1.0",
|
|
9619
|
-
"detect-indent": "^6.0.0",
|
|
9620
|
-
"detect-newline": "^3.1.0",
|
|
9621
|
-
"dotgitignore": "^2.1.0",
|
|
9622
|
-
"figures": "^3.1.0",
|
|
9623
|
-
"find-up": "^5.0.0",
|
|
9624
|
-
"git-semver-tags": "^4.0.0",
|
|
9625
|
-
"semver": "^7.1.1",
|
|
9626
|
-
"stringify-package": "^1.0.1",
|
|
9627
|
-
"yargs": "^16.0.0"
|
|
9628
|
-
},
|
|
9629
|
-
"bin": {
|
|
9630
|
-
"standard-version": "bin/cli.js"
|
|
9631
|
-
},
|
|
9632
|
-
"engines": {
|
|
9633
|
-
"node": ">=10"
|
|
9634
|
-
}
|
|
9635
|
-
},
|
|
9636
|
-
"node_modules/standard-version/node_modules/ansi-styles": {
|
|
9637
|
-
"version": "3.2.1",
|
|
9638
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
9639
|
-
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
9640
|
-
"dev": true,
|
|
9641
|
-
"license": "MIT",
|
|
9642
|
-
"dependencies": {
|
|
9643
|
-
"color-convert": "^1.9.0"
|
|
9644
|
-
},
|
|
9645
|
-
"engines": {
|
|
9646
|
-
"node": ">=4"
|
|
9647
|
-
}
|
|
9648
|
-
},
|
|
9649
|
-
"node_modules/standard-version/node_modules/chalk": {
|
|
9650
|
-
"version": "2.4.2",
|
|
9651
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
9652
|
-
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
9653
|
-
"dev": true,
|
|
9654
|
-
"license": "MIT",
|
|
9655
|
-
"dependencies": {
|
|
9656
|
-
"ansi-styles": "^3.2.1",
|
|
9657
|
-
"escape-string-regexp": "^1.0.5",
|
|
9658
|
-
"supports-color": "^5.3.0"
|
|
9659
|
-
},
|
|
9660
|
-
"engines": {
|
|
9661
|
-
"node": ">=4"
|
|
9662
|
-
}
|
|
9663
|
-
},
|
|
9664
|
-
"node_modules/standard-version/node_modules/color-convert": {
|
|
9665
|
-
"version": "1.9.3",
|
|
9666
|
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
9667
|
-
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
9668
|
-
"dev": true,
|
|
9669
|
-
"license": "MIT",
|
|
9670
|
-
"dependencies": {
|
|
9671
|
-
"color-name": "1.1.3"
|
|
9672
|
-
}
|
|
9673
|
-
},
|
|
9674
|
-
"node_modules/standard-version/node_modules/color-name": {
|
|
9675
|
-
"version": "1.1.3",
|
|
9676
|
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
9677
|
-
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
9678
|
-
"dev": true,
|
|
9679
|
-
"license": "MIT"
|
|
9680
|
-
},
|
|
9681
|
-
"node_modules/standard-version/node_modules/find-up": {
|
|
9682
|
-
"version": "5.0.0",
|
|
9683
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
9684
|
-
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
9685
|
-
"dev": true,
|
|
9686
|
-
"license": "MIT",
|
|
9687
|
-
"dependencies": {
|
|
9688
|
-
"locate-path": "^6.0.0",
|
|
9689
|
-
"path-exists": "^4.0.0"
|
|
9690
|
-
},
|
|
9691
|
-
"engines": {
|
|
9692
|
-
"node": ">=10"
|
|
9693
|
-
},
|
|
9694
|
-
"funding": {
|
|
9695
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
9696
|
-
}
|
|
9697
|
-
},
|
|
9698
|
-
"node_modules/standard-version/node_modules/has-flag": {
|
|
9699
|
-
"version": "3.0.0",
|
|
9700
|
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
9701
|
-
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
9702
|
-
"dev": true,
|
|
9703
|
-
"license": "MIT",
|
|
9704
|
-
"engines": {
|
|
9705
|
-
"node": ">=4"
|
|
9706
|
-
}
|
|
9707
|
-
},
|
|
9708
|
-
"node_modules/standard-version/node_modules/locate-path": {
|
|
9709
|
-
"version": "6.0.0",
|
|
9710
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
9711
|
-
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
9712
|
-
"dev": true,
|
|
9713
|
-
"license": "MIT",
|
|
9714
|
-
"dependencies": {
|
|
9715
|
-
"p-locate": "^5.0.0"
|
|
9716
|
-
},
|
|
9717
|
-
"engines": {
|
|
9718
|
-
"node": ">=10"
|
|
9719
|
-
},
|
|
9720
|
-
"funding": {
|
|
9721
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
9722
|
-
}
|
|
9723
|
-
},
|
|
9724
|
-
"node_modules/standard-version/node_modules/p-locate": {
|
|
9725
|
-
"version": "5.0.0",
|
|
9726
|
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
9727
|
-
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
9728
|
-
"dev": true,
|
|
9729
|
-
"license": "MIT",
|
|
9730
|
-
"dependencies": {
|
|
9731
|
-
"p-limit": "^3.0.2"
|
|
9732
|
-
},
|
|
9733
|
-
"engines": {
|
|
9734
|
-
"node": ">=10"
|
|
9735
|
-
},
|
|
9736
|
-
"funding": {
|
|
9737
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
9738
|
-
}
|
|
9739
|
-
},
|
|
9740
|
-
"node_modules/standard-version/node_modules/path-exists": {
|
|
9741
|
-
"version": "4.0.0",
|
|
9742
|
-
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
9743
|
-
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
|
|
9744
|
-
"dev": true,
|
|
9745
|
-
"license": "MIT",
|
|
9746
|
-
"engines": {
|
|
9747
|
-
"node": ">=8"
|
|
9748
|
-
}
|
|
9749
|
-
},
|
|
9750
|
-
"node_modules/standard-version/node_modules/supports-color": {
|
|
9751
|
-
"version": "5.5.0",
|
|
9752
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
9753
|
-
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
9754
|
-
"dev": true,
|
|
9755
|
-
"license": "MIT",
|
|
9756
|
-
"dependencies": {
|
|
9757
|
-
"has-flag": "^3.0.0"
|
|
9758
|
-
},
|
|
9759
|
-
"engines": {
|
|
9760
|
-
"node": ">=4"
|
|
9761
|
-
}
|
|
9762
|
-
},
|
|
9763
10041
|
"node_modules/string_decoder": {
|
|
9764
10042
|
"version": "1.3.0",
|
|
9765
10043
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
@@ -9869,13 +10147,6 @@
|
|
|
9869
10147
|
"url": "https://github.com/sponsors/ljharb"
|
|
9870
10148
|
}
|
|
9871
10149
|
},
|
|
9872
|
-
"node_modules/stringify-package": {
|
|
9873
|
-
"version": "1.0.1",
|
|
9874
|
-
"resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz",
|
|
9875
|
-
"integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==",
|
|
9876
|
-
"dev": true,
|
|
9877
|
-
"license": "ISC"
|
|
9878
|
-
},
|
|
9879
10150
|
"node_modules/strip-ansi": {
|
|
9880
10151
|
"version": "6.0.1",
|
|
9881
10152
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -9960,6 +10231,13 @@
|
|
|
9960
10231
|
"url": "https://github.com/sponsors/ljharb"
|
|
9961
10232
|
}
|
|
9962
10233
|
},
|
|
10234
|
+
"node_modules/symbol-tree": {
|
|
10235
|
+
"version": "3.2.4",
|
|
10236
|
+
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
|
10237
|
+
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
|
|
10238
|
+
"dev": true,
|
|
10239
|
+
"license": "MIT"
|
|
10240
|
+
},
|
|
9963
10241
|
"node_modules/synckit": {
|
|
9964
10242
|
"version": "0.9.1",
|
|
9965
10243
|
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz",
|
|
@@ -10043,13 +10321,40 @@
|
|
|
10043
10321
|
"license": "MIT"
|
|
10044
10322
|
},
|
|
10045
10323
|
"node_modules/through2": {
|
|
10046
|
-
"version": "
|
|
10047
|
-
"resolved": "https://registry.npmjs.org/through2/-/through2-
|
|
10048
|
-
"integrity": "sha512
|
|
10324
|
+
"version": "2.0.5",
|
|
10325
|
+
"resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
|
|
10326
|
+
"integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
|
|
10327
|
+
"dev": true,
|
|
10328
|
+
"license": "MIT",
|
|
10329
|
+
"dependencies": {
|
|
10330
|
+
"readable-stream": "~2.3.6",
|
|
10331
|
+
"xtend": "~4.0.1"
|
|
10332
|
+
}
|
|
10333
|
+
},
|
|
10334
|
+
"node_modules/through2/node_modules/readable-stream": {
|
|
10335
|
+
"version": "2.3.8",
|
|
10336
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
10337
|
+
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
10049
10338
|
"dev": true,
|
|
10050
10339
|
"license": "MIT",
|
|
10051
10340
|
"dependencies": {
|
|
10052
|
-
"
|
|
10341
|
+
"core-util-is": "~1.0.0",
|
|
10342
|
+
"inherits": "~2.0.3",
|
|
10343
|
+
"isarray": "~1.0.0",
|
|
10344
|
+
"process-nextick-args": "~2.0.0",
|
|
10345
|
+
"safe-buffer": "~5.1.1",
|
|
10346
|
+
"string_decoder": "~1.1.1",
|
|
10347
|
+
"util-deprecate": "~1.0.1"
|
|
10348
|
+
}
|
|
10349
|
+
},
|
|
10350
|
+
"node_modules/through2/node_modules/string_decoder": {
|
|
10351
|
+
"version": "1.1.1",
|
|
10352
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
10353
|
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
10354
|
+
"dev": true,
|
|
10355
|
+
"license": "MIT",
|
|
10356
|
+
"dependencies": {
|
|
10357
|
+
"safe-buffer": "~5.1.0"
|
|
10053
10358
|
}
|
|
10054
10359
|
},
|
|
10055
10360
|
"node_modules/tmpl": {
|
|
@@ -10082,6 +10387,45 @@
|
|
|
10082
10387
|
"node": ">=8.0"
|
|
10083
10388
|
}
|
|
10084
10389
|
},
|
|
10390
|
+
"node_modules/tough-cookie": {
|
|
10391
|
+
"version": "4.1.4",
|
|
10392
|
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz",
|
|
10393
|
+
"integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
|
|
10394
|
+
"dev": true,
|
|
10395
|
+
"license": "BSD-3-Clause",
|
|
10396
|
+
"dependencies": {
|
|
10397
|
+
"psl": "^1.1.33",
|
|
10398
|
+
"punycode": "^2.1.1",
|
|
10399
|
+
"universalify": "^0.2.0",
|
|
10400
|
+
"url-parse": "^1.5.3"
|
|
10401
|
+
},
|
|
10402
|
+
"engines": {
|
|
10403
|
+
"node": ">=6"
|
|
10404
|
+
}
|
|
10405
|
+
},
|
|
10406
|
+
"node_modules/tough-cookie/node_modules/universalify": {
|
|
10407
|
+
"version": "0.2.0",
|
|
10408
|
+
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
|
|
10409
|
+
"integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
|
|
10410
|
+
"dev": true,
|
|
10411
|
+
"license": "MIT",
|
|
10412
|
+
"engines": {
|
|
10413
|
+
"node": ">= 4.0.0"
|
|
10414
|
+
}
|
|
10415
|
+
},
|
|
10416
|
+
"node_modules/tr46": {
|
|
10417
|
+
"version": "5.0.0",
|
|
10418
|
+
"resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz",
|
|
10419
|
+
"integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==",
|
|
10420
|
+
"dev": true,
|
|
10421
|
+
"license": "MIT",
|
|
10422
|
+
"dependencies": {
|
|
10423
|
+
"punycode": "^2.3.1"
|
|
10424
|
+
},
|
|
10425
|
+
"engines": {
|
|
10426
|
+
"node": ">=18"
|
|
10427
|
+
}
|
|
10428
|
+
},
|
|
10085
10429
|
"node_modules/trim-newlines": {
|
|
10086
10430
|
"version": "3.0.1",
|
|
10087
10431
|
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
|
|
@@ -10463,16 +10807,6 @@
|
|
|
10463
10807
|
"punycode": "^2.1.0"
|
|
10464
10808
|
}
|
|
10465
10809
|
},
|
|
10466
|
-
"node_modules/uri-js/node_modules/punycode": {
|
|
10467
|
-
"version": "2.3.1",
|
|
10468
|
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
10469
|
-
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
10470
|
-
"dev": true,
|
|
10471
|
-
"license": "MIT",
|
|
10472
|
-
"engines": {
|
|
10473
|
-
"node": ">=6"
|
|
10474
|
-
}
|
|
10475
|
-
},
|
|
10476
10810
|
"node_modules/url": {
|
|
10477
10811
|
"version": "0.10.3",
|
|
10478
10812
|
"resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz",
|
|
@@ -10483,6 +10817,23 @@
|
|
|
10483
10817
|
"querystring": "0.2.0"
|
|
10484
10818
|
}
|
|
10485
10819
|
},
|
|
10820
|
+
"node_modules/url-parse": {
|
|
10821
|
+
"version": "1.5.10",
|
|
10822
|
+
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
|
|
10823
|
+
"integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
|
|
10824
|
+
"dev": true,
|
|
10825
|
+
"license": "MIT",
|
|
10826
|
+
"dependencies": {
|
|
10827
|
+
"querystringify": "^2.1.1",
|
|
10828
|
+
"requires-port": "^1.0.0"
|
|
10829
|
+
}
|
|
10830
|
+
},
|
|
10831
|
+
"node_modules/url/node_modules/punycode": {
|
|
10832
|
+
"version": "1.3.2",
|
|
10833
|
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
|
|
10834
|
+
"integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==",
|
|
10835
|
+
"license": "MIT"
|
|
10836
|
+
},
|
|
10486
10837
|
"node_modules/util": {
|
|
10487
10838
|
"version": "0.12.5",
|
|
10488
10839
|
"resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz",
|
|
@@ -10544,6 +10895,19 @@
|
|
|
10544
10895
|
"spdx-expression-parse": "^3.0.0"
|
|
10545
10896
|
}
|
|
10546
10897
|
},
|
|
10898
|
+
"node_modules/w3c-xmlserializer": {
|
|
10899
|
+
"version": "5.0.0",
|
|
10900
|
+
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz",
|
|
10901
|
+
"integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
|
|
10902
|
+
"dev": true,
|
|
10903
|
+
"license": "MIT",
|
|
10904
|
+
"dependencies": {
|
|
10905
|
+
"xml-name-validator": "^5.0.0"
|
|
10906
|
+
},
|
|
10907
|
+
"engines": {
|
|
10908
|
+
"node": ">=18"
|
|
10909
|
+
}
|
|
10910
|
+
},
|
|
10547
10911
|
"node_modules/walker": {
|
|
10548
10912
|
"version": "1.0.8",
|
|
10549
10913
|
"resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
|
|
@@ -10554,6 +10918,53 @@
|
|
|
10554
10918
|
"makeerror": "1.0.12"
|
|
10555
10919
|
}
|
|
10556
10920
|
},
|
|
10921
|
+
"node_modules/webidl-conversions": {
|
|
10922
|
+
"version": "7.0.0",
|
|
10923
|
+
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
10924
|
+
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
10925
|
+
"dev": true,
|
|
10926
|
+
"license": "BSD-2-Clause",
|
|
10927
|
+
"engines": {
|
|
10928
|
+
"node": ">=12"
|
|
10929
|
+
}
|
|
10930
|
+
},
|
|
10931
|
+
"node_modules/whatwg-encoding": {
|
|
10932
|
+
"version": "3.1.1",
|
|
10933
|
+
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
|
10934
|
+
"integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
|
|
10935
|
+
"dev": true,
|
|
10936
|
+
"license": "MIT",
|
|
10937
|
+
"dependencies": {
|
|
10938
|
+
"iconv-lite": "0.6.3"
|
|
10939
|
+
},
|
|
10940
|
+
"engines": {
|
|
10941
|
+
"node": ">=18"
|
|
10942
|
+
}
|
|
10943
|
+
},
|
|
10944
|
+
"node_modules/whatwg-mimetype": {
|
|
10945
|
+
"version": "4.0.0",
|
|
10946
|
+
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
|
|
10947
|
+
"integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|
|
10948
|
+
"dev": true,
|
|
10949
|
+
"license": "MIT",
|
|
10950
|
+
"engines": {
|
|
10951
|
+
"node": ">=18"
|
|
10952
|
+
}
|
|
10953
|
+
},
|
|
10954
|
+
"node_modules/whatwg-url": {
|
|
10955
|
+
"version": "14.0.0",
|
|
10956
|
+
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz",
|
|
10957
|
+
"integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==",
|
|
10958
|
+
"dev": true,
|
|
10959
|
+
"license": "MIT",
|
|
10960
|
+
"dependencies": {
|
|
10961
|
+
"tr46": "^5.0.0",
|
|
10962
|
+
"webidl-conversions": "^7.0.0"
|
|
10963
|
+
},
|
|
10964
|
+
"engines": {
|
|
10965
|
+
"node": ">=18"
|
|
10966
|
+
}
|
|
10967
|
+
},
|
|
10557
10968
|
"node_modules/which": {
|
|
10558
10969
|
"version": "2.0.2",
|
|
10559
10970
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
@@ -10660,6 +11071,28 @@
|
|
|
10660
11071
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
10661
11072
|
}
|
|
10662
11073
|
},
|
|
11074
|
+
"node_modules/ws": {
|
|
11075
|
+
"version": "8.18.0",
|
|
11076
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
|
|
11077
|
+
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
|
|
11078
|
+
"dev": true,
|
|
11079
|
+
"license": "MIT",
|
|
11080
|
+
"engines": {
|
|
11081
|
+
"node": ">=10.0.0"
|
|
11082
|
+
},
|
|
11083
|
+
"peerDependencies": {
|
|
11084
|
+
"bufferutil": "^4.0.1",
|
|
11085
|
+
"utf-8-validate": ">=5.0.2"
|
|
11086
|
+
},
|
|
11087
|
+
"peerDependenciesMeta": {
|
|
11088
|
+
"bufferutil": {
|
|
11089
|
+
"optional": true
|
|
11090
|
+
},
|
|
11091
|
+
"utf-8-validate": {
|
|
11092
|
+
"optional": true
|
|
11093
|
+
}
|
|
11094
|
+
}
|
|
11095
|
+
},
|
|
10663
11096
|
"node_modules/xml": {
|
|
10664
11097
|
"version": "1.0.1",
|
|
10665
11098
|
"resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
|
|
@@ -10667,6 +11100,16 @@
|
|
|
10667
11100
|
"dev": true,
|
|
10668
11101
|
"license": "MIT"
|
|
10669
11102
|
},
|
|
11103
|
+
"node_modules/xml-name-validator": {
|
|
11104
|
+
"version": "5.0.0",
|
|
11105
|
+
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz",
|
|
11106
|
+
"integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
|
|
11107
|
+
"dev": true,
|
|
11108
|
+
"license": "Apache-2.0",
|
|
11109
|
+
"engines": {
|
|
11110
|
+
"node": ">=18"
|
|
11111
|
+
}
|
|
11112
|
+
},
|
|
10670
11113
|
"node_modules/xml2js": {
|
|
10671
11114
|
"version": "0.6.2",
|
|
10672
11115
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
|
@@ -10711,6 +11154,13 @@
|
|
|
10711
11154
|
"node": ">=12.0"
|
|
10712
11155
|
}
|
|
10713
11156
|
},
|
|
11157
|
+
"node_modules/xmlchars": {
|
|
11158
|
+
"version": "2.2.0",
|
|
11159
|
+
"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
|
|
11160
|
+
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
|
11161
|
+
"dev": true,
|
|
11162
|
+
"license": "MIT"
|
|
11163
|
+
},
|
|
10714
11164
|
"node_modules/xtend": {
|
|
10715
11165
|
"version": "4.0.2",
|
|
10716
11166
|
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
|
|
@@ -10741,7 +11191,7 @@
|
|
|
10741
11191
|
"version": "2.5.0",
|
|
10742
11192
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
|
|
10743
11193
|
"integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
|
|
10744
|
-
"
|
|
11194
|
+
"dev": true,
|
|
10745
11195
|
"license": "ISC",
|
|
10746
11196
|
"bin": {
|
|
10747
11197
|
"yaml": "bin.mjs"
|