mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update all non-major dependencies
See associated pull request for more information.
This commit is contained in:
committed by
Jessica Janiuk
parent
a0f943d53d
commit
b63b9032b4
+5
-5
@@ -31,7 +31,7 @@
|
||||
"@codemirror/lint": "6.9.7",
|
||||
"@codemirror/search": "6.7.1",
|
||||
"@codemirror/state": "6.7.1",
|
||||
"@codemirror/view": "6.43.6",
|
||||
"@codemirror/view": "6.43.7",
|
||||
"@lezer/common": "1.5.2",
|
||||
"@lezer/css": "1.3.4",
|
||||
"@lezer/highlight": "1.2.3",
|
||||
@@ -76,13 +76,13 @@
|
||||
"karma-coverage": "2.2.1",
|
||||
"karma-jasmine": "5.1.0",
|
||||
"karma-jasmine-html-reporter": "2.2.0",
|
||||
"marked": "18.0.6",
|
||||
"marked": "18.0.7",
|
||||
"mermaid": "11.16.0",
|
||||
"ngx-progressbar": "14.0.0",
|
||||
"playwright-core": "1.61.1",
|
||||
"playwright-core": "1.62.0",
|
||||
"preact": "10.29.7",
|
||||
"preact-render-to-string": "6.7.0",
|
||||
"prettier": "3.9.5",
|
||||
"prettier": "3.9.6",
|
||||
"property-information": "^7.1.0",
|
||||
"rxjs": "7.8.2",
|
||||
"shiki": "4.3.1",
|
||||
@@ -98,7 +98,7 @@
|
||||
"devDependencies": {
|
||||
"autoprefixer": "10.5.4",
|
||||
"karma": "~6.4.4",
|
||||
"postcss": "8.5.20",
|
||||
"postcss": "8.5.25",
|
||||
"tailwindcss": "3.4.19"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
* found in the LICENSE file at https://angular.dev/license
|
||||
*/
|
||||
|
||||
import {DocsCodeToken} from '../extensions/docs-code/docs-code.mjs';
|
||||
import {chromium} from 'playwright-core';
|
||||
import {Mermaid, MermaidConfig} from 'mermaid';
|
||||
import {resolve, join} from 'path';
|
||||
import {join, resolve} from 'path';
|
||||
import {chromium} from 'playwright-core';
|
||||
import {DocsCodeToken} from '../extensions/docs-code/docs-code.mjs';
|
||||
|
||||
const runfilesDir = process.env['JS_BINARY__RUNFILES']!;
|
||||
// Declare mermarid in the context of this file so that typescript doesn't get upset when we
|
||||
@@ -62,7 +62,7 @@ export async function processMermaidCodeBlock(token: DocsCodeToken) {
|
||||
/** The generated SVG element string for the provided token's code. */
|
||||
let {svg} = await page.evaluate(
|
||||
({diagram, config}) => {
|
||||
mermaid.initialize(config);
|
||||
mermaid.initialize(config as MermaidConfig);
|
||||
|
||||
return mermaid.render('mermaid-generated-diagram', diagram);
|
||||
},
|
||||
|
||||
@@ -31,10 +31,10 @@
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
"concurrently": "10.0.3",
|
||||
"concurrently": "10.0.4",
|
||||
"jasmine": "6.3.0",
|
||||
"jasmine-core": "6.3.0",
|
||||
"puppeteer": "25.3.0",
|
||||
"puppeteer": "25.4.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "6.0.3"
|
||||
},
|
||||
|
||||
Generated
+29
-29
@@ -64,8 +64,8 @@ importers:
|
||||
specifier: ^20.14.8
|
||||
version: 20.19.43
|
||||
concurrently:
|
||||
specifier: 10.0.3
|
||||
version: 10.0.3
|
||||
specifier: 10.0.4
|
||||
version: 10.0.4
|
||||
jasmine:
|
||||
specifier: 6.3.0
|
||||
version: 6.3.0
|
||||
@@ -73,8 +73,8 @@ importers:
|
||||
specifier: 6.3.0
|
||||
version: 6.3.0
|
||||
puppeteer:
|
||||
specifier: 25.3.0
|
||||
version: 25.3.0
|
||||
specifier: 25.4.0
|
||||
version: 25.4.0
|
||||
ts-node:
|
||||
specifier: ^10.9.1
|
||||
version: 10.9.2(@types/node@20.19.43)(typescript@6.0.3)
|
||||
@@ -2296,8 +2296,8 @@ packages:
|
||||
resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==}
|
||||
engines: {node: '>=6.0'}
|
||||
|
||||
chromium-bidi@16.0.1:
|
||||
resolution: {integrity: sha512-J63PGu/9PpeCwLIcKYyzWP6yaVL5pxuBc0shlYCYM8BaAkmlwiQboXO1iNbOgSDbVklEyYFfNEcHD8oOAWacUA==}
|
||||
chromium-bidi@17.0.2:
|
||||
resolution: {integrity: sha512-5v9GQFhTktFvotn/OFNJBmKLKRAb6n9r0bVCwf7sHgWc3/JryK0bj1nn93L3pHFrfgcsu6Be6EWsDi+1XHTGDg==}
|
||||
engines: {node: '>=20.19.0 <22.0.0 || >=22.12.0'}
|
||||
peerDependencies:
|
||||
devtools-protocol: '*'
|
||||
@@ -2340,8 +2340,8 @@ packages:
|
||||
resolution: {integrity: sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
|
||||
concurrently@10.0.3:
|
||||
resolution: {integrity: sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==}
|
||||
concurrently@10.0.4:
|
||||
resolution: {integrity: sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==}
|
||||
engines: {node: '>=22'}
|
||||
hasBin: true
|
||||
|
||||
@@ -2498,8 +2498,8 @@ packages:
|
||||
detect-node@2.1.0:
|
||||
resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==}
|
||||
|
||||
devtools-protocol@0.0.1638949:
|
||||
resolution: {integrity: sha512-mXwg4Fqnv0WR4iuAT/gYUmctNkjILwXFHyZ+m7Ty1dfr0ezZt2U3gnrrJTfRobJTHoXf+IbuFvFITzLrLFjwJA==}
|
||||
devtools-protocol@0.0.1653615:
|
||||
resolution: {integrity: sha512-pGVkY3T/qXxAp2nFPodwYqOevk6ncNMSmvL8QfRCx5ZWGd6Vor7AFNmyaA8Zs6uJyP1QAfjuLandCgvSix1BNA==}
|
||||
|
||||
diff@4.0.4:
|
||||
resolution: {integrity: sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==}
|
||||
@@ -3635,12 +3635,12 @@ packages:
|
||||
prr@1.0.1:
|
||||
resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==}
|
||||
|
||||
puppeteer-core@25.3.0:
|
||||
resolution: {integrity: sha512-fm+wpUr2oigH1PXZvwgATrM2tYWHMDG8ASzTEe9uukCye4X5Ldx1K5BTHPFKITrIWvQQAQ256d1NpbEveBcKjA==}
|
||||
puppeteer-core@25.4.0:
|
||||
resolution: {integrity: sha512-K1plkLOdeoUnGeT1OvdqF3qxl33v+Ra/uH5VyPEhXdMcpvGiEskHzxxEU3fgpccJpJLIipB/rPUsvkZRWeKqOA==}
|
||||
engines: {node: '>=22.12.0'}
|
||||
|
||||
puppeteer@25.3.0:
|
||||
resolution: {integrity: sha512-O1tx8S315aw8eI99HZ5ZNcVEzJ9+jKF//eO5UvfZ3cXJ6okZ5sX3Y50u7DJaM+ewEK4LqXP068tBhfRaWikj+g==}
|
||||
puppeteer@25.4.0:
|
||||
resolution: {integrity: sha512-xfQp8dFBcGaLc1hEMaVr7s+oW4ZkAurr8Y9H81ilKhu6QoLfSTkZjU7IavnyJ/VWpB9ni3KNJUQHUatslLWyGw==}
|
||||
engines: {node: '>=22.12.0'}
|
||||
hasBin: true
|
||||
|
||||
@@ -3853,8 +3853,8 @@ packages:
|
||||
resolution: {integrity: sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
shell-quote@1.8.4:
|
||||
resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==}
|
||||
shell-quote@1.9.0:
|
||||
resolution: {integrity: sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
@@ -6552,9 +6552,9 @@ snapshots:
|
||||
|
||||
chrome-trace-event@1.0.4: {}
|
||||
|
||||
chromium-bidi@16.0.1(devtools-protocol@0.0.1638949):
|
||||
chromium-bidi@17.0.2(devtools-protocol@0.0.1653615):
|
||||
dependencies:
|
||||
devtools-protocol: 0.0.1638949
|
||||
devtools-protocol: 0.0.1653615
|
||||
mitt: 3.0.1
|
||||
zod: 3.25.76
|
||||
|
||||
@@ -6603,11 +6603,11 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
concurrently@10.0.3:
|
||||
concurrently@10.0.4:
|
||||
dependencies:
|
||||
chalk: 5.6.2
|
||||
rxjs: 7.8.2
|
||||
shell-quote: 1.8.4
|
||||
shell-quote: 1.9.0
|
||||
supports-color: 10.2.2
|
||||
tree-kill: 1.2.2
|
||||
yargs: 18.0.0
|
||||
@@ -6738,7 +6738,7 @@ snapshots:
|
||||
|
||||
detect-node@2.1.0: {}
|
||||
|
||||
devtools-protocol@0.0.1638949: {}
|
||||
devtools-protocol@0.0.1653615: {}
|
||||
|
||||
diff@4.0.4: {}
|
||||
|
||||
@@ -7865,11 +7865,11 @@ snapshots:
|
||||
prr@1.0.1:
|
||||
optional: true
|
||||
|
||||
puppeteer-core@25.3.0:
|
||||
puppeteer-core@25.4.0:
|
||||
dependencies:
|
||||
'@puppeteer/browsers': 3.0.6
|
||||
chromium-bidi: 16.0.1(devtools-protocol@0.0.1638949)
|
||||
devtools-protocol: 0.0.1638949
|
||||
chromium-bidi: 17.0.2(devtools-protocol@0.0.1653615)
|
||||
devtools-protocol: 0.0.1653615
|
||||
typed-query-selector: 2.12.2
|
||||
webdriver-bidi-protocol: 0.4.2
|
||||
ws: 8.21.1
|
||||
@@ -7879,13 +7879,13 @@ snapshots:
|
||||
- utf-8-validate
|
||||
- yauzl
|
||||
|
||||
puppeteer@25.3.0:
|
||||
puppeteer@25.4.0:
|
||||
dependencies:
|
||||
'@puppeteer/browsers': 3.0.6
|
||||
chromium-bidi: 16.0.1(devtools-protocol@0.0.1638949)
|
||||
devtools-protocol: 0.0.1638949
|
||||
chromium-bidi: 17.0.2(devtools-protocol@0.0.1653615)
|
||||
devtools-protocol: 0.0.1653615
|
||||
lilconfig: 3.1.3
|
||||
puppeteer-core: 25.3.0
|
||||
puppeteer-core: 25.4.0
|
||||
typed-query-selector: 2.12.2
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
@@ -8168,7 +8168,7 @@ snapshots:
|
||||
|
||||
shell-quote@1.10.0: {}
|
||||
|
||||
shell-quote@1.8.4: {}
|
||||
shell-quote@1.9.0: {}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
dependencies:
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/node": "^20.14.8",
|
||||
"concurrently": "10.0.3",
|
||||
"concurrently": "10.0.4",
|
||||
"jasmine-core": "6.3.0",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
|
||||
+10
-10
@@ -61,8 +61,8 @@ importers:
|
||||
specifier: ^20.14.8
|
||||
version: 20.19.43
|
||||
concurrently:
|
||||
specifier: 10.0.3
|
||||
version: 10.0.3
|
||||
specifier: 10.0.4
|
||||
version: 10.0.4
|
||||
jasmine-core:
|
||||
specifier: 6.3.0
|
||||
version: 6.3.0
|
||||
@@ -2488,8 +2488,8 @@ packages:
|
||||
concat-map@0.0.1:
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
|
||||
concurrently@10.0.3:
|
||||
resolution: {integrity: sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==}
|
||||
concurrently@10.0.4:
|
||||
resolution: {integrity: sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==}
|
||||
engines: {node: '>=22'}
|
||||
hasBin: true
|
||||
|
||||
@@ -4618,8 +4618,8 @@ packages:
|
||||
resolution: {integrity: sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
shell-quote@1.8.4:
|
||||
resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==}
|
||||
shell-quote@1.9.0:
|
||||
resolution: {integrity: sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
@@ -7538,7 +7538,7 @@ snapshots:
|
||||
dependencies:
|
||||
ansi-align: 3.0.1
|
||||
camelcase: 7.0.1
|
||||
chalk: 5.0.1
|
||||
chalk: 5.6.2
|
||||
cli-boxes: 3.0.0
|
||||
string-width: 5.1.2
|
||||
type-fest: 2.19.0
|
||||
@@ -7733,11 +7733,11 @@ snapshots:
|
||||
|
||||
concat-map@0.0.1: {}
|
||||
|
||||
concurrently@10.0.3:
|
||||
concurrently@10.0.4:
|
||||
dependencies:
|
||||
chalk: 5.6.2
|
||||
rxjs: 7.8.2
|
||||
shell-quote: 1.8.4
|
||||
shell-quote: 1.9.0
|
||||
supports-color: 10.2.2
|
||||
tree-kill: 1.2.2
|
||||
yargs: 18.0.0
|
||||
@@ -10050,7 +10050,7 @@ snapshots:
|
||||
|
||||
shell-quote@1.10.0: {}
|
||||
|
||||
shell-quote@1.8.4: {}
|
||||
shell-quote@1.9.0: {}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
dependencies:
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/node": "^20.14.8",
|
||||
"concurrently": "10.0.3",
|
||||
"concurrently": "10.0.4",
|
||||
"jasmine-core": "6.3.0",
|
||||
"serve": "^14.2.5",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
|
||||
+10
-10
@@ -58,8 +58,8 @@ importers:
|
||||
specifier: ^20.14.8
|
||||
version: 20.19.43
|
||||
concurrently:
|
||||
specifier: 10.0.3
|
||||
version: 10.0.3
|
||||
specifier: 10.0.4
|
||||
version: 10.0.4
|
||||
jasmine-core:
|
||||
specifier: 6.3.0
|
||||
version: 6.3.0
|
||||
@@ -2480,8 +2480,8 @@ packages:
|
||||
concat-map@0.0.1:
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
|
||||
concurrently@10.0.3:
|
||||
resolution: {integrity: sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==}
|
||||
concurrently@10.0.4:
|
||||
resolution: {integrity: sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==}
|
||||
engines: {node: '>=22'}
|
||||
hasBin: true
|
||||
|
||||
@@ -4471,8 +4471,8 @@ packages:
|
||||
resolution: {integrity: sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
shell-quote@1.8.4:
|
||||
resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==}
|
||||
shell-quote@1.9.0:
|
||||
resolution: {integrity: sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
@@ -7282,7 +7282,7 @@ snapshots:
|
||||
dependencies:
|
||||
ansi-align: 3.0.1
|
||||
camelcase: 7.0.1
|
||||
chalk: 5.0.1
|
||||
chalk: 5.6.2
|
||||
cli-boxes: 3.0.0
|
||||
string-width: 5.1.2
|
||||
type-fest: 2.19.0
|
||||
@@ -7464,11 +7464,11 @@ snapshots:
|
||||
|
||||
concat-map@0.0.1: {}
|
||||
|
||||
concurrently@10.0.3:
|
||||
concurrently@10.0.4:
|
||||
dependencies:
|
||||
chalk: 5.6.2
|
||||
rxjs: 7.8.2
|
||||
shell-quote: 1.8.4
|
||||
shell-quote: 1.9.0
|
||||
supports-color: 10.2.2
|
||||
tree-kill: 1.2.2
|
||||
yargs: 18.0.0
|
||||
@@ -9573,7 +9573,7 @@ snapshots:
|
||||
|
||||
shell-quote@1.10.0: {}
|
||||
|
||||
shell-quote@1.8.4: {}
|
||||
shell-quote@1.9.0: {}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
dependencies:
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
"@rollup/plugin-node-resolve": "^16.0.0",
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"concurrently": "10.0.3",
|
||||
"concurrently": "10.0.4",
|
||||
"lite-server": "2.6.1",
|
||||
"protractor": "^7.0.0",
|
||||
"rollup": "4.62.2"
|
||||
"rollup": "4.62.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "pnpm ngc && pnpm rollup -c rollup.config.mjs",
|
||||
|
||||
Generated
+124
-124
@@ -44,10 +44,10 @@ importers:
|
||||
version: 8.0.1
|
||||
'@rollup/plugin-babel':
|
||||
specifier: ^7.0.0
|
||||
version: 7.1.0(@babel/core@8.0.1)(rollup@4.62.2)(supports-color@10.2.2)
|
||||
version: 7.1.0(@babel/core@8.0.1)(rollup@4.62.3)(supports-color@10.2.2)
|
||||
'@rollup/plugin-node-resolve':
|
||||
specifier: ^16.0.0
|
||||
version: 16.0.3(rollup@4.62.2)
|
||||
version: 16.0.3(rollup@4.62.3)
|
||||
'@types/jasmine':
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0
|
||||
@@ -55,8 +55,8 @@ importers:
|
||||
specifier: ^2.0.8
|
||||
version: 2.0.13
|
||||
concurrently:
|
||||
specifier: 10.0.3
|
||||
version: 10.0.3
|
||||
specifier: 10.0.4
|
||||
version: 10.0.4
|
||||
lite-server:
|
||||
specifier: 2.6.1
|
||||
version: 2.6.1(debug@4.3.2(supports-color@10.2.2))(supports-color@10.2.2)
|
||||
@@ -64,8 +64,8 @@ importers:
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0(supports-color@10.2.2)
|
||||
rollup:
|
||||
specifier: 4.62.2
|
||||
version: 4.62.2
|
||||
specifier: 4.62.3
|
||||
version: 4.62.3
|
||||
|
||||
packages:
|
||||
|
||||
@@ -211,141 +211,141 @@ packages:
|
||||
rollup:
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-android-arm-eabi@4.62.2':
|
||||
resolution: {integrity: sha512-6o7ZLZK+BeenkZCFNDXqpbjw9bD6nuWonvS/lwQJp7NoVVxm6p3qE7qQ5jGuBjiFsgvqjD8mZAU5oWxTmbOeOg==}
|
||||
'@rollup/rollup-android-arm-eabi@4.62.3':
|
||||
resolution: {integrity: sha512-c0wdcekXtQvvn5Tsrk/+op/gUArrbWaFduBnTLP2l1cKLSQs4diMWjJw3m6A0DdzT8dAAX95KpkJ3qynCePbmw==}
|
||||
cpu: [arm]
|
||||
os: [android]
|
||||
|
||||
'@rollup/rollup-android-arm64@4.62.2':
|
||||
resolution: {integrity: sha512-BaH7BllCACHoH1LguOU56UItGfUWjujlO65kS9LAodViaN4bwIKd7oeW/ZHJ/4ljr/7MIiENnNy3HJ0zXv8Zkw==}
|
||||
'@rollup/rollup-android-arm64@4.62.3':
|
||||
resolution: {integrity: sha512-3YjElDdWN+qXAFbJ/CzPV+0wspLqh54k/I6GfdYtEJRqg7buSgc1yPM3B+93j1M4neobtkATHZTmxK2AMVGfnA==}
|
||||
cpu: [arm64]
|
||||
os: [android]
|
||||
|
||||
'@rollup/rollup-darwin-arm64@4.62.2':
|
||||
resolution: {integrity: sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==}
|
||||
'@rollup/rollup-darwin-arm64@4.62.3':
|
||||
resolution: {integrity: sha512-Pch2pFNOxxz1hTjypIdPyRTR6riiwRl84+VcN9djS680fw+Co1nAJINrdpqp7KV0NvyuU8ilZXZCjd7ykJl1GQ==}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@rollup/rollup-darwin-x64@4.62.2':
|
||||
resolution: {integrity: sha512-yl0y2vq3S3lHeuXhEdss6TWfKW8vkujImO12tn4ZkG/4oghr09LvdYm2RElVjokTQiUvDUGXLGsYeLqUMCKpGA==}
|
||||
'@rollup/rollup-darwin-x64@4.62.3':
|
||||
resolution: {integrity: sha512-LEuncFUHFiF8t4yZVZvvZA1wk0pjAscRnsrn1EfTEmN4HXotBi2YtcnLRyaK6UbuczW7xZS5ES+81Rdz8Z0T6g==}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@rollup/rollup-freebsd-arm64@4.62.2':
|
||||
resolution: {integrity: sha512-tT4pvt4qXD+vEoezupCWi+a1F0vvDiksiHc+PxRlYTOH1I6/X4id9jPxTP+Fg+545euaFT1jJVs4CEdHZAU1vw==}
|
||||
'@rollup/rollup-freebsd-arm64@4.62.3':
|
||||
resolution: {integrity: sha512-zvBUvsQUpOWALdDsk6qbS8bXf2VxmPisuudNDrY7x0p0jBdsoZl8HsHczIOgkQiZldmcacMKtBzpoGVNeIe2bQ==}
|
||||
cpu: [arm64]
|
||||
os: [freebsd]
|
||||
|
||||
'@rollup/rollup-freebsd-x64@4.62.2':
|
||||
resolution: {integrity: sha512-6nU5F2wCW+qvCBhTn1pdIU3bzsIoF7EUwsCDRxilWGprQR6yd508YnH9+OKFCwpfS8pjZqDUmnCAr7exax0XCg==}
|
||||
'@rollup/rollup-freebsd-x64@4.62.3':
|
||||
resolution: {integrity: sha512-C2KmNrcSem/AMg984H/dev+si0lieQGdXdR/lYGJnuumXnFb9Y7QdiI62obFdLlxRYLBv4P0eUVIDbD4c1vVvw==}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
|
||||
'@rollup/rollup-linux-arm-gnueabihf@4.62.2':
|
||||
resolution: {integrity: sha512-n1GJHPOvpIfhi3TmrCeh6S6URt9BFCt0KQE3qvexyGCTAKpR4Lg+eWvNZEqu7epxwus/8ElT3hacYEucm49SZg==}
|
||||
'@rollup/rollup-linux-arm-gnueabihf@4.62.3':
|
||||
resolution: {integrity: sha512-ggXnsTAEzNQx74XpunRsiZ9aBZDsI7XIa0hm2nzR9f4WzH5/f/d73ZSDaC5ejJ8YLY4NW+V3wr0tjOaeCq8hqA==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-arm-musleabihf@4.62.2':
|
||||
resolution: {integrity: sha512-JqgflS8wEB+UXV/vS1RpRbifGBeN4D5lz8D8oOFbFZw4vedvdOgCFAjfBmIMdW3yL10XpQQ0Ambepw6MXrhOnA==}
|
||||
'@rollup/rollup-linux-arm-musleabihf@4.62.3':
|
||||
resolution: {integrity: sha512-2vng+FlzNUhKZxtej3IUqJgbZoQk2M/dwQM20+ULV0R/E/8tr9/P6uEf2iiGIk4HL0zMKh5Jry7mUHdUOvyGgA==}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-arm64-gnu@4.62.2':
|
||||
resolution: {integrity: sha512-wnFJkogWvN4jm/hQRF2UBaeUmk20j5+DmHvoyWii2b8HJDyvz1MF2OU/6ynXt2KR63rbZLWkFpoytpdc/yBuSA==}
|
||||
'@rollup/rollup-linux-arm64-gnu@4.62.3':
|
||||
resolution: {integrity: sha512-LLLFZKt4/Nraf9rxDkhiU8QVgLF4WmCkfr0L4fj0fPfIZFBib0DeiFk1hhaYKd03LFAFJcxHslhDFlNJLylf5Q==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-arm64-musl@4.62.2':
|
||||
resolution: {integrity: sha512-HVu2bp0zhvJ8xHEV9+UUs7S90VadmBSY3LcIMvozbPo4AuMGDWlz3ymHLHZPX4hR67TKTt8Qp5PJ5RBg/i+RMQ==}
|
||||
'@rollup/rollup-linux-arm64-musl@4.62.3':
|
||||
resolution: {integrity: sha512-WJkdQCvS9sWNOUBJZfQRKpZGFBztRzcowI+nndmflKgU4XY+3a420FgTOSKTsVqJbnzSxeT4vaJalpOaPo2YCQ==}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-loong64-gnu@4.62.2':
|
||||
resolution: {integrity: sha512-mQqqAV8QaoSgr9I2fKDLY2BAVvmKjWoGiu/cSYQonsLvtqwEn1E4QYfnCOcp5zoEqNhsDYin1s6jx/VJmrxlZg==}
|
||||
'@rollup/rollup-linux-loong64-gnu@4.62.3':
|
||||
resolution: {integrity: sha512-PwHXCCS2n64/1Ot6rP1YEYA02MGYBcQlr8CSZZyrUG2O7NH6NklYmvr9v3Jy+5e/eDeNchc/ukmKJi9LuflMIQ==}
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-loong64-musl@4.62.2':
|
||||
resolution: {integrity: sha512-IxKLoxCQ2IWi6bT2akyDUBGsOImDKB+sPp4EsTmwFQ/fMwpCKm8uLSSgP/Kx/QYUgKis6SEZ5/Nlhup0DIA0PQ==}
|
||||
'@rollup/rollup-linux-loong64-musl@4.62.3':
|
||||
resolution: {integrity: sha512-vUjxINQu3RC8NZS3ykk1gN65gIz8pAopOq2HXuZhiIxHdx7TFvDG+jgrdSgInu1Eza4/Rfi2VzZgyIgEH4WOaw==}
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-ppc64-gnu@4.62.2':
|
||||
resolution: {integrity: sha512-Mk5ha2RQSgyFfmYYLkBpPnUk8D8FriBxesO1u9O75X0mHgXL1UQcH5Itl2lurWL2tj0RxV9b9tJgipac0hRY9A==}
|
||||
'@rollup/rollup-linux-ppc64-gnu@4.62.3':
|
||||
resolution: {integrity: sha512-wzko4aJ13+0G3kGnviCg5gnXFKd40izKsrf2uOw12US4XqprkDrmwOpeW14aSNa37V8bfPcz5Fkob6LZ3BAPmA==}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-ppc64-musl@4.62.2':
|
||||
resolution: {integrity: sha512-CjvEnqJL/0/TQ3TXX3OPIJ/kmBellrWd4heXUmHeJlTnmwjKpSJzoehLaL6Xk0ZnMHBu9dZuFADNOrtjF4v+2w==}
|
||||
'@rollup/rollup-linux-ppc64-musl@4.62.3':
|
||||
resolution: {integrity: sha512-8120ue0JUMSwy11stlwnfdX3pPd+WZYGCDBwEHWtIHi6pOpZmsEF5QKB7a/UN+XFdqvobxz98kv8RTqikyCEBw==}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-riscv64-gnu@4.62.2':
|
||||
resolution: {integrity: sha512-1SiZbzwdkaDURsew/tSOrooKiYy7EQGT6m8ufavAi9NEyQb/6VuIxFXAL1fqa4iZe3g4NbNk4P7J32z2tw5Mgg==}
|
||||
'@rollup/rollup-linux-riscv64-gnu@4.62.3':
|
||||
resolution: {integrity: sha512-XLFHnR3tXMjbOCh2vtVJHmxt+995uJsTERQyseFDRA0xxMxyTZPLa3OIUlyFaO4mF/Lu0FjmWHCuPXJT1n/IOg==}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-riscv64-musl@4.62.2':
|
||||
resolution: {integrity: sha512-nQts12zJ3NQRoE6uYljOH89v7szzLDvG2JD/vsX+vGXU8w/At1GowTZ5/7qeFQ8m7L55rpR8Okugnuo5bgjy2Q==}
|
||||
'@rollup/rollup-linux-riscv64-musl@4.62.3':
|
||||
resolution: {integrity: sha512-se6yXvNGMIl0f+RQzyh7XAmia8/9kplQx424wnG2w0C1oi6XgO6Y8otKhdXFHbHs88Ihavzmvh1NWjuovE76BQ==}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-linux-s390x-gnu@4.62.2':
|
||||
resolution: {integrity: sha512-E9/ll019jhPIJgpzfZoIkBGhcz+kKNgVWYRY0zr9srBdPPFVpvOKW8VaJKUbeK+eZXyQF9ltME+Kk6affeaPgg==}
|
||||
'@rollup/rollup-linux-s390x-gnu@4.62.3':
|
||||
resolution: {integrity: sha512-gNoxRefktVIiGflpONuxWWXZAzIQG++z9qHO3xKwk4WdDMuQja3JHGfE1u0i3PfPDyvhypdk+WrgIJqLhGG7sg==}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-x64-gnu@4.62.2':
|
||||
resolution: {integrity: sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==}
|
||||
'@rollup/rollup-linux-x64-gnu@4.62.3':
|
||||
resolution: {integrity: sha512-V4KtWtQfAFMU7+9/A/VDps/VI8CHd3cYz0L8sgJzz8qK7eY7wI4ruFD82UYIYvW9Z4DtlTfhQcsl4XyPHW5uSg==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [glibc]
|
||||
|
||||
'@rollup/rollup-linux-x64-musl@4.62.2':
|
||||
resolution: {integrity: sha512-uNN83XxQrRAh/w0/pmAfibcwyb6YWt4gP+dpnQKPVJshAloQ785ii8CT8ZCIxkGg9opVsvAlGhFitSm6D1Jjpg==}
|
||||
'@rollup/rollup-linux-x64-musl@4.62.3':
|
||||
resolution: {integrity: sha512-LBx9LYXvj2CBkMkjLdNAWLwH0MLMin7do2VcVo9kVPibGLkY0BQQut2fv7NVqkXqZ/CrAu9LqDHVV1xHCMpCPw==}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
libc: [musl]
|
||||
|
||||
'@rollup/rollup-openbsd-x64@4.62.2':
|
||||
resolution: {integrity: sha512-srjEIxSH3LRnJN6THczDHWQplqEMFiAJrTab0msUryh9kwNpkICf3Ea6q6MN/2cZwRFUNx5w+h6Hpi4QuHS6Zg==}
|
||||
'@rollup/rollup-openbsd-x64@4.62.3':
|
||||
resolution: {integrity: sha512-ABVf3Q0RCu7NcyCCOZQI0pJ3GuSdfSl8EXcy88QtdceIMIoCUdfhsJChZ64L9zVM2aJHjde1Bhn5uqSRcX9ySA==}
|
||||
cpu: [x64]
|
||||
os: [openbsd]
|
||||
|
||||
'@rollup/rollup-openharmony-arm64@4.62.2':
|
||||
resolution: {integrity: sha512-8hOJnxgbyObnCm5AlRA3A931xX19xq80RjVTKgJOvEKWqJruP/Uf12IbAOaDjjEXYRewwHLfmF0YRIdK3OwKWA==}
|
||||
'@rollup/rollup-openharmony-arm64@4.62.3':
|
||||
resolution: {integrity: sha512-+2Cy/ldweGBLlPIKsQLF8U5N44a0KDdbrk1rAjHOM9M2K+kGdIVjHLmmrZIcx+9Ny3ke/1JomCsDI1ocb11+sg==}
|
||||
cpu: [arm64]
|
||||
os: [openharmony]
|
||||
|
||||
'@rollup/rollup-win32-arm64-msvc@4.62.2':
|
||||
resolution: {integrity: sha512-mmF4AY1i0hG/bLWUctUq59gtmgaSIRa3cu/A3JFRp/sCNEme2bgDEiDS22P9FbnJB8NJNF4jPJiSP5RHQpUTDg==}
|
||||
'@rollup/rollup-win32-arm64-msvc@4.62.3':
|
||||
resolution: {integrity: sha512-dtZvzc8BedpSaFNy75x6uiWwAGTH+aZHDtdrqP6qk+WcLJrfti6sGje1ZJ9UxyzDLF23d/mV+PaMwuC0hL7UVA==}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@rollup/rollup-win32-ia32-msvc@4.62.2':
|
||||
resolution: {integrity: sha512-DZgkknc6jhHrk46V25vbAM0zZkyP0nSDkJB8/dRkLTxv470dOmWDqGoEJl/9A0dFfS7yE3REOwNDxpHwSLSt0Q==}
|
||||
'@rollup/rollup-win32-ia32-msvc@4.62.3':
|
||||
resolution: {integrity: sha512-Rj8Ra4noo+aYy7sKBggCx0407mws34kAb1ySyWuq5DAtFBQdkSwnsjCgPrhPe9cvgBKZIukpE+CVHvORCS93kQ==}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
'@rollup/rollup-win32-x64-gnu@4.62.2':
|
||||
resolution: {integrity: sha512-T6xr6ucWSFto+VGajA8YH26LdpHRuP4YLHEKAtCWvJDOlnmWcDZVCI2Jmjr+IFHDlt2zRaTAKE4tfjTaWLgJBg==}
|
||||
'@rollup/rollup-win32-x64-gnu@4.62.3':
|
||||
resolution: {integrity: sha512-vp7N084ew/odXn2gi/mzm9mUkQu9l6AiN6dt4IeUM2Uvm9o+cVmP+YkqbMOteLbiGgqBBlJZjIMYVCfOOIVbVQ==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@rollup/rollup-win32-x64-msvc@4.62.2':
|
||||
resolution: {integrity: sha512-BfzEnDJOt9T8M989/lA37EcJgat01wLRnoi5dQf3QzOH7jzpqTAzdDbVfRljVr5r+jzKqpbHeyOfAaXxAd0PAA==}
|
||||
'@rollup/rollup-win32-x64-msvc@4.62.3':
|
||||
resolution: {integrity: sha512-MOG/3gTOn4Fwf574RVOaY61I5o6P90legkFADiTyn1hyjNydT+cerU2rLUwPdZkKKyJ+iT+K9p7WXK4LM1Ka6g==}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
@@ -584,8 +584,8 @@ packages:
|
||||
concat-map@0.0.1:
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
|
||||
concurrently@10.0.3:
|
||||
resolution: {integrity: sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==}
|
||||
concurrently@10.0.4:
|
||||
resolution: {integrity: sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==}
|
||||
engines: {node: '>=22'}
|
||||
hasBin: true
|
||||
|
||||
@@ -1267,8 +1267,8 @@ packages:
|
||||
deprecated: Rimraf versions prior to v4 are no longer supported
|
||||
hasBin: true
|
||||
|
||||
rollup@4.62.2:
|
||||
resolution: {integrity: sha512-RFnrW4lhXA3s3eqHDZvN654g8OTjzRfqpIRJYczCGB6HzphckVAi/Qh4tbPUbRuDi7s1Llv8g/NspLkttY3gTA==}
|
||||
rollup@4.62.3:
|
||||
resolution: {integrity: sha512-Gu0c0iH9FzgX1L1t7ByIbbS3Vmdz+6KHm/EsqmmC71gUQ82yvZRkTK6XzrFObSka91WUVdynqp6nsfilzr5k6Q==}
|
||||
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
|
||||
hasBin: true
|
||||
|
||||
@@ -1334,8 +1334,8 @@ packages:
|
||||
setprototypeof@1.2.0:
|
||||
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
|
||||
|
||||
shell-quote@1.8.4:
|
||||
resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==}
|
||||
shell-quote@1.9.0:
|
||||
resolution: {integrity: sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
socket.io-adapter@2.5.8:
|
||||
@@ -1746,108 +1746,108 @@ snapshots:
|
||||
'@jridgewell/resolve-uri': 3.1.2
|
||||
'@jridgewell/sourcemap-codec': 1.5.5
|
||||
|
||||
'@rollup/plugin-babel@7.1.0(@babel/core@8.0.1)(rollup@4.62.2)(supports-color@10.2.2)':
|
||||
'@rollup/plugin-babel@7.1.0(@babel/core@8.0.1)(rollup@4.62.3)(supports-color@10.2.2)':
|
||||
dependencies:
|
||||
'@babel/core': 8.0.1
|
||||
'@babel/helper-module-imports': 7.29.7(supports-color@10.2.2)
|
||||
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
||||
'@rollup/pluginutils': 5.4.0(rollup@4.62.3)
|
||||
workerpool: 9.3.4
|
||||
optionalDependencies:
|
||||
rollup: 4.62.2
|
||||
rollup: 4.62.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@rollup/plugin-node-resolve@16.0.3(rollup@4.62.2)':
|
||||
'@rollup/plugin-node-resolve@16.0.3(rollup@4.62.3)':
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.4.0(rollup@4.62.2)
|
||||
'@rollup/pluginutils': 5.4.0(rollup@4.62.3)
|
||||
'@types/resolve': 1.20.2
|
||||
deepmerge: 4.3.1
|
||||
is-module: 1.0.0
|
||||
resolve: 1.22.12
|
||||
optionalDependencies:
|
||||
rollup: 4.62.2
|
||||
rollup: 4.62.3
|
||||
|
||||
'@rollup/pluginutils@5.4.0(rollup@4.62.2)':
|
||||
'@rollup/pluginutils@5.4.0(rollup@4.62.3)':
|
||||
dependencies:
|
||||
'@types/estree': 1.0.9
|
||||
estree-walker: 2.0.2
|
||||
picomatch: 4.0.5
|
||||
optionalDependencies:
|
||||
rollup: 4.62.2
|
||||
rollup: 4.62.3
|
||||
|
||||
'@rollup/rollup-android-arm-eabi@4.62.2':
|
||||
'@rollup/rollup-android-arm-eabi@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-android-arm64@4.62.2':
|
||||
'@rollup/rollup-android-arm64@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-darwin-arm64@4.62.2':
|
||||
'@rollup/rollup-darwin-arm64@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-darwin-x64@4.62.2':
|
||||
'@rollup/rollup-darwin-x64@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-freebsd-arm64@4.62.2':
|
||||
'@rollup/rollup-freebsd-arm64@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-freebsd-x64@4.62.2':
|
||||
'@rollup/rollup-freebsd-x64@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-arm-gnueabihf@4.62.2':
|
||||
'@rollup/rollup-linux-arm-gnueabihf@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-arm-musleabihf@4.62.2':
|
||||
'@rollup/rollup-linux-arm-musleabihf@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-arm64-gnu@4.62.2':
|
||||
'@rollup/rollup-linux-arm64-gnu@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-arm64-musl@4.62.2':
|
||||
'@rollup/rollup-linux-arm64-musl@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-loong64-gnu@4.62.2':
|
||||
'@rollup/rollup-linux-loong64-gnu@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-loong64-musl@4.62.2':
|
||||
'@rollup/rollup-linux-loong64-musl@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-ppc64-gnu@4.62.2':
|
||||
'@rollup/rollup-linux-ppc64-gnu@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-ppc64-musl@4.62.2':
|
||||
'@rollup/rollup-linux-ppc64-musl@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-riscv64-gnu@4.62.2':
|
||||
'@rollup/rollup-linux-riscv64-gnu@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-riscv64-musl@4.62.2':
|
||||
'@rollup/rollup-linux-riscv64-musl@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-s390x-gnu@4.62.2':
|
||||
'@rollup/rollup-linux-s390x-gnu@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-x64-gnu@4.62.2':
|
||||
'@rollup/rollup-linux-x64-gnu@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-linux-x64-musl@4.62.2':
|
||||
'@rollup/rollup-linux-x64-musl@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-openbsd-x64@4.62.2':
|
||||
'@rollup/rollup-openbsd-x64@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-openharmony-arm64@4.62.2':
|
||||
'@rollup/rollup-openharmony-arm64@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-win32-arm64-msvc@4.62.2':
|
||||
'@rollup/rollup-win32-arm64-msvc@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-win32-ia32-msvc@4.62.2':
|
||||
'@rollup/rollup-win32-ia32-msvc@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-win32-x64-gnu@4.62.2':
|
||||
'@rollup/rollup-win32-x64-gnu@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@rollup/rollup-win32-x64-msvc@4.62.2':
|
||||
'@rollup/rollup-win32-x64-msvc@4.62.3':
|
||||
optional: true
|
||||
|
||||
'@socket.io/component-emitter@3.1.2': {}
|
||||
@@ -2124,11 +2124,11 @@ snapshots:
|
||||
|
||||
concat-map@0.0.1: {}
|
||||
|
||||
concurrently@10.0.3:
|
||||
concurrently@10.0.4:
|
||||
dependencies:
|
||||
chalk: 5.6.2
|
||||
rxjs: 7.8.2
|
||||
shell-quote: 1.8.4
|
||||
shell-quote: 1.9.0
|
||||
supports-color: 10.2.2
|
||||
tree-kill: 1.2.2
|
||||
yargs: 18.0.0
|
||||
@@ -2781,35 +2781,35 @@ snapshots:
|
||||
dependencies:
|
||||
glob: 7.2.3
|
||||
|
||||
rollup@4.62.2:
|
||||
rollup@4.62.3:
|
||||
dependencies:
|
||||
'@types/estree': 1.0.9
|
||||
optionalDependencies:
|
||||
'@rollup/rollup-android-arm-eabi': 4.62.2
|
||||
'@rollup/rollup-android-arm64': 4.62.2
|
||||
'@rollup/rollup-darwin-arm64': 4.62.2
|
||||
'@rollup/rollup-darwin-x64': 4.62.2
|
||||
'@rollup/rollup-freebsd-arm64': 4.62.2
|
||||
'@rollup/rollup-freebsd-x64': 4.62.2
|
||||
'@rollup/rollup-linux-arm-gnueabihf': 4.62.2
|
||||
'@rollup/rollup-linux-arm-musleabihf': 4.62.2
|
||||
'@rollup/rollup-linux-arm64-gnu': 4.62.2
|
||||
'@rollup/rollup-linux-arm64-musl': 4.62.2
|
||||
'@rollup/rollup-linux-loong64-gnu': 4.62.2
|
||||
'@rollup/rollup-linux-loong64-musl': 4.62.2
|
||||
'@rollup/rollup-linux-ppc64-gnu': 4.62.2
|
||||
'@rollup/rollup-linux-ppc64-musl': 4.62.2
|
||||
'@rollup/rollup-linux-riscv64-gnu': 4.62.2
|
||||
'@rollup/rollup-linux-riscv64-musl': 4.62.2
|
||||
'@rollup/rollup-linux-s390x-gnu': 4.62.2
|
||||
'@rollup/rollup-linux-x64-gnu': 4.62.2
|
||||
'@rollup/rollup-linux-x64-musl': 4.62.2
|
||||
'@rollup/rollup-openbsd-x64': 4.62.2
|
||||
'@rollup/rollup-openharmony-arm64': 4.62.2
|
||||
'@rollup/rollup-win32-arm64-msvc': 4.62.2
|
||||
'@rollup/rollup-win32-ia32-msvc': 4.62.2
|
||||
'@rollup/rollup-win32-x64-gnu': 4.62.2
|
||||
'@rollup/rollup-win32-x64-msvc': 4.62.2
|
||||
'@rollup/rollup-android-arm-eabi': 4.62.3
|
||||
'@rollup/rollup-android-arm64': 4.62.3
|
||||
'@rollup/rollup-darwin-arm64': 4.62.3
|
||||
'@rollup/rollup-darwin-x64': 4.62.3
|
||||
'@rollup/rollup-freebsd-arm64': 4.62.3
|
||||
'@rollup/rollup-freebsd-x64': 4.62.3
|
||||
'@rollup/rollup-linux-arm-gnueabihf': 4.62.3
|
||||
'@rollup/rollup-linux-arm-musleabihf': 4.62.3
|
||||
'@rollup/rollup-linux-arm64-gnu': 4.62.3
|
||||
'@rollup/rollup-linux-arm64-musl': 4.62.3
|
||||
'@rollup/rollup-linux-loong64-gnu': 4.62.3
|
||||
'@rollup/rollup-linux-loong64-musl': 4.62.3
|
||||
'@rollup/rollup-linux-ppc64-gnu': 4.62.3
|
||||
'@rollup/rollup-linux-ppc64-musl': 4.62.3
|
||||
'@rollup/rollup-linux-riscv64-gnu': 4.62.3
|
||||
'@rollup/rollup-linux-riscv64-musl': 4.62.3
|
||||
'@rollup/rollup-linux-s390x-gnu': 4.62.3
|
||||
'@rollup/rollup-linux-x64-gnu': 4.62.3
|
||||
'@rollup/rollup-linux-x64-musl': 4.62.3
|
||||
'@rollup/rollup-openbsd-x64': 4.62.3
|
||||
'@rollup/rollup-openharmony-arm64': 4.62.3
|
||||
'@rollup/rollup-win32-arm64-msvc': 4.62.3
|
||||
'@rollup/rollup-win32-ia32-msvc': 4.62.3
|
||||
'@rollup/rollup-win32-x64-gnu': 4.62.3
|
||||
'@rollup/rollup-win32-x64-msvc': 4.62.3
|
||||
fsevents: 2.3.3
|
||||
|
||||
rx@4.1.0: {}
|
||||
@@ -2892,7 +2892,7 @@ snapshots:
|
||||
|
||||
setprototypeof@1.2.0: {}
|
||||
|
||||
shell-quote@1.8.4: {}
|
||||
shell-quote@1.9.0: {}
|
||||
|
||||
socket.io-adapter@2.5.8(supports-color@10.2.2):
|
||||
dependencies:
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
"@types/selenium-webdriver": "3.0.7",
|
||||
"concurrently": "10.0.3",
|
||||
"concurrently": "10.0.4",
|
||||
"jasmine-core": "6.3.0",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"protractor": "^7.0.0",
|
||||
|
||||
+9
-9
@@ -64,8 +64,8 @@ importers:
|
||||
specifier: 3.0.7
|
||||
version: 3.0.7
|
||||
concurrently:
|
||||
specifier: 10.0.3
|
||||
version: 10.0.3
|
||||
specifier: 10.0.4
|
||||
version: 10.0.4
|
||||
jasmine-core:
|
||||
specifier: 6.3.0
|
||||
version: 6.3.0
|
||||
@@ -2415,8 +2415,8 @@ packages:
|
||||
concat-map@0.0.1:
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
|
||||
concurrently@10.0.3:
|
||||
resolution: {integrity: sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==}
|
||||
concurrently@10.0.4:
|
||||
resolution: {integrity: sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==}
|
||||
engines: {node: '>=22'}
|
||||
hasBin: true
|
||||
|
||||
@@ -4165,8 +4165,8 @@ packages:
|
||||
resolution: {integrity: sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
shell-quote@1.8.4:
|
||||
resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==}
|
||||
shell-quote@1.9.0:
|
||||
resolution: {integrity: sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
@@ -7072,11 +7072,11 @@ snapshots:
|
||||
|
||||
concat-map@0.0.1: {}
|
||||
|
||||
concurrently@10.0.3:
|
||||
concurrently@10.0.4:
|
||||
dependencies:
|
||||
chalk: 5.6.2
|
||||
rxjs: 7.8.2
|
||||
shell-quote: 1.8.4
|
||||
shell-quote: 1.9.0
|
||||
supports-color: 10.2.2
|
||||
tree-kill: 1.2.2
|
||||
yargs: 18.0.0
|
||||
@@ -8872,7 +8872,7 @@ snapshots:
|
||||
|
||||
shell-quote@1.10.0: {}
|
||||
|
||||
shell-quote@1.8.4: {}
|
||||
shell-quote@1.9.0: {}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
dependencies:
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
"@types/selenium-webdriver": "3.0.7",
|
||||
"concurrently": "10.0.3",
|
||||
"concurrently": "10.0.4",
|
||||
"jasmine-core": "6.3.0",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"protractor": "^7.0.0",
|
||||
|
||||
+9
-9
@@ -70,8 +70,8 @@ importers:
|
||||
specifier: 3.0.7
|
||||
version: 3.0.7
|
||||
concurrently:
|
||||
specifier: 10.0.3
|
||||
version: 10.0.3
|
||||
specifier: 10.0.4
|
||||
version: 10.0.4
|
||||
jasmine-core:
|
||||
specifier: 6.3.0
|
||||
version: 6.3.0
|
||||
@@ -2430,8 +2430,8 @@ packages:
|
||||
concat-map@0.0.1:
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
|
||||
concurrently@10.0.3:
|
||||
resolution: {integrity: sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==}
|
||||
concurrently@10.0.4:
|
||||
resolution: {integrity: sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==}
|
||||
engines: {node: '>=22'}
|
||||
hasBin: true
|
||||
|
||||
@@ -4180,8 +4180,8 @@ packages:
|
||||
resolution: {integrity: sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
shell-quote@1.8.4:
|
||||
resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==}
|
||||
shell-quote@1.9.0:
|
||||
resolution: {integrity: sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
@@ -7102,11 +7102,11 @@ snapshots:
|
||||
|
||||
concat-map@0.0.1: {}
|
||||
|
||||
concurrently@10.0.3:
|
||||
concurrently@10.0.4:
|
||||
dependencies:
|
||||
chalk: 5.6.2
|
||||
rxjs: 7.8.2
|
||||
shell-quote: 1.8.4
|
||||
shell-quote: 1.9.0
|
||||
supports-color: 10.2.2
|
||||
tree-kill: 1.2.2
|
||||
yargs: 18.0.0
|
||||
@@ -8902,7 +8902,7 @@ snapshots:
|
||||
|
||||
shell-quote@1.10.0: {}
|
||||
|
||||
shell-quote@1.8.4: {}
|
||||
shell-quote@1.9.0: {}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
dependencies:
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
"@types/selenium-webdriver": "3.0.7",
|
||||
"concurrently": "10.0.3",
|
||||
"concurrently": "10.0.4",
|
||||
"jasmine-core": "6.3.0",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
"protractor": "^7.0.0",
|
||||
|
||||
+9
-9
@@ -73,8 +73,8 @@ importers:
|
||||
specifier: 3.0.7
|
||||
version: 3.0.7
|
||||
concurrently:
|
||||
specifier: 10.0.3
|
||||
version: 10.0.3
|
||||
specifier: 10.0.4
|
||||
version: 10.0.4
|
||||
jasmine-core:
|
||||
specifier: 6.3.0
|
||||
version: 6.3.0
|
||||
@@ -2433,8 +2433,8 @@ packages:
|
||||
concat-map@0.0.1:
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
|
||||
concurrently@10.0.3:
|
||||
resolution: {integrity: sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==}
|
||||
concurrently@10.0.4:
|
||||
resolution: {integrity: sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==}
|
||||
engines: {node: '>=22'}
|
||||
hasBin: true
|
||||
|
||||
@@ -4183,8 +4183,8 @@ packages:
|
||||
resolution: {integrity: sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
shell-quote@1.8.4:
|
||||
resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==}
|
||||
shell-quote@1.9.0:
|
||||
resolution: {integrity: sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
@@ -7108,11 +7108,11 @@ snapshots:
|
||||
|
||||
concat-map@0.0.1: {}
|
||||
|
||||
concurrently@10.0.3:
|
||||
concurrently@10.0.4:
|
||||
dependencies:
|
||||
chalk: 5.6.2
|
||||
rxjs: 7.8.2
|
||||
shell-quote: 1.8.4
|
||||
shell-quote: 1.9.0
|
||||
supports-color: 10.2.2
|
||||
tree-kill: 1.2.2
|
||||
yargs: 18.0.0
|
||||
@@ -8908,7 +8908,7 @@ snapshots:
|
||||
|
||||
shell-quote@1.10.0: {}
|
||||
|
||||
shell-quote@1.8.4: {}
|
||||
shell-quote@1.9.0: {}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
dependencies:
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"@angular/compiler-cli": "link:./in-existing-linked-by-bazel",
|
||||
"@types/jasmine": "^6.0.0",
|
||||
"@types/node": "^20.14.8",
|
||||
"concurrently": "10.0.3",
|
||||
"concurrently": "10.0.4",
|
||||
"jasmine-core": "6.3.0",
|
||||
"serve": "^14.2.5",
|
||||
"jasmine-spec-reporter": "~7.0.0",
|
||||
|
||||
Generated
+10
-10
@@ -61,8 +61,8 @@ importers:
|
||||
specifier: ^20.14.8
|
||||
version: 20.19.43
|
||||
concurrently:
|
||||
specifier: 10.0.3
|
||||
version: 10.0.3
|
||||
specifier: 10.0.4
|
||||
version: 10.0.4
|
||||
jasmine-core:
|
||||
specifier: 6.3.0
|
||||
version: 6.3.0
|
||||
@@ -2491,8 +2491,8 @@ packages:
|
||||
concat-map@0.0.1:
|
||||
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
|
||||
|
||||
concurrently@10.0.3:
|
||||
resolution: {integrity: sha512-hc3LH4UaKWd/bbyDK/IGVa4RB6PtQ3CUYwtrkzqHn+wIG3Hr5fhpRlk0L/gCa8ZE1L/Ufj50Zho69cI5w8SQBA==}
|
||||
concurrently@10.0.4:
|
||||
resolution: {integrity: sha512-trZql+7l/0+WRAsAnEdctr4+iiOS6ZrViI6H8QWcCF9MFS/LT0dKpe8vluB1to6it+OxSI4VospFTIFMW8DJRw==}
|
||||
engines: {node: '>=22'}
|
||||
hasBin: true
|
||||
|
||||
@@ -4475,8 +4475,8 @@ packages:
|
||||
resolution: {integrity: sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
shell-quote@1.8.4:
|
||||
resolution: {integrity: sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==}
|
||||
shell-quote@1.9.0:
|
||||
resolution: {integrity: sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
@@ -7346,7 +7346,7 @@ snapshots:
|
||||
dependencies:
|
||||
ansi-align: 3.0.1
|
||||
camelcase: 7.0.1
|
||||
chalk: 5.0.1
|
||||
chalk: 5.6.2
|
||||
cli-boxes: 3.0.0
|
||||
string-width: 5.1.2
|
||||
type-fest: 2.19.0
|
||||
@@ -7528,11 +7528,11 @@ snapshots:
|
||||
|
||||
concat-map@0.0.1: {}
|
||||
|
||||
concurrently@10.0.3:
|
||||
concurrently@10.0.4:
|
||||
dependencies:
|
||||
chalk: 5.6.2
|
||||
rxjs: 7.8.2
|
||||
shell-quote: 1.8.4
|
||||
shell-quote: 1.9.0
|
||||
supports-color: 10.2.2
|
||||
tree-kill: 1.2.2
|
||||
yargs: 18.0.0
|
||||
@@ -9637,7 +9637,7 @@ snapshots:
|
||||
|
||||
shell-quote@1.10.0: {}
|
||||
|
||||
shell-quote@1.8.4: {}
|
||||
shell-quote@1.9.0: {}
|
||||
|
||||
side-channel-list@1.0.1:
|
||||
dependencies:
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"source-map": "0.8.0",
|
||||
"tslib": "2.8.1",
|
||||
"yargs": "18.0.0",
|
||||
"yargs": "18.1.0",
|
||||
"zone.js": "0.16.2"
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -118,7 +118,7 @@
|
||||
"magic-string": "^0.30.8",
|
||||
"protractor": "^7.0.0",
|
||||
"reflect-metadata": "^0.2.0",
|
||||
"rollup": "4.62.2",
|
||||
"rollup": "4.62.3",
|
||||
"rollup-plugin-dts": "^6.1.1",
|
||||
"rxjs": "^7.0.0",
|
||||
"selenium-webdriver": "3.5.0",
|
||||
@@ -149,7 +149,7 @@
|
||||
"cldr": "8.0.0",
|
||||
"cldrjs": "0.5.5",
|
||||
"conventional-changelog": "^8.0.0",
|
||||
"cypress": "15.18.1",
|
||||
"cypress": "15.19.0",
|
||||
"firebase-tools": "^15.0.0",
|
||||
"get-tsconfig": "^4.10.1",
|
||||
"gulp": "^5.0.0",
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"fesm2015": "./fesm2015/zone.js",
|
||||
"typings": "./zone.d.ts",
|
||||
"devDependencies": {
|
||||
"@csstools/css-calc": "3.2.1",
|
||||
"@csstools/css-color-parser": "4.1.9",
|
||||
"@csstools/css-calc": "3.3.0",
|
||||
"@csstools/css-color-parser": "4.1.10",
|
||||
"@externs/nodejs": "1.5.0",
|
||||
"@types/jasmine": "6.0.0",
|
||||
"@types/node": "^24.3.0",
|
||||
|
||||
Generated
+297
-289
File diff suppressed because it is too large
Load Diff
@@ -415,7 +415,7 @@
|
||||
"@types/jasmine-reporters": "~2.5.3",
|
||||
"@types/node": "^24.5.2",
|
||||
"@types/vscode": "^1.74.3",
|
||||
"@vscode/test-electron": "~3.0.0",
|
||||
"@vscode/test-electron": "~3.1.0",
|
||||
"@vscode/vsce": "~3.9.0",
|
||||
"jasmine": "6.3.0",
|
||||
"jasmine-core": "6.3.0",
|
||||
|
||||
Reference in New Issue
Block a user