|
@@ -1,24 +1,24 @@
|
|
{
|
|
{
|
|
"name": "utm-params-extractor-test",
|
|
"name": "utm-params-extractor-test",
|
|
- "version": "1.0.12",
|
|
|
|
|
|
+ "version": "1.0.16",
|
|
"lockfileVersion": 3,
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"requires": true,
|
|
"packages": {
|
|
"packages": {
|
|
"": {
|
|
"": {
|
|
"name": "utm-params-extractor-test",
|
|
"name": "utm-params-extractor-test",
|
|
- "version": "1.0.12",
|
|
|
|
|
|
+ "version": "1.0.16",
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
- "dependencies": {
|
|
|
|
- "@fingerprintjs/fingerprintjs": "^4.6.2",
|
|
|
|
- "utm-params-extractor-test": "^1.0.0"
|
|
|
|
- },
|
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
- "@babel/core": "^7.27.7",
|
|
|
|
- "@babel/preset-env": "^7.27.2",
|
|
|
|
|
|
+ "@babel/core": "^7.28.0",
|
|
|
|
+ "@babel/preset-env": "^7.28.0",
|
|
"babel-loader": "^10.0.0",
|
|
"babel-loader": "^10.0.0",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
|
|
+ "core-js": "^3.45.0",
|
|
"webpack": "^5.99.9",
|
|
"webpack": "^5.99.9",
|
|
"webpack-cli": "^5.1.4"
|
|
"webpack-cli": "^5.1.4"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "@fingerprintjs/fingerprintjs": "^4.6.2"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@ampproject/remapping": {
|
|
"node_modules/@ampproject/remapping": {
|
|
@@ -51,9 +51,9 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/compat-data": {
|
|
"node_modules/@babel/compat-data": {
|
|
- "version": "7.27.7",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.27.7.tgz",
|
|
|
|
- "integrity": "sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"engines": {
|
|
@@ -61,22 +61,22 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/core": {
|
|
"node_modules/@babel/core": {
|
|
- "version": "7.27.7",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.27.7.tgz",
|
|
|
|
- "integrity": "sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/code-frame": "^7.27.1",
|
|
- "@babel/generator": "^7.27.5",
|
|
|
|
|
|
+ "@babel/generator": "^7.28.0",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-module-transforms": "^7.27.3",
|
|
"@babel/helper-module-transforms": "^7.27.3",
|
|
"@babel/helpers": "^7.27.6",
|
|
"@babel/helpers": "^7.27.6",
|
|
- "@babel/parser": "^7.27.7",
|
|
|
|
|
|
+ "@babel/parser": "^7.28.0",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/template": "^7.27.2",
|
|
- "@babel/traverse": "^7.27.7",
|
|
|
|
- "@babel/types": "^7.27.7",
|
|
|
|
|
|
+ "@babel/traverse": "^7.28.0",
|
|
|
|
+ "@babel/types": "^7.28.0",
|
|
"convert-source-map": "^2.0.0",
|
|
"convert-source-map": "^2.0.0",
|
|
"debug": "^4.1.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -92,16 +92,16 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/generator": {
|
|
"node_modules/@babel/generator": {
|
|
- "version": "7.27.5",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.5.tgz",
|
|
|
|
- "integrity": "sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@babel/parser": "^7.27.5",
|
|
|
|
- "@babel/types": "^7.27.3",
|
|
|
|
- "@jridgewell/gen-mapping": "^0.3.5",
|
|
|
|
- "@jridgewell/trace-mapping": "^0.3.25",
|
|
|
|
|
|
+ "@babel/parser": "^7.28.0",
|
|
|
|
+ "@babel/types": "^7.28.0",
|
|
|
|
+ "@jridgewell/gen-mapping": "^0.3.12",
|
|
|
|
+ "@jridgewell/trace-mapping": "^0.3.28",
|
|
"jsesc": "^3.0.2"
|
|
"jsesc": "^3.0.2"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
@@ -195,6 +195,16 @@
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@babel/helper-globals": {
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
"version": "7.27.1",
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz",
|
|
@@ -374,13 +384,13 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"node_modules/@babel/parser": {
|
|
- "version": "7.27.7",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.7.tgz",
|
|
|
|
- "integrity": "sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@babel/types": "^7.27.7"
|
|
|
|
|
|
+ "@babel/types": "^7.28.0"
|
|
},
|
|
},
|
|
"bin": {
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
"parser": "bin/babel-parser.js"
|
|
@@ -552,15 +562,15 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
- "version": "7.27.1",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.27.1.tgz",
|
|
|
|
- "integrity": "sha512-eST9RrwlpaoJBDHShc+DS2SG4ATTi2MYNb4OxYkf3n+7eb49LWpnS+HSpVfW4x927qQwgk8A2hGNVaajAEw0EA==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
"@babel/helper-remap-async-to-generator": "^7.27.1",
|
|
- "@babel/traverse": "^7.27.1"
|
|
|
|
|
|
+ "@babel/traverse": "^7.28.0"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
@@ -604,9 +614,9 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
- "version": "7.27.5",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.5.tgz",
|
|
|
|
- "integrity": "sha512-JF6uE2s67f0y2RZcm2kpAUEbD50vH62TyWVebxwHAlbSdM49VqPz8t4a1uIjp4NIOIZ4xzLfjY5emt/RCyC7TQ==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-gKKnwjpdx5sER/wl0WN0efUBFzF/56YZO0RJrSYP4CljXnP31ByY7fol89AzomdlLNzI36AvOTmYHsnZTCkq8Q==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
@@ -654,18 +664,18 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/plugin-transform-classes": {
|
|
"node_modules/@babel/plugin-transform-classes": {
|
|
- "version": "7.27.7",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.27.7.tgz",
|
|
|
|
- "integrity": "sha512-CuLkokN1PEZ0Fsjtq+001aog/C2drDK9nTfK/NRK0n6rBin6cBrvM+zfQjDE+UllhR6/J4a6w8Xq9i4yi3mQrw==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
|
|
+ "@babel/helper-globals": "^7.28.0",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-replace-supers": "^7.27.1",
|
|
"@babel/helper-replace-supers": "^7.27.1",
|
|
- "@babel/traverse": "^7.27.7",
|
|
|
|
- "globals": "^11.1.0"
|
|
|
|
|
|
+ "@babel/traverse": "^7.28.0"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
@@ -692,14 +702,14 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
- "version": "7.27.7",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.7.tgz",
|
|
|
|
- "integrity": "sha512-pg3ZLdIKWCP0CrJm0O4jYjVthyBeioVfvz9nwt6o5paUxsgJ/8GucSMAIaj6M7xA4WY+SrvtGu2LijzkdyecWQ==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-v1nrSMBiKcodhsyJ4Gf+Z0U/yawmJDBOTpEB3mcQY52r9RIyPneGyAS/yM6seP/8I+mWI3elOMtT5dB8GJVs+A==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
- "@babel/traverse": "^7.27.7"
|
|
|
|
|
|
+ "@babel/traverse": "^7.28.0"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
@@ -774,6 +784,23 @@
|
|
"@babel/core": "^7.0.0-0"
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@babel/plugin-transform-explicit-resource-management": {
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-K8nhUcn3f6iB+P3gwCv/no7OdzOZQcKchW6N389V6PD8NUWKZHzndOd9sPDVbMoBsbmjMqlB4L9fm+fEFNVlwQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@babel/helper-plugin-utils": "^7.27.1",
|
|
|
|
+ "@babel/plugin-transform-destructuring": "^7.28.0"
|
|
|
|
+ },
|
|
|
|
+ "engines": {
|
|
|
|
+ "node": ">=6.9.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "@babel/core": "^7.0.0-0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
"version": "7.27.1",
|
|
"version": "7.27.1",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz",
|
|
@@ -1041,17 +1068,17 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
- "version": "7.27.7",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.7.tgz",
|
|
|
|
- "integrity": "sha512-201B1kFTWhckclcXpWHc8uUpYziDX/Pl4rxl0ZX0DiCZ3jknwfSUALL3QCYeeXXB37yWxJbo+g+Vfq8pAaHi3w==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
- "@babel/plugin-transform-destructuring": "^7.27.7",
|
|
|
|
|
|
+ "@babel/plugin-transform-destructuring": "^7.28.0",
|
|
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
- "@babel/traverse": "^7.27.7"
|
|
|
|
|
|
+ "@babel/traverse": "^7.28.0"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
@@ -1178,9 +1205,9 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
- "version": "7.27.5",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.27.5.tgz",
|
|
|
|
- "integrity": "sha512-uhB8yHerfe3MWnuLAhEbeQ4afVoqv8BQsPqrTv7e/jZ9y00kJL6l9a/f4OWaKxotmjzewfEyXE1vgDJenkQ2/Q==",
|
|
|
|
|
|
+ "version": "7.28.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.1.tgz",
|
|
|
|
+ "integrity": "sha512-P0QiV/taaa3kXpLY+sXla5zec4E+4t4Aqc9ggHlfZ7a2cp8/x/Gv08jfwEtn9gnnYIMvHx6aoOZ8XJL8eU71Dg==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
@@ -1375,13 +1402,13 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/preset-env": {
|
|
"node_modules/@babel/preset-env": {
|
|
- "version": "7.27.2",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.27.2.tgz",
|
|
|
|
- "integrity": "sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@babel/compat-data": "^7.27.2",
|
|
|
|
|
|
+ "@babel/compat-data": "^7.28.0",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
"@babel/helper-validator-option": "^7.27.1",
|
|
"@babel/helper-validator-option": "^7.27.1",
|
|
@@ -1395,19 +1422,20 @@
|
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
"@babel/plugin-transform-arrow-functions": "^7.27.1",
|
|
"@babel/plugin-transform-arrow-functions": "^7.27.1",
|
|
- "@babel/plugin-transform-async-generator-functions": "^7.27.1",
|
|
|
|
|
|
+ "@babel/plugin-transform-async-generator-functions": "^7.28.0",
|
|
"@babel/plugin-transform-async-to-generator": "^7.27.1",
|
|
"@babel/plugin-transform-async-to-generator": "^7.27.1",
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.27.1",
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.27.1",
|
|
- "@babel/plugin-transform-block-scoping": "^7.27.1",
|
|
|
|
|
|
+ "@babel/plugin-transform-block-scoping": "^7.28.0",
|
|
"@babel/plugin-transform-class-properties": "^7.27.1",
|
|
"@babel/plugin-transform-class-properties": "^7.27.1",
|
|
"@babel/plugin-transform-class-static-block": "^7.27.1",
|
|
"@babel/plugin-transform-class-static-block": "^7.27.1",
|
|
- "@babel/plugin-transform-classes": "^7.27.1",
|
|
|
|
|
|
+ "@babel/plugin-transform-classes": "^7.28.0",
|
|
"@babel/plugin-transform-computed-properties": "^7.27.1",
|
|
"@babel/plugin-transform-computed-properties": "^7.27.1",
|
|
- "@babel/plugin-transform-destructuring": "^7.27.1",
|
|
|
|
|
|
+ "@babel/plugin-transform-destructuring": "^7.28.0",
|
|
"@babel/plugin-transform-dotall-regex": "^7.27.1",
|
|
"@babel/plugin-transform-dotall-regex": "^7.27.1",
|
|
"@babel/plugin-transform-duplicate-keys": "^7.27.1",
|
|
"@babel/plugin-transform-duplicate-keys": "^7.27.1",
|
|
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
|
|
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
|
|
"@babel/plugin-transform-dynamic-import": "^7.27.1",
|
|
"@babel/plugin-transform-dynamic-import": "^7.27.1",
|
|
|
|
+ "@babel/plugin-transform-explicit-resource-management": "^7.28.0",
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.27.1",
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.27.1",
|
|
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
|
|
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
|
|
"@babel/plugin-transform-for-of": "^7.27.1",
|
|
"@babel/plugin-transform-for-of": "^7.27.1",
|
|
@@ -1424,15 +1452,15 @@
|
|
"@babel/plugin-transform-new-target": "^7.27.1",
|
|
"@babel/plugin-transform-new-target": "^7.27.1",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
|
|
"@babel/plugin-transform-numeric-separator": "^7.27.1",
|
|
"@babel/plugin-transform-numeric-separator": "^7.27.1",
|
|
- "@babel/plugin-transform-object-rest-spread": "^7.27.2",
|
|
|
|
|
|
+ "@babel/plugin-transform-object-rest-spread": "^7.28.0",
|
|
"@babel/plugin-transform-object-super": "^7.27.1",
|
|
"@babel/plugin-transform-object-super": "^7.27.1",
|
|
"@babel/plugin-transform-optional-catch-binding": "^7.27.1",
|
|
"@babel/plugin-transform-optional-catch-binding": "^7.27.1",
|
|
"@babel/plugin-transform-optional-chaining": "^7.27.1",
|
|
"@babel/plugin-transform-optional-chaining": "^7.27.1",
|
|
- "@babel/plugin-transform-parameters": "^7.27.1",
|
|
|
|
|
|
+ "@babel/plugin-transform-parameters": "^7.27.7",
|
|
"@babel/plugin-transform-private-methods": "^7.27.1",
|
|
"@babel/plugin-transform-private-methods": "^7.27.1",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
|
|
"@babel/plugin-transform-property-literals": "^7.27.1",
|
|
"@babel/plugin-transform-property-literals": "^7.27.1",
|
|
- "@babel/plugin-transform-regenerator": "^7.27.1",
|
|
|
|
|
|
+ "@babel/plugin-transform-regenerator": "^7.28.0",
|
|
"@babel/plugin-transform-regexp-modifiers": "^7.27.1",
|
|
"@babel/plugin-transform-regexp-modifiers": "^7.27.1",
|
|
"@babel/plugin-transform-reserved-words": "^7.27.1",
|
|
"@babel/plugin-transform-reserved-words": "^7.27.1",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.27.1",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.27.1",
|
|
@@ -1445,10 +1473,10 @@
|
|
"@babel/plugin-transform-unicode-regex": "^7.27.1",
|
|
"@babel/plugin-transform-unicode-regex": "^7.27.1",
|
|
"@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
|
|
"@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
|
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
- "babel-plugin-polyfill-corejs2": "^0.4.10",
|
|
|
|
- "babel-plugin-polyfill-corejs3": "^0.11.0",
|
|
|
|
- "babel-plugin-polyfill-regenerator": "^0.6.1",
|
|
|
|
- "core-js-compat": "^3.40.0",
|
|
|
|
|
|
+ "babel-plugin-polyfill-corejs2": "^0.4.14",
|
|
|
|
+ "babel-plugin-polyfill-corejs3": "^0.13.0",
|
|
|
|
+ "babel-plugin-polyfill-regenerator": "^0.6.5",
|
|
|
|
+ "core-js-compat": "^3.43.0",
|
|
"semver": "^6.3.1"
|
|
"semver": "^6.3.1"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
@@ -1489,28 +1517,28 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/traverse": {
|
|
"node_modules/@babel/traverse": {
|
|
- "version": "7.27.7",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.7.tgz",
|
|
|
|
- "integrity": "sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==",
|
|
|
|
|
|
+ "version": "7.28.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.0.tgz",
|
|
|
|
+ "integrity": "sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.27.1",
|
|
"@babel/code-frame": "^7.27.1",
|
|
- "@babel/generator": "^7.27.5",
|
|
|
|
- "@babel/parser": "^7.27.7",
|
|
|
|
|
|
+ "@babel/generator": "^7.28.0",
|
|
|
|
+ "@babel/helper-globals": "^7.28.0",
|
|
|
|
+ "@babel/parser": "^7.28.0",
|
|
"@babel/template": "^7.27.2",
|
|
"@babel/template": "^7.27.2",
|
|
- "@babel/types": "^7.27.7",
|
|
|
|
- "debug": "^4.3.1",
|
|
|
|
- "globals": "^11.1.0"
|
|
|
|
|
|
+ "@babel/types": "^7.28.0",
|
|
|
|
+ "debug": "^4.3.1"
|
|
},
|
|
},
|
|
"engines": {
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
"node": ">=6.9.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"node_modules/@babel/types": {
|
|
- "version": "7.27.7",
|
|
|
|
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.7.tgz",
|
|
|
|
- "integrity": "sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==",
|
|
|
|
|
|
+ "version": "7.28.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz",
|
|
|
|
+ "integrity": "sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
@@ -1536,14 +1564,15 @@
|
|
"resolved": "https://registry.npmjs.org/@fingerprintjs/fingerprintjs/-/fingerprintjs-4.6.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/@fingerprintjs/fingerprintjs/-/fingerprintjs-4.6.2.tgz",
|
|
"integrity": "sha512-g8mXuqcFKbgH2CZKwPfVtsUJDHyvcgIABQI7Y0tzWEFXpGxJaXuAuzlifT2oTakjDBLTK4Gaa9/5PERDhqUjtw==",
|
|
"integrity": "sha512-g8mXuqcFKbgH2CZKwPfVtsUJDHyvcgIABQI7Y0tzWEFXpGxJaXuAuzlifT2oTakjDBLTK4Gaa9/5PERDhqUjtw==",
|
|
"license": "BUSL-1.1",
|
|
"license": "BUSL-1.1",
|
|
|
|
+ "peer": true,
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"tslib": "^2.4.1"
|
|
"tslib": "^2.4.1"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
- "version": "0.3.11",
|
|
|
|
- "resolved": "https://mirrors.cloud.tencent.com/npm/@jridgewell/gen-mapping/-/gen-mapping-0.3.11.tgz",
|
|
|
|
- "integrity": "sha512-C512c1ytBTio4MrpWKlJpyFHT6+qfFL8SZ58zBzJ1OOzUEjHeF1BtjY2fH7n4x/g2OV/KiiMLAivOp1DXmiMMw==",
|
|
|
|
|
|
+ "version": "0.3.12",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz",
|
|
|
|
+ "integrity": "sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
@@ -2058,14 +2087,14 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
- "version": "0.11.1",
|
|
|
|
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz",
|
|
|
|
- "integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==",
|
|
|
|
|
|
+ "version": "0.13.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.13.0.tgz",
|
|
|
|
+ "integrity": "sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@babel/helper-define-polyfill-provider": "^0.6.3",
|
|
|
|
- "core-js-compat": "^3.40.0"
|
|
|
|
|
|
+ "@babel/helper-define-polyfill-provider": "^0.6.5",
|
|
|
|
+ "core-js-compat": "^3.43.0"
|
|
},
|
|
},
|
|
"peerDependencies": {
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -2232,14 +2261,26 @@
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT"
|
|
"license": "MIT"
|
|
},
|
|
},
|
|
|
|
+ "node_modules/core-js": {
|
|
|
|
+ "version": "3.45.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.0.tgz",
|
|
|
|
+ "integrity": "sha512-c2KZL9lP4DjkN3hk/an4pWn5b5ZefhRJnAc42n6LJ19kSnbeRbdQZE5dSeE2LBol1OwJD3X1BQvFTAsa8ReeDA==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "hasInstallScript": true,
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "funding": {
|
|
|
|
+ "type": "opencollective",
|
|
|
|
+ "url": "https://opencollective.com/core-js"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/core-js-compat": {
|
|
"node_modules/core-js-compat": {
|
|
- "version": "3.43.0",
|
|
|
|
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.43.0.tgz",
|
|
|
|
- "integrity": "sha512-2GML2ZsCc5LR7hZYz4AXmjQw8zuy2T//2QntwdnpuYI7jteT6GVYJL7F6C2C57R7gSYrcqVW3lAALefdbhBLDA==",
|
|
|
|
|
|
+ "version": "3.45.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.45.0.tgz",
|
|
|
|
+ "integrity": "sha512-gRoVMBawZg0OnxaVv3zpqLLxaHmsubEGyTnqdpI/CEBvX4JadI1dMSHxagThprYRtSVbuQxvi6iUatdPxohHpA==",
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "browserslist": "^4.25.0"
|
|
|
|
|
|
+ "browserslist": "^4.25.1"
|
|
},
|
|
},
|
|
"funding": {
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"type": "opencollective",
|
|
@@ -2530,16 +2571,6 @@
|
|
"dev": true,
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
},
|
|
- "node_modules/globals": {
|
|
|
|
- "version": "11.12.0",
|
|
|
|
- "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
|
|
|
|
- "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
|
|
|
|
- "dev": true,
|
|
|
|
- "license": "MIT",
|
|
|
|
- "engines": {
|
|
|
|
- "node": ">=4"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"node_modules/globby": {
|
|
"node_modules/globby": {
|
|
"version": "6.1.0",
|
|
"version": "6.1.0",
|
|
"resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
|
|
@@ -3447,7 +3478,8 @@
|
|
"version": "2.8.1",
|
|
"version": "2.8.1",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
- "license": "0BSD"
|
|
|
|
|
|
+ "license": "0BSD",
|
|
|
|
+ "peer": true
|
|
},
|
|
},
|
|
"node_modules/undici-types": {
|
|
"node_modules/undici-types": {
|
|
"version": "7.8.0",
|
|
"version": "7.8.0",
|
|
@@ -3531,15 +3563,6 @@
|
|
"browserslist": ">= 4.21.0"
|
|
"browserslist": ">= 4.21.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "node_modules/utm-params-extractor-test": {
|
|
|
|
- "version": "1.0.12",
|
|
|
|
- "resolved": "https://registry.npmjs.org/utm-params-extractor-test/-/utm-params-extractor-test-1.0.12.tgz",
|
|
|
|
- "integrity": "sha512-LedkLpHrGvxSSvS0xd4ValR9k31rLCie9Ywo0P0B9cHyf2dtT0prfkublM7L5c5J5eqAdnuNNWqq7y/dDvfRww==",
|
|
|
|
- "license": "MIT",
|
|
|
|
- "dependencies": {
|
|
|
|
- "utm-params-extractor-test": "^1.0.0"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"node_modules/watchpack": {
|
|
"node_modules/watchpack": {
|
|
"version": "2.4.4",
|
|
"version": "2.4.4",
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/watchpack/-/watchpack-2.4.4.tgz",
|
|
"resolved": "https://mirrors.cloud.tencent.com/npm/watchpack/-/watchpack-2.4.4.tgz",
|