mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
fix(deps): update minor and patch (#1853)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@ version: 2.1
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/base:2025.11
|
- image: cimg/base:2025.12
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"@nebula.js/supernova": "^6.2.0",
|
"@nebula.js/supernova": "^6.2.0",
|
||||||
"@nebula.js/theme": "^6.2.0",
|
"@nebula.js/theme": "^6.2.0",
|
||||||
"@nebula.js/ui": "^6.2.0",
|
"@nebula.js/ui": "^6.2.0",
|
||||||
"@qlik/api": "2.0.0",
|
"@qlik/api": "2.1.0",
|
||||||
"@testing-library/dom": "^10.4.1",
|
"@testing-library/dom": "^10.4.1",
|
||||||
"@testing-library/react": "^16.3.0",
|
"@testing-library/react": "^16.3.0",
|
||||||
"extend": "3.0.2",
|
"extend": "3.0.2",
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
"@nebula.js/supernova": "^6.2.0",
|
"@nebula.js/supernova": "^6.2.0",
|
||||||
"@nebula.js/theme": "^6.2.0",
|
"@nebula.js/theme": "^6.2.0",
|
||||||
"@nebula.js/ui": "^6.2.0",
|
"@nebula.js/ui": "^6.2.0",
|
||||||
"@qlik/api": "2.0.0",
|
"@qlik/api": "2.1.0",
|
||||||
"@scriptappy/cli": "0.10.1",
|
"@scriptappy/cli": "0.10.1",
|
||||||
"@scriptappy/from-jsdoc": "0.19.1",
|
"@scriptappy/from-jsdoc": "0.19.1",
|
||||||
"@scriptappy/to-dts": "1.0.0",
|
"@scriptappy/to-dts": "1.0.0",
|
||||||
|
|||||||
@@ -36,11 +36,11 @@
|
|||||||
"chalk": "4.1.2",
|
"chalk": "4.1.2",
|
||||||
"chokidar": "4.0.3",
|
"chokidar": "4.0.3",
|
||||||
"cross-env": "10.1.0",
|
"cross-env": "10.1.0",
|
||||||
"express": "5.1.0",
|
"express": "5.2.1",
|
||||||
"extend": "3.0.2",
|
"extend": "3.0.2",
|
||||||
"html-webpack-plugin": "5.6.5",
|
"html-webpack-plugin": "5.6.5",
|
||||||
"portfinder": "1.0.38",
|
"portfinder": "1.0.38",
|
||||||
"puppeteer": "24.31.0",
|
"puppeteer": "24.32.0",
|
||||||
"regenerator-runtime": "0.14.1",
|
"regenerator-runtime": "0.14.1",
|
||||||
"source-map-loader": "5.0.0",
|
"source-map-loader": "5.0.0",
|
||||||
"webpack": "5.103.0",
|
"webpack": "5.103.0",
|
||||||
@@ -70,6 +70,6 @@
|
|||||||
"monaco-editor": "0.55.1",
|
"monaco-editor": "0.55.1",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-router": "7.9.6"
|
"react-router": "7.10.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
18
package.json
18
package.json
@@ -42,9 +42,9 @@
|
|||||||
"@babel/plugin-transform-react-jsx": "7.27.1",
|
"@babel/plugin-transform-react-jsx": "7.27.1",
|
||||||
"@babel/preset-env": "7.28.5",
|
"@babel/preset-env": "7.28.5",
|
||||||
"@babel/preset-react": "7.28.5",
|
"@babel/preset-react": "7.28.5",
|
||||||
"@commitlint/cli": "20.1.0",
|
"@commitlint/cli": "20.2.0",
|
||||||
"@commitlint/config-conventional": "20.0.0",
|
"@commitlint/config-conventional": "20.2.0",
|
||||||
"@playwright/test": "1.56.1",
|
"@playwright/test": "1.57.0",
|
||||||
"@rollup/plugin-babel": "6.1.0",
|
"@rollup/plugin-babel": "6.1.0",
|
||||||
"@rollup/plugin-commonjs": "29.0.0",
|
"@rollup/plugin-commonjs": "29.0.0",
|
||||||
"@rollup/plugin-json": "6.1.0",
|
"@rollup/plugin-json": "6.1.0",
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
"@testing-library/user-event": "^14.6.1",
|
"@testing-library/user-event": "^14.6.1",
|
||||||
"babel-loader": "10.0.0",
|
"babel-loader": "10.0.0",
|
||||||
"babel-plugin-istanbul": "7.0.1",
|
"babel-plugin-istanbul": "7.0.1",
|
||||||
"body-parser": "2.2.0",
|
"body-parser": "2.2.1",
|
||||||
"cross-env": "10.1.0",
|
"cross-env": "10.1.0",
|
||||||
"css-loader": "7.1.2",
|
"css-loader": "7.1.2",
|
||||||
"enigma.js": "2.14.0",
|
"enigma.js": "2.14.0",
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
"eslint-plugin-mocha": "11.2.0",
|
"eslint-plugin-mocha": "11.2.0",
|
||||||
"eslint-plugin-prettier": "5.5.4",
|
"eslint-plugin-prettier": "5.5.4",
|
||||||
"eslint-plugin-react": "7.37.5",
|
"eslint-plugin-react": "7.37.5",
|
||||||
"express": "5.1.0",
|
"express": "5.2.1",
|
||||||
"globals": "^16.5.0",
|
"globals": "^16.5.0",
|
||||||
"husky": "9.1.7",
|
"husky": "9.1.7",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
@@ -78,13 +78,13 @@
|
|||||||
"jest-junit": "^16.0.0",
|
"jest-junit": "^16.0.0",
|
||||||
"jest-location-mock": "^2.0.0",
|
"jest-location-mock": "^2.0.0",
|
||||||
"jimp": "^1.6.0",
|
"jimp": "^1.6.0",
|
||||||
"lerna": "9.0.1",
|
"lerna": "9.0.3",
|
||||||
"lint-staged": "^16.2.7",
|
"lint-staged": "^16.2.7",
|
||||||
"mocha-junit-reporter": "2.2.1",
|
"mocha-junit-reporter": "2.2.1",
|
||||||
"picasso-plugin-q": "2.10.0",
|
"picasso-plugin-q": "2.10.0",
|
||||||
"picasso.js": "2.10.0",
|
"picasso.js": "2.10.0",
|
||||||
"prettier": "3.6.2",
|
"prettier": "3.7.4",
|
||||||
"puppeteer": "24.31.0",
|
"puppeteer": "24.32.0",
|
||||||
"qix-faker": "0.3.0",
|
"qix-faker": "0.3.0",
|
||||||
"react-is": "18.3.1",
|
"react-is": "18.3.1",
|
||||||
"rollup": "4.53.3",
|
"rollup": "4.53.3",
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
"yargs": "17.7.2"
|
"yargs": "17.7.2"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"caniuse-lite": "1.0.30001757",
|
"caniuse-lite": "1.0.30001759",
|
||||||
"react": "18.3.1",
|
"react": "18.3.1",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "18.3.1",
|
||||||
"react-is": "18.3.1",
|
"react-is": "18.3.1",
|
||||||
|
|||||||
335
yarn.lock
335
yarn.lock
@@ -2749,54 +2749,54 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/cli@npm:20.1.0":
|
"@commitlint/cli@npm:20.2.0":
|
||||||
version: 20.1.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/cli@npm:20.1.0"
|
resolution: "@commitlint/cli@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/format": "npm:^20.0.0"
|
"@commitlint/format": "npm:^20.2.0"
|
||||||
"@commitlint/lint": "npm:^20.0.0"
|
"@commitlint/lint": "npm:^20.2.0"
|
||||||
"@commitlint/load": "npm:^20.1.0"
|
"@commitlint/load": "npm:^20.2.0"
|
||||||
"@commitlint/read": "npm:^20.0.0"
|
"@commitlint/read": "npm:^20.2.0"
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
tinyexec: "npm:^1.0.0"
|
tinyexec: "npm:^1.0.0"
|
||||||
yargs: "npm:^17.0.0"
|
yargs: "npm:^17.0.0"
|
||||||
bin:
|
bin:
|
||||||
commitlint: ./cli.js
|
commitlint: ./cli.js
|
||||||
checksum: 10c0/ce3914947e6ab9ad658c52e697e4b1e1dac7c80313253a4f9fdfa9a1fb10df9e6cc06d89f7daae4b6a2d157b967f28cc39856c8a6bf11a4a4ed653d011b3f81a
|
checksum: 10c0/6e414965f295ea80ab57f873932fee1f399d0d63834296942b066e4650f5d273ce001a792d6c7959855213af17f06aa92764edcf8199ca07a179fdfef9ffcfec
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/config-conventional@npm:20.0.0":
|
"@commitlint/config-conventional@npm:20.2.0":
|
||||||
version: 20.0.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/config-conventional@npm:20.0.0"
|
resolution: "@commitlint/config-conventional@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
conventional-changelog-conventionalcommits: "npm:^7.0.2"
|
conventional-changelog-conventionalcommits: "npm:^7.0.2"
|
||||||
checksum: 10c0/a0ad5dc436643015f9bc50fd269a0c336750e8836f73cbbf4188e1827f847a33d1a8be79fdf04b1ff7ed002833b2801bc3ec82c2aa2f587a7bd57d9a90a834f3
|
checksum: 10c0/b6cc4532a85622ff364a5b4e1f542502dfd37eb6a9be9f96432b4be9ac50a30e905c3cdb78ca1640de59e30a285012f146bdf8cbef63bdf0c9818d725a19ab2b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/config-validator@npm:^20.0.0":
|
"@commitlint/config-validator@npm:^20.2.0":
|
||||||
version: 20.0.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/config-validator@npm:20.0.0"
|
resolution: "@commitlint/config-validator@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
ajv: "npm:^8.11.0"
|
ajv: "npm:^8.11.0"
|
||||||
checksum: 10c0/a63410bf375ae40d1551ad8d2e086b35dfce867f9fc5e3c95aa4b952f74e213794e2b8db810ec6e47b2925b044f5e19bac2d61539cd09d0d44a377acfcb2794e
|
checksum: 10c0/eab9c0995756b1931001955e0c53cfad1599d89384f7048dae8a3b6a79bcfe1b257f78c43d2050c0eb41ab95e5ab955f6e3e606c3da75ad7e616e60328706113
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/ensure@npm:^20.0.0":
|
"@commitlint/ensure@npm:^20.2.0":
|
||||||
version: 20.0.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/ensure@npm:20.0.0"
|
resolution: "@commitlint/ensure@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
lodash.camelcase: "npm:^4.3.0"
|
lodash.camelcase: "npm:^4.3.0"
|
||||||
lodash.kebabcase: "npm:^4.1.1"
|
lodash.kebabcase: "npm:^4.1.1"
|
||||||
lodash.snakecase: "npm:^4.1.1"
|
lodash.snakecase: "npm:^4.1.1"
|
||||||
lodash.startcase: "npm:^4.4.0"
|
lodash.startcase: "npm:^4.4.0"
|
||||||
lodash.upperfirst: "npm:^4.3.1"
|
lodash.upperfirst: "npm:^4.3.1"
|
||||||
checksum: 10c0/2d6ad87f8782dffdbc801e26667b56d7a9d71d2a1a9185ad99f6601d9c96b3486d4a53eba03285b2e43c2276730e009fd9e2a5a68080ff0bba39c8057de96d5b
|
checksum: 10c0/32b930535cbdc8b5fa34ee894233feef8a821d5988e948a0580a7d19db47d2187466f80e0bcc60fdae51a9ce2afb65c7d351d36521d4b10e9d1a27ee47eb905d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -2807,53 +2807,53 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/format@npm:^20.0.0":
|
"@commitlint/format@npm:^20.2.0":
|
||||||
version: 20.0.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/format@npm:20.0.0"
|
resolution: "@commitlint/format@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
chalk: "npm:^5.3.0"
|
chalk: "npm:^5.3.0"
|
||||||
checksum: 10c0/801cc0ed153e1c16d06383d100252c056c1d651dd539178a7aecf5ebd60b81aeb4d9e6e2f95846ead0e8246edc398cbdb23747067d12aca9ac71f87e5ef54fd4
|
checksum: 10c0/b1b31a69b8acdff206c74d83213f08314f445c238287753c9e13ead58d146dc84d81f4f90c5d2157a71df1f7c9796832c65b6515a643141aaee83b0d4a175bb8
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/is-ignored@npm:^20.0.0":
|
"@commitlint/is-ignored@npm:^20.2.0":
|
||||||
version: 20.0.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/is-ignored@npm:20.0.0"
|
resolution: "@commitlint/is-ignored@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
semver: "npm:^7.6.0"
|
semver: "npm:^7.6.0"
|
||||||
checksum: 10c0/8035a9043776b5e40e234ad0f496a4df638b37f3f0dd0e46bf8218051223e941018ad7a061fb0e2b4c83b92f45c7425bb264cb05b3a813220086cae1728cd0a3
|
checksum: 10c0/659637bc975cdcd933e402a32e7d26f39a05199ad734b4372b510873d178c68d402b961f883109104a53def9371d4fe3cb858fe4f8eeea192423fc93bd62c100
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/lint@npm:^20.0.0":
|
"@commitlint/lint@npm:^20.2.0":
|
||||||
version: 20.0.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/lint@npm:20.0.0"
|
resolution: "@commitlint/lint@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/is-ignored": "npm:^20.0.0"
|
"@commitlint/is-ignored": "npm:^20.2.0"
|
||||||
"@commitlint/parse": "npm:^20.0.0"
|
"@commitlint/parse": "npm:^20.2.0"
|
||||||
"@commitlint/rules": "npm:^20.0.0"
|
"@commitlint/rules": "npm:^20.2.0"
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
checksum: 10c0/9b6a5d9afa772b5b54e42b3d3cab4a5be4b46bd50305aba4f49207279f16b5a9682acce2348382f8c50eaa020191f3f6af0d6be5c8af261b81c7d31fb417b4ac
|
checksum: 10c0/702a1e7d27a798f389a2f9c4ee4a1255c076489b2709434e54bfbf8f266c135b062094213b068570272a4340c9ce9f331c4d4a2bf385a872b1c35260557e3a28
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/load@npm:^20.1.0":
|
"@commitlint/load@npm:^20.2.0":
|
||||||
version: 20.1.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/load@npm:20.1.0"
|
resolution: "@commitlint/load@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/config-validator": "npm:^20.0.0"
|
"@commitlint/config-validator": "npm:^20.2.0"
|
||||||
"@commitlint/execute-rule": "npm:^20.0.0"
|
"@commitlint/execute-rule": "npm:^20.0.0"
|
||||||
"@commitlint/resolve-extends": "npm:^20.1.0"
|
"@commitlint/resolve-extends": "npm:^20.2.0"
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
chalk: "npm:^5.3.0"
|
chalk: "npm:^5.3.0"
|
||||||
cosmiconfig: "npm:^9.0.0"
|
cosmiconfig: "npm:^9.0.0"
|
||||||
cosmiconfig-typescript-loader: "npm:^6.1.0"
|
cosmiconfig-typescript-loader: "npm:^6.1.0"
|
||||||
lodash.isplainobject: "npm:^4.0.6"
|
lodash.isplainobject: "npm:^4.0.6"
|
||||||
lodash.merge: "npm:^4.6.2"
|
lodash.merge: "npm:^4.6.2"
|
||||||
lodash.uniq: "npm:^4.5.0"
|
lodash.uniq: "npm:^4.5.0"
|
||||||
checksum: 10c0/cabbd8311605afd2a9437b7bb9174c2307453ed6a8ff5bee4738470efcc316c998c7e0660b5342e191e20962af0ab76bc608ce5812e23b1a0207fe60e9dd238f
|
checksum: 10c0/f10c5e12d80dbbacb59731faf7fd341e45dc9a4babdf2b600942ce0b64f1749832c7cae3dc693ada0387b400e06c342406113f03b95da3d2eccf125e2cefde40
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -2864,53 +2864,53 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/parse@npm:^20.0.0":
|
"@commitlint/parse@npm:^20.2.0":
|
||||||
version: 20.0.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/parse@npm:20.0.0"
|
resolution: "@commitlint/parse@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
conventional-changelog-angular: "npm:^7.0.0"
|
conventional-changelog-angular: "npm:^7.0.0"
|
||||||
conventional-commits-parser: "npm:^5.0.0"
|
conventional-commits-parser: "npm:^5.0.0"
|
||||||
checksum: 10c0/d75711f484237154597e152b0791253fe19da25f16ee5db2b0f8a4526e5f344cea9785e0ac8d0c7596db39d3589324e5ec551afef9ab5a71c5830ed2d71c2f6e
|
checksum: 10c0/b56521c6a99e8d841882455cb98ee897306666d94a0ea1ff8daca29651211df91c438f013064239fef4905adaa3e9c5f5b0ac891f36bf2f6a0c42e98b9c5899c
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/read@npm:^20.0.0":
|
"@commitlint/read@npm:^20.2.0":
|
||||||
version: 20.0.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/read@npm:20.0.0"
|
resolution: "@commitlint/read@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/top-level": "npm:^20.0.0"
|
"@commitlint/top-level": "npm:^20.0.0"
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
git-raw-commits: "npm:^4.0.0"
|
git-raw-commits: "npm:^4.0.0"
|
||||||
minimist: "npm:^1.2.8"
|
minimist: "npm:^1.2.8"
|
||||||
tinyexec: "npm:^1.0.0"
|
tinyexec: "npm:^1.0.0"
|
||||||
checksum: 10c0/13559a509be0f77164e4dea6ffefaa8c27ee3fbb71445018680c512649f46f6fdc6dddf58cad78f3d3e7c54a9df3b6cf98e080148624fa7f455a55b67be65365
|
checksum: 10c0/a5c8ebae32698e14e49c0b29a65a9c061c79d6588813fc3b958cb669f040cb5420f270da49b427bd115fb13a009be0e1ce58985010f3ee4a63c39db7662e36fc
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/resolve-extends@npm:^20.1.0":
|
"@commitlint/resolve-extends@npm:^20.2.0":
|
||||||
version: 20.1.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/resolve-extends@npm:20.1.0"
|
resolution: "@commitlint/resolve-extends@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/config-validator": "npm:^20.0.0"
|
"@commitlint/config-validator": "npm:^20.2.0"
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
global-directory: "npm:^4.0.1"
|
global-directory: "npm:^4.0.1"
|
||||||
import-meta-resolve: "npm:^4.0.0"
|
import-meta-resolve: "npm:^4.0.0"
|
||||||
lodash.mergewith: "npm:^4.6.2"
|
lodash.mergewith: "npm:^4.6.2"
|
||||||
resolve-from: "npm:^5.0.0"
|
resolve-from: "npm:^5.0.0"
|
||||||
checksum: 10c0/d5b30a5266310070d729eafb2ca5aaac9426de8d978dc5f459f41cc6d5d726b00bb5892f3a65f80ebf728752465e2fdb3cb4738118a65004beace675a72f4081
|
checksum: 10c0/ba583ed17751c50dd0c33c8cfeb7c7369899791cd8958f9e4a69a26a12a0f4b43168e7edb805c36028a661c52b4da9f2b22df58455541a42995d72d5f8a2671a
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/rules@npm:^20.0.0":
|
"@commitlint/rules@npm:^20.2.0":
|
||||||
version: 20.0.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/rules@npm:20.0.0"
|
resolution: "@commitlint/rules@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/ensure": "npm:^20.0.0"
|
"@commitlint/ensure": "npm:^20.2.0"
|
||||||
"@commitlint/message": "npm:^20.0.0"
|
"@commitlint/message": "npm:^20.0.0"
|
||||||
"@commitlint/to-lines": "npm:^20.0.0"
|
"@commitlint/to-lines": "npm:^20.0.0"
|
||||||
"@commitlint/types": "npm:^20.0.0"
|
"@commitlint/types": "npm:^20.2.0"
|
||||||
checksum: 10c0/b3614a4ada691da1837816726c1882cc36ed5985584641b472fdc37bcd8bfc30ee214fe4e304d5e02f565e99ca4851e2261eb57f4063401f3cdaf5edc48ee7d8
|
checksum: 10c0/fbf6598ef17466886a1540fade11414dc1785eb8b43b0a55f5e4f8e5c0ff5abdfaa16db815bb0175aae73fb4a8e2f28ea1835b453a1db772cc5bef2452507852
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -2930,13 +2930,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/types@npm:^20.0.0":
|
"@commitlint/types@npm:^20.2.0":
|
||||||
version: 20.0.0
|
version: 20.2.0
|
||||||
resolution: "@commitlint/types@npm:20.0.0"
|
resolution: "@commitlint/types@npm:20.2.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/conventional-commits-parser": "npm:^5.0.0"
|
"@types/conventional-commits-parser": "npm:^5.0.0"
|
||||||
chalk: "npm:^5.3.0"
|
chalk: "npm:^5.3.0"
|
||||||
checksum: 10c0/ede28d479bae4ea94b75b77c4ec4e93e15128b046b52f55998b82fe16577e4fea40fc959be4aefda596382c1593d74936ad3cd8a75d0b61d85cea937d8a1cd8a
|
checksum: 10c0/95f51b805b6d5b120eff1ec57c502563525dfc4d10302a188b229bd446e4f1c3f1882f899d014701cc33bead3853e3d4865635f7e12dd4c7605db20b407bf4d1
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -4453,9 +4453,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@lerna/create@npm:9.0.1":
|
"@lerna/create@npm:9.0.3":
|
||||||
version: 9.0.1
|
version: 9.0.3
|
||||||
resolution: "@lerna/create@npm:9.0.1"
|
resolution: "@lerna/create@npm:9.0.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@npmcli/arborist": "npm:9.1.6"
|
"@npmcli/arborist": "npm:9.1.6"
|
||||||
"@npmcli/package-json": "npm:7.0.2"
|
"@npmcli/package-json": "npm:7.0.2"
|
||||||
@@ -4485,7 +4485,7 @@ __metadata:
|
|||||||
inquirer: "npm:12.9.6"
|
inquirer: "npm:12.9.6"
|
||||||
is-ci: "npm:3.0.1"
|
is-ci: "npm:3.0.1"
|
||||||
is-stream: "npm:2.0.0"
|
is-stream: "npm:2.0.0"
|
||||||
js-yaml: "npm:4.1.0"
|
js-yaml: "npm:4.1.1"
|
||||||
libnpmpublish: "npm:11.1.2"
|
libnpmpublish: "npm:11.1.2"
|
||||||
load-json-file: "npm:6.2.0"
|
load-json-file: "npm:6.2.0"
|
||||||
make-dir: "npm:4.0.0"
|
make-dir: "npm:4.0.0"
|
||||||
@@ -4524,7 +4524,7 @@ __metadata:
|
|||||||
write-pkg: "npm:4.0.0"
|
write-pkg: "npm:4.0.0"
|
||||||
yargs: "npm:17.7.2"
|
yargs: "npm:17.7.2"
|
||||||
yargs-parser: "npm:21.1.1"
|
yargs-parser: "npm:21.1.1"
|
||||||
checksum: 10c0/3d93ef4af0f6f66140bcc26461777c3ce2427571640999a081a1bd632c7007d2d22b64e748609119a9483504390aae23bccdee7a7365f3ee7a5c084254fd5fd9
|
checksum: 10c0/9f980208a96d37b05083d6d8851c0bb3759d9cd646520381b416dbcec232c1ade02ec3a2deacfaf9fed80ac5bbefd0c4608064e16132cf14744d7f02253c42ab
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -4785,16 +4785,16 @@ __metadata:
|
|||||||
enigma.js: "npm:2.14.0"
|
enigma.js: "npm:2.14.0"
|
||||||
eslint-import-resolver-alias: "npm:1.1.2"
|
eslint-import-resolver-alias: "npm:1.1.2"
|
||||||
eslint-import-resolver-webpack: "npm:0.13.10"
|
eslint-import-resolver-webpack: "npm:0.13.10"
|
||||||
express: "npm:5.1.0"
|
express: "npm:5.2.1"
|
||||||
extend: "npm:3.0.2"
|
extend: "npm:3.0.2"
|
||||||
file-loader: "npm:^6.2.0"
|
file-loader: "npm:^6.2.0"
|
||||||
html-webpack-plugin: "npm:5.6.5"
|
html-webpack-plugin: "npm:5.6.5"
|
||||||
monaco-editor: "npm:0.55.1"
|
monaco-editor: "npm:0.55.1"
|
||||||
portfinder: "npm:1.0.38"
|
portfinder: "npm:1.0.38"
|
||||||
puppeteer: "npm:24.31.0"
|
puppeteer: "npm:24.32.0"
|
||||||
react: "npm:18.3.1"
|
react: "npm:18.3.1"
|
||||||
react-dom: "npm:18.3.1"
|
react-dom: "npm:18.3.1"
|
||||||
react-router: "npm:7.9.6"
|
react-router: "npm:7.10.1"
|
||||||
regenerator-runtime: "npm:0.14.1"
|
regenerator-runtime: "npm:0.14.1"
|
||||||
source-map-loader: "npm:5.0.0"
|
source-map-loader: "npm:5.0.0"
|
||||||
webpack: "npm:5.103.0"
|
webpack: "npm:5.103.0"
|
||||||
@@ -4858,7 +4858,7 @@ __metadata:
|
|||||||
"@nebula.js/supernova": "npm:^6.2.0"
|
"@nebula.js/supernova": "npm:^6.2.0"
|
||||||
"@nebula.js/theme": "npm:^6.2.0"
|
"@nebula.js/theme": "npm:^6.2.0"
|
||||||
"@nebula.js/ui": "npm:^6.2.0"
|
"@nebula.js/ui": "npm:^6.2.0"
|
||||||
"@qlik/api": "npm:2.0.0"
|
"@qlik/api": "npm:2.1.0"
|
||||||
"@testing-library/dom": "npm:^10.4.1"
|
"@testing-library/dom": "npm:^10.4.1"
|
||||||
"@testing-library/react": "npm:^16.3.0"
|
"@testing-library/react": "npm:^16.3.0"
|
||||||
extend: "npm:3.0.2"
|
extend: "npm:3.0.2"
|
||||||
@@ -4895,7 +4895,7 @@ __metadata:
|
|||||||
"@nebula.js/supernova": "npm:^6.2.0"
|
"@nebula.js/supernova": "npm:^6.2.0"
|
||||||
"@nebula.js/theme": "npm:^6.2.0"
|
"@nebula.js/theme": "npm:^6.2.0"
|
||||||
"@nebula.js/ui": "npm:^6.2.0"
|
"@nebula.js/ui": "npm:^6.2.0"
|
||||||
"@qlik/api": "npm:2.0.0"
|
"@qlik/api": "npm:2.1.0"
|
||||||
"@scriptappy/cli": "npm:0.10.1"
|
"@scriptappy/cli": "npm:0.10.1"
|
||||||
"@scriptappy/from-jsdoc": "npm:0.19.1"
|
"@scriptappy/from-jsdoc": "npm:0.19.1"
|
||||||
"@scriptappy/to-dts": "npm:1.0.0"
|
"@scriptappy/to-dts": "npm:1.0.0"
|
||||||
@@ -5495,9 +5495,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@puppeteer/browsers@npm:2.10.13":
|
"@puppeteer/browsers@npm:2.11.0":
|
||||||
version: 2.10.13
|
version: 2.11.0
|
||||||
resolution: "@puppeteer/browsers@npm:2.10.13"
|
resolution: "@puppeteer/browsers@npm:2.11.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: "npm:^4.4.3"
|
debug: "npm:^4.4.3"
|
||||||
extract-zip: "npm:^2.0.1"
|
extract-zip: "npm:^2.0.1"
|
||||||
@@ -5508,20 +5508,20 @@ __metadata:
|
|||||||
yargs: "npm:^17.7.2"
|
yargs: "npm:^17.7.2"
|
||||||
bin:
|
bin:
|
||||||
browsers: lib/cjs/main-cli.js
|
browsers: lib/cjs/main-cli.js
|
||||||
checksum: 10c0/b6e003649f5d5231fa8c3aab32423cd3f89cdacc4cf8cf7e0e85b40c53858b09be4c5daf32bbbe481bdaaee1bc28bc78bfb5c19495de8d8736c9728ec25b7a02
|
checksum: 10c0/4c8cb0de98c9f2c1f4e987fbb1f95fe500a89845927610af2de23e969912fab5a9791c4729d2d86686812564e00ba4efaff900997ad2a5a2e1c57fb41286b8ca
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@qlik/api@npm:2.0.0":
|
"@qlik/api@npm:2.1.0":
|
||||||
version: 2.0.0
|
version: 2.1.0
|
||||||
resolution: "@qlik/api@npm:2.0.0"
|
resolution: "@qlik/api@npm:2.1.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
enigma.js: "npm:^2.14.0"
|
enigma.js: "npm:^2.14.0"
|
||||||
extend: "npm:3.0.2"
|
extend: "npm:3.0.2"
|
||||||
lodash: "npm:^4.17.21"
|
lodash: "npm:^4.17.21"
|
||||||
nanoid: "npm:^5.1.6"
|
nanoid: "npm:^5.1.6"
|
||||||
ws: "npm:^8.18.3"
|
ws: "npm:^8.18.3"
|
||||||
checksum: 10c0/a6831e21aa9a591c813150bbb478aeb1cacfebddec3dcaea32a2afeabc409084ff03d8e6539e440817b7c419ad98a5a3cbec3c9b02b4361e9eb060b62e394f4e
|
checksum: 10c0/aac8c7c94ee6b69a0b77003491d0347ba35bad1fec593a1f439fa3ac736eced4206298b025ef5f201d283a8bb3e4042f591e88618044addd0d019cef8e999522
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -8012,24 +8012,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"body-parser@npm:2.2.0, body-parser@npm:^2.2.0":
|
"body-parser@npm:2.2.1, body-parser@npm:^2.2.1":
|
||||||
version: 2.2.0
|
|
||||||
resolution: "body-parser@npm:2.2.0"
|
|
||||||
dependencies:
|
|
||||||
bytes: "npm:^3.1.2"
|
|
||||||
content-type: "npm:^1.0.5"
|
|
||||||
debug: "npm:^4.4.0"
|
|
||||||
http-errors: "npm:^2.0.0"
|
|
||||||
iconv-lite: "npm:^0.6.3"
|
|
||||||
on-finished: "npm:^2.4.1"
|
|
||||||
qs: "npm:^6.14.0"
|
|
||||||
raw-body: "npm:^3.0.0"
|
|
||||||
type-is: "npm:^2.0.0"
|
|
||||||
checksum: 10c0/a9ded39e71ac9668e2211afa72e82ff86cc5ef94de1250b7d1ba9cc299e4150408aaa5f1e8b03dd4578472a3ce6d1caa2a23b27a6c18e526e48b4595174c116c
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"body-parser@npm:2.2.1":
|
|
||||||
version: 2.2.1
|
version: 2.2.1
|
||||||
resolution: "body-parser@npm:2.2.1"
|
resolution: "body-parser@npm:2.2.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -8443,10 +8426,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"caniuse-lite@npm:1.0.30001757":
|
"caniuse-lite@npm:1.0.30001759":
|
||||||
version: 1.0.30001757
|
version: 1.0.30001759
|
||||||
resolution: "caniuse-lite@npm:1.0.30001757"
|
resolution: "caniuse-lite@npm:1.0.30001759"
|
||||||
checksum: 10c0/3ccb71fa2bf1f8c96ff1bf9b918b08806fed33307e20a3ce3259155fda131eaf96cfcd88d3d309c8fd7f8285cc71d89a3b93648a1c04814da31c301f98508d42
|
checksum: 10c0/b0f415960ba34995cda18e0d25c4e602f6917b9179290a76bdd0311423505b78cc93e558a90c98a22a1cc6b1781ab720ef6beea24ec7e29a1c1164ca72eac3a2
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -9896,10 +9879,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"devtools-protocol@npm:0.0.1521046":
|
"devtools-protocol@npm:0.0.1534754":
|
||||||
version: 0.0.1521046
|
version: 0.0.1534754
|
||||||
resolution: "devtools-protocol@npm:0.0.1521046"
|
resolution: "devtools-protocol@npm:0.0.1534754"
|
||||||
checksum: 10c0/ba4b83a94e2b9c26772b22a8f6029ff296976a72db8e4567c9076393fccc39a452f6c0530869eebe2e1ad483db0e6233cd6b7b723ce466a05660c758f5e06db0
|
checksum: 10c0/2ee96f10c9833f7e6ad0f9f66e42242129547e96c8cfe816ce508c222f4ccf4431a4b787cd6ee8174c9b2c8cc9a3c7f3b3b0a1fff96dd3cc5a16eb314027c9f7
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -11383,17 +11366,18 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"express@npm:5.1.0":
|
"express@npm:5.2.1":
|
||||||
version: 5.1.0
|
version: 5.2.1
|
||||||
resolution: "express@npm:5.1.0"
|
resolution: "express@npm:5.2.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
accepts: "npm:^2.0.0"
|
accepts: "npm:^2.0.0"
|
||||||
body-parser: "npm:^2.2.0"
|
body-parser: "npm:^2.2.1"
|
||||||
content-disposition: "npm:^1.0.0"
|
content-disposition: "npm:^1.0.0"
|
||||||
content-type: "npm:^1.0.5"
|
content-type: "npm:^1.0.5"
|
||||||
cookie: "npm:^0.7.1"
|
cookie: "npm:^0.7.1"
|
||||||
cookie-signature: "npm:^1.2.1"
|
cookie-signature: "npm:^1.2.1"
|
||||||
debug: "npm:^4.4.0"
|
debug: "npm:^4.4.0"
|
||||||
|
depd: "npm:^2.0.0"
|
||||||
encodeurl: "npm:^2.0.0"
|
encodeurl: "npm:^2.0.0"
|
||||||
escape-html: "npm:^1.0.3"
|
escape-html: "npm:^1.0.3"
|
||||||
etag: "npm:^1.8.1"
|
etag: "npm:^1.8.1"
|
||||||
@@ -11414,7 +11398,7 @@ __metadata:
|
|||||||
statuses: "npm:^2.0.1"
|
statuses: "npm:^2.0.1"
|
||||||
type-is: "npm:^2.0.1"
|
type-is: "npm:^2.0.1"
|
||||||
vary: "npm:^1.1.2"
|
vary: "npm:^1.1.2"
|
||||||
checksum: 10c0/80ce7c53c5f56887d759b94c3f2283e2e51066c98d4b72a4cc1338e832b77f1e54f30d0239cc10815a0f849bdb753e6a284d2fa48d4ab56faf9c501f55d751d6
|
checksum: 10c0/45e8c841ad188a41402ddcd1294901e861ee0819f632fb494f2ed344ef9c43315d294d443fb48d594e6586a3b779785120f43321417adaef8567316a55072949
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -14792,14 +14776,14 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"js-yaml@npm:4.1.0, js-yaml@npm:^4.1.0":
|
"js-yaml@npm:4.1.1":
|
||||||
version: 4.1.0
|
version: 4.1.1
|
||||||
resolution: "js-yaml@npm:4.1.0"
|
resolution: "js-yaml@npm:4.1.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
argparse: "npm:^2.0.1"
|
argparse: "npm:^2.0.1"
|
||||||
bin:
|
bin:
|
||||||
js-yaml: bin/js-yaml.js
|
js-yaml: bin/js-yaml.js
|
||||||
checksum: 10c0/184a24b4eaacfce40ad9074c64fd42ac83cf74d8c8cd137718d456ced75051229e5061b8633c3366b8aada17945a7a356b337828c19da92b51ae62126575018f
|
checksum: 10c0/561c7d7088c40a9bb53cc75becbfb1df6ae49b34b5e6e5a81744b14ae8667ec564ad2527709d1a6e7d5e5fa6d483aa0f373a50ad98d42fde368ec4a190d4fae7
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -14815,6 +14799,17 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"js-yaml@npm:^4.1.0":
|
||||||
|
version: 4.1.0
|
||||||
|
resolution: "js-yaml@npm:4.1.0"
|
||||||
|
dependencies:
|
||||||
|
argparse: "npm:^2.0.1"
|
||||||
|
bin:
|
||||||
|
js-yaml: bin/js-yaml.js
|
||||||
|
checksum: 10c0/184a24b4eaacfce40ad9074c64fd42ac83cf74d8c8cd137718d456ced75051229e5061b8633c3366b8aada17945a7a356b337828c19da92b51ae62126575018f
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"js2xmlparser@npm:^4.0.2":
|
"js2xmlparser@npm:^4.0.2":
|
||||||
version: 4.0.2
|
version: 4.0.2
|
||||||
resolution: "js2xmlparser@npm:4.0.2"
|
resolution: "js2xmlparser@npm:4.0.2"
|
||||||
@@ -15173,11 +15168,11 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"lerna@npm:9.0.1":
|
"lerna@npm:9.0.3":
|
||||||
version: 9.0.1
|
version: 9.0.3
|
||||||
resolution: "lerna@npm:9.0.1"
|
resolution: "lerna@npm:9.0.3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@lerna/create": "npm:9.0.1"
|
"@lerna/create": "npm:9.0.3"
|
||||||
"@npmcli/arborist": "npm:9.1.6"
|
"@npmcli/arborist": "npm:9.1.6"
|
||||||
"@npmcli/package-json": "npm:7.0.2"
|
"@npmcli/package-json": "npm:7.0.2"
|
||||||
"@npmcli/run-script": "npm:10.0.2"
|
"@npmcli/run-script": "npm:10.0.2"
|
||||||
@@ -15211,7 +15206,7 @@ __metadata:
|
|||||||
is-ci: "npm:3.0.1"
|
is-ci: "npm:3.0.1"
|
||||||
is-stream: "npm:2.0.0"
|
is-stream: "npm:2.0.0"
|
||||||
jest-diff: "npm:>=30.0.0 < 31"
|
jest-diff: "npm:>=30.0.0 < 31"
|
||||||
js-yaml: "npm:4.1.0"
|
js-yaml: "npm:4.1.1"
|
||||||
libnpmaccess: "npm:10.0.3"
|
libnpmaccess: "npm:10.0.3"
|
||||||
libnpmpublish: "npm:11.1.2"
|
libnpmpublish: "npm:11.1.2"
|
||||||
load-json-file: "npm:6.2.0"
|
load-json-file: "npm:6.2.0"
|
||||||
@@ -15256,7 +15251,7 @@ __metadata:
|
|||||||
yargs-parser: "npm:21.1.1"
|
yargs-parser: "npm:21.1.1"
|
||||||
bin:
|
bin:
|
||||||
lerna: dist/cli.js
|
lerna: dist/cli.js
|
||||||
checksum: 10c0/9100a8dda18e9a04a085ff393aba26d347be90332daf7037c9ccdd480b628e6787efebe7ffc15afa753f1e75fdf1769a7925911f07b16f394dac89422c031872
|
checksum: 10c0/197c0b0bf7819c438265e8c09c2f965811faed7125c22bf1643b17e19c0257d6acbf5eef0532b2f90f0b4ef39ddcdfaa891426adea88980e4c9db2e8858a1d2f
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -18376,12 +18371,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"prettier@npm:3.6.2":
|
"prettier@npm:3.7.4":
|
||||||
version: 3.6.2
|
version: 3.7.4
|
||||||
resolution: "prettier@npm:3.6.2"
|
resolution: "prettier@npm:3.7.4"
|
||||||
bin:
|
bin:
|
||||||
prettier: bin/prettier.cjs
|
prettier: bin/prettier.cjs
|
||||||
checksum: 10c0/488cb2f2b99ec13da1e50074912870217c11edaddedeadc649b1244c749d15ba94e846423d062e2c4c9ae683e2d65f754de28889ba06e697ac4f988d44f45812
|
checksum: 10c0/9675d2cd08eacb1faf1d1a2dbfe24bfab6a912b059fc9defdb380a408893d88213e794a40a2700bd29b140eb3172e0b07c852853f6e22f16f3374659a1a13389
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -18613,34 +18608,34 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"puppeteer-core@npm:24.31.0":
|
"puppeteer-core@npm:24.32.0":
|
||||||
version: 24.31.0
|
version: 24.32.0
|
||||||
resolution: "puppeteer-core@npm:24.31.0"
|
resolution: "puppeteer-core@npm:24.32.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@puppeteer/browsers": "npm:2.10.13"
|
"@puppeteer/browsers": "npm:2.11.0"
|
||||||
chromium-bidi: "npm:11.0.0"
|
chromium-bidi: "npm:11.0.0"
|
||||||
debug: "npm:^4.4.3"
|
debug: "npm:^4.4.3"
|
||||||
devtools-protocol: "npm:0.0.1521046"
|
devtools-protocol: "npm:0.0.1534754"
|
||||||
typed-query-selector: "npm:^2.12.0"
|
typed-query-selector: "npm:^2.12.0"
|
||||||
webdriver-bidi-protocol: "npm:0.3.9"
|
webdriver-bidi-protocol: "npm:0.3.9"
|
||||||
ws: "npm:^8.18.3"
|
ws: "npm:^8.18.3"
|
||||||
checksum: 10c0/fc1941f31e9f960e70980833bd3e2af7a434d29311f6e345c14e29f849227d541da414fc77768814c2ca7e614289f2ce5edf8f6144963cfa1801827bb8a51cfc
|
checksum: 10c0/1b1b7a5288d9b3a3f9cc6b81a31775cdfaf62f567956e401d1b9dd55ecedbe4bef9552d261dc0acb1f2213ee94e893315c22582654d1c00ca41d564a8244508d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"puppeteer@npm:24.31.0":
|
"puppeteer@npm:24.32.0":
|
||||||
version: 24.31.0
|
version: 24.32.0
|
||||||
resolution: "puppeteer@npm:24.31.0"
|
resolution: "puppeteer@npm:24.32.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@puppeteer/browsers": "npm:2.10.13"
|
"@puppeteer/browsers": "npm:2.11.0"
|
||||||
chromium-bidi: "npm:11.0.0"
|
chromium-bidi: "npm:11.0.0"
|
||||||
cosmiconfig: "npm:^9.0.0"
|
cosmiconfig: "npm:^9.0.0"
|
||||||
devtools-protocol: "npm:0.0.1521046"
|
devtools-protocol: "npm:0.0.1534754"
|
||||||
puppeteer-core: "npm:24.31.0"
|
puppeteer-core: "npm:24.32.0"
|
||||||
typed-query-selector: "npm:^2.12.0"
|
typed-query-selector: "npm:^2.12.0"
|
||||||
bin:
|
bin:
|
||||||
puppeteer: lib/cjs/puppeteer/node/cli.js
|
puppeteer: lib/cjs/puppeteer/node/cli.js
|
||||||
checksum: 10c0/7b48fbd4efbc4e5a63c760f6047fe76f1dbff2ae7e9c089791b2ea348d7c8df53389c6d3be4c6687e84b8c55eeec8cd3341b42af376110964aa26d66474f9021
|
checksum: 10c0/99532667d481bfc473247bcf0fa250936ae9cdfe05d373b8454a5cf04b1225a388ae68d5377fdad26f7b20ea184c74b76a9747f8f01f40416e16d0be2c006777
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -18747,18 +18742,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"raw-body@npm:^3.0.0":
|
|
||||||
version: 3.0.0
|
|
||||||
resolution: "raw-body@npm:3.0.0"
|
|
||||||
dependencies:
|
|
||||||
bytes: "npm:3.1.2"
|
|
||||||
http-errors: "npm:2.0.0"
|
|
||||||
iconv-lite: "npm:0.6.3"
|
|
||||||
unpipe: "npm:1.0.0"
|
|
||||||
checksum: 10c0/f8daf4b724064a4811d118745a781ca0fb4676298b8adadfd6591155549cfea0a067523cf7dd3baeb1265fecc9ce5dfb2fc788c12c66b85202a336593ece0f87
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"raw-body@npm:^3.0.1":
|
"raw-body@npm:^3.0.1":
|
||||||
version: 3.0.2
|
version: 3.0.2
|
||||||
resolution: "raw-body@npm:3.0.2"
|
resolution: "raw-body@npm:3.0.2"
|
||||||
@@ -18790,9 +18773,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"react-router@npm:7.9.6":
|
"react-router@npm:7.10.1":
|
||||||
version: 7.9.6
|
version: 7.10.1
|
||||||
resolution: "react-router@npm:7.9.6"
|
resolution: "react-router@npm:7.10.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
cookie: "npm:^1.0.1"
|
cookie: "npm:^1.0.1"
|
||||||
set-cookie-parser: "npm:^2.6.0"
|
set-cookie-parser: "npm:^2.6.0"
|
||||||
@@ -18802,7 +18785,7 @@ __metadata:
|
|||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
react-dom:
|
react-dom:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 10c0/2a177bbe19021e3b8211df849ea5b3f3a4f482327e6de3341aaeaa4f1406dc9be7b675b229eefea6761e04a59a40ccaaf8188f2ee88eb2d0b2a6b6448daea368
|
checksum: 10c0/e114a319603ccf0394f616f954ee3f53bec04636a2f13383b1e941b8fa6c1c64b71b60527e3db8e7f971dcfaaeb9a82bd7c2ddd884a718694e589403e6975d52
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -19661,9 +19644,9 @@ __metadata:
|
|||||||
"@babel/plugin-transform-react-jsx": "npm:7.27.1"
|
"@babel/plugin-transform-react-jsx": "npm:7.27.1"
|
||||||
"@babel/preset-env": "npm:7.28.5"
|
"@babel/preset-env": "npm:7.28.5"
|
||||||
"@babel/preset-react": "npm:7.28.5"
|
"@babel/preset-react": "npm:7.28.5"
|
||||||
"@commitlint/cli": "npm:20.1.0"
|
"@commitlint/cli": "npm:20.2.0"
|
||||||
"@commitlint/config-conventional": "npm:20.0.0"
|
"@commitlint/config-conventional": "npm:20.2.0"
|
||||||
"@playwright/test": "npm:1.56.1"
|
"@playwright/test": "npm:1.57.0"
|
||||||
"@rollup/plugin-babel": "npm:6.1.0"
|
"@rollup/plugin-babel": "npm:6.1.0"
|
||||||
"@rollup/plugin-commonjs": "npm:29.0.0"
|
"@rollup/plugin-commonjs": "npm:29.0.0"
|
||||||
"@rollup/plugin-json": "npm:6.1.0"
|
"@rollup/plugin-json": "npm:6.1.0"
|
||||||
@@ -19676,7 +19659,7 @@ __metadata:
|
|||||||
"@testing-library/user-event": "npm:^14.6.1"
|
"@testing-library/user-event": "npm:^14.6.1"
|
||||||
babel-loader: "npm:10.0.0"
|
babel-loader: "npm:10.0.0"
|
||||||
babel-plugin-istanbul: "npm:7.0.1"
|
babel-plugin-istanbul: "npm:7.0.1"
|
||||||
body-parser: "npm:2.2.0"
|
body-parser: "npm:2.2.1"
|
||||||
cross-env: "npm:10.1.0"
|
cross-env: "npm:10.1.0"
|
||||||
css-loader: "npm:7.1.2"
|
css-loader: "npm:7.1.2"
|
||||||
enigma.js: "npm:2.14.0"
|
enigma.js: "npm:2.14.0"
|
||||||
@@ -19689,7 +19672,7 @@ __metadata:
|
|||||||
eslint-plugin-mocha: "npm:11.2.0"
|
eslint-plugin-mocha: "npm:11.2.0"
|
||||||
eslint-plugin-prettier: "npm:5.5.4"
|
eslint-plugin-prettier: "npm:5.5.4"
|
||||||
eslint-plugin-react: "npm:7.37.5"
|
eslint-plugin-react: "npm:7.37.5"
|
||||||
express: "npm:5.1.0"
|
express: "npm:5.2.1"
|
||||||
globals: "npm:^16.5.0"
|
globals: "npm:^16.5.0"
|
||||||
husky: "npm:9.1.7"
|
husky: "npm:9.1.7"
|
||||||
jest: "npm:^29.7.0"
|
jest: "npm:^29.7.0"
|
||||||
@@ -19697,13 +19680,13 @@ __metadata:
|
|||||||
jest-junit: "npm:^16.0.0"
|
jest-junit: "npm:^16.0.0"
|
||||||
jest-location-mock: "npm:^2.0.0"
|
jest-location-mock: "npm:^2.0.0"
|
||||||
jimp: "npm:^1.6.0"
|
jimp: "npm:^1.6.0"
|
||||||
lerna: "npm:9.0.1"
|
lerna: "npm:9.0.3"
|
||||||
lint-staged: "npm:^16.2.7"
|
lint-staged: "npm:^16.2.7"
|
||||||
mocha-junit-reporter: "npm:2.2.1"
|
mocha-junit-reporter: "npm:2.2.1"
|
||||||
picasso-plugin-q: "npm:2.10.0"
|
picasso-plugin-q: "npm:2.10.0"
|
||||||
picasso.js: "npm:2.10.0"
|
picasso.js: "npm:2.10.0"
|
||||||
prettier: "npm:3.6.2"
|
prettier: "npm:3.7.4"
|
||||||
puppeteer: "npm:24.31.0"
|
puppeteer: "npm:24.32.0"
|
||||||
qix-faker: "npm:0.3.0"
|
qix-faker: "npm:0.3.0"
|
||||||
react-is: "npm:18.3.1"
|
react-is: "npm:18.3.1"
|
||||||
rollup: "npm:4.53.3"
|
rollup: "npm:4.53.3"
|
||||||
@@ -21678,7 +21661,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"type-is@npm:^2.0.0, type-is@npm:^2.0.1":
|
"type-is@npm:^2.0.1":
|
||||||
version: 2.0.1
|
version: 2.0.1
|
||||||
resolution: "type-is@npm:2.0.1"
|
resolution: "type-is@npm:2.0.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user