chore(deps): bump @bbob/html from 4.3.1 to 4.4.0 (#22843)
Bumps [@bbob/html](https://github.com/JiLiZART/bbob) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/JiLiZART/bbob/releases) - [Changelog](https://github.com/JiLiZART/BBob/blob/master/CHANGELOG.md) - [Commits](https://github.com/JiLiZART/bbob/compare/@bbob/html@4.3.1...@bbob/html@4.4.0) --- updated-dependencies: - dependency-name: "@bbob/html" dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
70e97b7406
commit
eb219a5265
|
|
@ -59,7 +59,7 @@
|
|||
"worker-test": "npm run worker-build && vitest run lib/worker.test.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bbob/html": "4.3.1",
|
||||
"@bbob/html": "4.4.0",
|
||||
"@bbob/plugin-helper": "4.4.0",
|
||||
"@bbob/preset-html5": "4.4.0",
|
||||
"@googleapis/youtube": "33.0.0",
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@ importers:
|
|||
.:
|
||||
dependencies:
|
||||
'@bbob/html':
|
||||
specifier: 4.3.1
|
||||
version: 4.3.1
|
||||
specifier: 4.4.0
|
||||
version: 4.4.0
|
||||
'@bbob/plugin-helper':
|
||||
specifier: 4.4.0
|
||||
version: 4.4.0
|
||||
|
|
@ -553,14 +553,14 @@ packages:
|
|||
resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
'@bbob/core@4.3.1':
|
||||
resolution: {integrity: sha512-qNS5wNY2oJROV5CQ2e29e9dBz4ZuSO7JcciBXM2yDHvKFUYl+J4o8DxOsugce6z2cFpGz6F4J7vJN7X+6ujWiQ==}
|
||||
'@bbob/core@4.4.0':
|
||||
resolution: {integrity: sha512-4rLEjFsbMECLsUsz8SCwP/W2LomPAT1Pj5KBfIF3RDBdQAaU0nSLOauIDhnU17zxUZBlvXsncZmZTWTFNqXCNQ==}
|
||||
|
||||
'@bbob/html@4.3.1':
|
||||
resolution: {integrity: sha512-W1qFvBZwhpGkZBNfeRpUFsoF492BlfNmgdh5iczg7B/PDULdOPH5lPLtT/6ZNpyx/xo6/DBssl9YtEO/bm15hw==}
|
||||
'@bbob/html@4.4.0':
|
||||
resolution: {integrity: sha512-cPNPMOq5akCexag3XerJLQ7A9TGdUdPPACzlZniMj2JGGgBsgGq9kIHm+6huQswvveQDd39dIkKUlcFpK1hQZg==}
|
||||
|
||||
'@bbob/parser@4.3.1':
|
||||
resolution: {integrity: sha512-BqDo8PDLcVLhFvOMdLmeaWk5qqD8E1bEdvzSJQuJC/U1XFs1tMC4lwZ4oPBFmZCeCLNsYFawqjP/S5MDdr7/Tg==}
|
||||
'@bbob/parser@4.4.0':
|
||||
resolution: {integrity: sha512-5w0VnGCSY3JYGs1m4AfR5a3soBoc8HB3EUCYneXQqP1KPUvFuBKDc5XWGQ5EeXl6QuM03oS39HO19fhY9GgzXA==}
|
||||
|
||||
'@bbob/plugin-helper@4.4.0':
|
||||
resolution: {integrity: sha512-1X9El64z/g+4vMKx+CnLc2O1No/KqRRU4Ku1PLYN1CD6OmJk/T1sQ3dlLAzSjV6gzZ2fSa8/endhZpf2ULKBLA==}
|
||||
|
|
@ -6611,19 +6611,19 @@ snapshots:
|
|||
'@babel/helper-string-parser': 7.29.7
|
||||
'@babel/helper-validator-identifier': 7.29.7
|
||||
|
||||
'@bbob/core@4.3.1':
|
||||
'@bbob/core@4.4.0':
|
||||
dependencies:
|
||||
'@bbob/parser': 4.3.1
|
||||
'@bbob/parser': 4.4.0
|
||||
'@bbob/plugin-helper': 4.4.0
|
||||
'@bbob/types': 4.4.0
|
||||
|
||||
'@bbob/html@4.3.1':
|
||||
'@bbob/html@4.4.0':
|
||||
dependencies:
|
||||
'@bbob/core': 4.3.1
|
||||
'@bbob/core': 4.4.0
|
||||
'@bbob/plugin-helper': 4.4.0
|
||||
'@bbob/types': 4.4.0
|
||||
|
||||
'@bbob/parser@4.3.1':
|
||||
'@bbob/parser@4.4.0':
|
||||
dependencies:
|
||||
'@bbob/plugin-helper': 4.4.0
|
||||
'@bbob/types': 4.4.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue