image-crop-element/package-lock.json

8586 строки
304 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

2017-11-08 08:06:43 +03:00
{
2018-06-23 01:59:28 +03:00
"name": "@github/image-crop-element",
2021-04-16 13:07:59 +03:00
"version": "5.0.0",
2023-06-08 17:55:57 +03:00
"lockfileVersion": 3,
2017-11-08 08:06:43 +03:00
"requires": true,
2022-06-14 16:10:34 +03:00
"packages": {
"": {
"name": "@github/image-crop-element",
"version": "5.0.0",
"license": "MIT",
"devDependencies": {
2023-06-08 17:55:57 +03:00
"@custom-elements-manifest/analyzer": "^0.8.3",
"@github/prettier-config": "^0.0.6",
"@open-wc/testing": "^3.1.8",
"@web/dev-server-esbuild": "^0.4.1",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@web/test-runner": "^0.19.0",
"@web/test-runner-playwright": "^0.11.0",
2023-06-08 17:55:57 +03:00
"esbuild": "^0.17.19",
"eslint": "^8.42.0",
"eslint-plugin-custom-elements": "^0.0.8",
"eslint-plugin-github": "^4.8.0",
"typescript": "^5.1.3"
}
},
"node_modules/@babel/code-frame": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "7.24.7",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
"integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@babel/highlight": "^7.24.7",
"picocolors": "^1.0.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.9.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@babel/helper-validator-identifier": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "7.24.7",
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
"integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.9.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@babel/highlight": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "7.24.7",
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
"integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@babel/helper-validator-identifier": "^7.24.7",
"chalk": "^2.4.2",
"js-tokens": "^4.0.0",
"picocolors": "^1.0.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.9.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@babel/runtime": {
"version": "7.22.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.3.tgz",
"integrity": "sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"regenerator-runtime": "^0.13.11"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=6.9.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@custom-elements-manifest/analyzer": {
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/@custom-elements-manifest/analyzer/-/analyzer-0.8.3.tgz",
"integrity": "sha512-wT+t4JNVMj56bSCNxxjkDSKx2KJ6bzXQMjinXJe/2+9J7Abaw/9a4+EWYLWQ//KBXRvyNhWrkolFL6ICc/VATg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@custom-elements-manifest/find-dependencies": "^0.0.5",
"@github/catalyst": "^1.6.0",
"@web/config-loader": "0.1.3",
"chokidar": "3.5.2",
"command-line-args": "5.1.2",
"comment-parser": "1.2.4",
"custom-elements-manifest": "1.0.0",
"debounce": "1.2.1",
"globby": "11.0.4",
"typescript": "~4.3.2"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"bin": {
"cem": "cem.js",
"custom-elements-manifest": "cem.js"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@custom-elements-manifest/analyzer/node_modules/chokidar": {
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.2.tgz",
"integrity": "sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 8.10.0"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"optionalDependencies": {
"fsevents": "~2.3.2"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@custom-elements-manifest/analyzer/node_modules/typescript": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=4.2.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@custom-elements-manifest/find-dependencies": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/@custom-elements-manifest/find-dependencies/-/find-dependencies-0.0.5.tgz",
"integrity": "sha512-fKIMMZCDFSoL2ySUoz8knWgpV4jpb0lUXgLOvdZQMQFHxgxz1PqOJpUIypwvEVyKk3nEHRY4f10gNol02HjeCg==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"es-module-lexer": "^0.9.3"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/android-arm": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz",
"integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==",
"cpu": [
"arm"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"android"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/android-arm64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz",
"integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==",
"cpu": [
"arm64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"android"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/android-x64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz",
"integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==",
"cpu": [
"x64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"android"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/darwin-arm64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz",
"integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==",
"cpu": [
"arm64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/darwin-x64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz",
"integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==",
"cpu": [
"x64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/freebsd-arm64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz",
"integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==",
"cpu": [
"arm64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"freebsd"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/freebsd-x64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz",
"integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==",
"cpu": [
"x64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"freebsd"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/linux-arm": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz",
"integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==",
"cpu": [
"arm"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"linux"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/linux-arm64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz",
"integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==",
"cpu": [
"arm64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"linux"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/linux-ia32": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz",
"integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==",
"cpu": [
"ia32"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"linux"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/linux-loong64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz",
"integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==",
"cpu": [
"loong64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"linux"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/linux-mips64el": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz",
"integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==",
"cpu": [
"mips64el"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"linux"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/linux-ppc64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz",
"integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==",
"cpu": [
"ppc64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"linux"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/linux-riscv64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz",
"integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==",
"cpu": [
"riscv64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"linux"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/linux-s390x": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz",
"integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==",
"cpu": [
"s390x"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"linux"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/linux-x64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz",
"integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==",
"cpu": [
"x64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"linux"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/netbsd-x64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz",
"integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==",
"cpu": [
"x64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"netbsd"
],
"engines": {
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/openbsd-x64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz",
"integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==",
"cpu": [
"x64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"openbsd"
],
"engines": {
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/sunos-x64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz",
"integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==",
"cpu": [
"x64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"sunos"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/win32-arm64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz",
"integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==",
"cpu": [
"arm64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"win32"
2022-06-14 16:10:34 +03:00
],
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/win32-ia32": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz",
"integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==",
"cpu": [
"ia32"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"win32"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esbuild/win32-x64": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz",
"integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==",
"cpu": [
"x64"
],
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
"os": [
"win32"
],
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint-community/eslint-utils": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
"integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"eslint-visitor-keys": "^3.3.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
"integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-06-14 16:10:34 +03:00
},
"funding": {
2023-06-08 17:55:57 +03:00
"url": "https://opencollective.com/eslint"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint-community/regexpp": {
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz",
"integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint/eslintrc": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz",
"integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"ajv": "^6.12.4",
"debug": "^4.3.2",
"espree": "^9.5.2",
"globals": "^13.19.0",
"ignore": "^5.2.0",
"import-fresh": "^3.2.1",
"js-yaml": "^4.1.0",
"minimatch": "^3.1.2",
"strip-json-comments": "^3.1.1"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-06-14 16:10:34 +03:00
},
"funding": {
2023-06-08 17:55:57 +03:00
"url": "https://opencollective.com/eslint"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint/eslintrc/node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
"dev": true
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint/eslintrc/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"ms": "2.1.2"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint/eslintrc/node_modules/globals": {
"version": "13.20.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
"integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"type-fest": "^0.20.2"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=8"
2022-06-14 16:10:34 +03:00
},
"funding": {
2023-06-08 17:55:57 +03:00
"url": "https://github.com/sponsors/sindresorhus"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"argparse": "^2.0.1"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"bin": {
"js-yaml": "bin/js-yaml.js"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"brace-expansion": "^1.1.7"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint/eslintrc/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint/eslintrc/node_modules/type-fest": {
"version": "0.20.2",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@eslint/js": {
"version": "8.42.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.42.0.tgz",
"integrity": "sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@esm-bundle/chai": {
"version": "4.3.4-fix.0",
"resolved": "https://registry.npmjs.org/@esm-bundle/chai/-/chai-4.3.4-fix.0.tgz",
"integrity": "sha512-26SKdM4uvDWlY8/OOOxSB1AqQWeBosCX3wRYUZO7enTAj03CtVxIiCimYVG2WpULcyV51qapK4qTovwkUr5Mlw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/chai": "^4.2.12"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@github/browserslist-config": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@github/browserslist-config/-/browserslist-config-1.0.0.tgz",
"integrity": "sha512-gIhjdJp/c2beaIWWIlsXdqXVRUz3r2BxBCpfz/F3JXHvSAQ1paMYjLH+maEATtENg+k5eLV7gA+9yPp762ieuw==",
"dev": true
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/@github/catalyst": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@github/catalyst/-/catalyst-1.6.0.tgz",
"integrity": "sha512-u8A+DameixqpeyHzvnJWTGj+wfiskQOYHzSiJscCWVfMkIT3rxnbHMtGh3lMthaRY21nbUOK71WcsCnCrXhBJQ==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/@github/prettier-config": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/@github/prettier-config/-/prettier-config-0.0.6.tgz",
"integrity": "sha512-Sdb089z+QbGnFF2NivbDeaJ62ooPlD31wE6Fkb/ESjAOXSjNJo+gjqzYYhlM7G3ERJmKFZRUJYMlsqB7Tym8lQ==",
2022-06-14 16:10:34 +03:00
"dev": true
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@hapi/bourne": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@hapi/bourne/-/bourne-3.0.0.tgz",
"integrity": "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.10",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
"integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@humanwhocodes/object-schema": "^1.2.1",
"debug": "^4.1.1",
"minimatch": "^3.0.5"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=10.10.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@humanwhocodes/config-array/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"brace-expansion": "^1.1.7"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@humanwhocodes/config-array/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"node_modules/@humanwhocodes/module-importer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=12.22"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nzakas"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@humanwhocodes/object-schema": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
"integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/@jridgewell/resolve-uri": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@jridgewell/sourcemap-codec": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/@jridgewell/trace-mapping": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "0.3.25",
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@jridgewell/resolve-uri": "^3.1.0",
"@jridgewell/sourcemap-codec": "^1.4.14"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@lit-labs/ssr-dom-shim": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.2.1.tgz",
"integrity": "sha512-wx4aBmgeGvFmOKucFKY+8VFJSYZxs9poN3SDNQFF6lT6NrQUnHiPB2PWz2sc4ieEcAaYYzN+1uWahEeTq2aRIQ==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/@lit/reactive-element": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-2.0.4.tgz",
"integrity": "sha512-GFn91inaUa2oHLak8awSIigYz0cU0Payr1rcFsrkf5OJ5eSPxElyZfKh0f2p9FsTiZWXQdWGJeXZICEfXXYSXQ==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@lit-labs/ssr-dom-shim": "^1.2.0"
2023-06-08 17:55:57 +03:00
}
},
"node_modules/@mdn/browser-compat-data": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-4.2.1.tgz",
"integrity": "sha512-EWUguj2kd7ldmrF9F+vI5hUOralPd+sdsUnYbRy33vZTuZkduC1shE9TtEMEjAQwyfyMb4ole5KtjF8MsnQOlA==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@nodelib/fs.stat": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
"dev": true,
"engines": {
"node": ">= 8"
}
},
"node_modules/@nodelib/fs.walk": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
"node": ">= 8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@open-wc/dedupe-mixin": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@open-wc/dedupe-mixin/-/dedupe-mixin-1.4.0.tgz",
"integrity": "sha512-Sj7gKl1TLcDbF7B6KUhtvr+1UCxdhMbNY5KxdU5IfMFWqL8oy1ZeAcCANjoB1TL0AJTcPmcCFsCbHf8X2jGDUA==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/@open-wc/scoped-elements": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/@open-wc/scoped-elements/-/scoped-elements-2.2.4.tgz",
"integrity": "sha512-12X4F4QGPWcvPbxAiJ4v8wQFCOu+laZHRGfTrkoj+3JzACCtuxHG49YbuqVzQ135QPKCuhP9wA0kpGGEfUegyg==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@lit/reactive-element": "^1.0.0 || ^2.0.0",
"@open-wc/dedupe-mixin": "^1.4.0"
2023-06-08 17:55:57 +03:00
}
},
"node_modules/@open-wc/semantic-dom-diff": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "0.20.1",
"resolved": "https://registry.npmjs.org/@open-wc/semantic-dom-diff/-/semantic-dom-diff-0.20.1.tgz",
"integrity": "sha512-mPF/RPT2TU7Dw41LEDdaeP6eyTOWBD4z0+AHP4/d0SbgcfJZVRymlIB6DQmtz0fd2CImIS9kszaMmwMt92HBPA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@types/chai": "^4.3.1",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@web/test-runner-commands": "^0.9.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@open-wc/testing": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@open-wc/testing/-/testing-3.2.2.tgz",
"integrity": "sha512-byN4dJTd6ZyI9mWmI4lVj30uiu+rYvQr93g64Pd7UFBdAUgb02DHLj6fkJ1gjxA6LC/MeFd7K7mOZ4+vKrMptw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@esm-bundle/chai": "^4.3.4-fix.0",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@open-wc/semantic-dom-diff": "^0.20.0",
"@open-wc/testing-helpers": "^2.3.1",
2023-06-08 17:55:57 +03:00
"@types/chai-dom": "^1.11.0",
"@types/sinon-chai": "^3.2.3",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"chai-a11y-axe": "^1.5.0"
2023-06-08 17:55:57 +03:00
}
},
"node_modules/@open-wc/testing-helpers": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/@open-wc/testing-helpers/-/testing-helpers-2.3.2.tgz",
"integrity": "sha512-uZMGC/C1m5EiwQsff6KMmCW25TYMQlJt4ilAWIjnelWGFg9HPUiLnlFvAas3ESUP+4OXLO8Oft7p4mHvbYvAEQ==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@open-wc/scoped-elements": "^2.2.4",
"lit": "^2.0.0 || ^3.0.0",
"lit-html": "^2.0.0 || ^3.0.0"
2023-06-08 17:55:57 +03:00
}
},
"node_modules/@puppeteer/browsers": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.4.0.tgz",
"integrity": "sha512-x8J1csfIygOwf6D6qUAZ0ASk3z63zPb7wkNeHRerCMh82qWKUrOgkuP005AJC8lDL6/evtXETGEJVcwykKT4/g==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"debug": "^4.3.6",
"extract-zip": "^2.0.1",
"progress": "^2.0.3",
"proxy-agent": "^6.4.0",
"semver": "^7.6.3",
"tar-fs": "^3.0.6",
"unbzip2-stream": "^1.4.3",
"yargs": "^17.7.2"
2023-06-08 17:55:57 +03:00
},
"bin": {
"browsers": "lib/cjs/main-cli.js"
2022-06-14 16:10:34 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@puppeteer/browsers/node_modules/debug": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"ms": "^2.1.3"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@puppeteer/browsers/node_modules/ms": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/@rollup/plugin-node-resolve": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "15.3.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.0.tgz",
"integrity": "sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@rollup/pluginutils": "^5.0.1",
"@types/resolve": "1.20.2",
"deepmerge": "^4.2.2",
"is-module": "^1.0.0",
"resolve": "^1.22.1"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=14.0.0"
},
"peerDependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"rollup": "^2.78.0||^3.0.0||^4.0.0"
2023-06-08 17:55:57 +03:00
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@rollup/pluginutils": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.2.tgz",
"integrity": "sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/estree": "^1.0.0",
"estree-walker": "^2.0.2",
"picomatch": "^2.3.1"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=14.0.0"
},
"peerDependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
2023-06-08 17:55:57 +03:00
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@rollup/rollup-android-arm-eabi": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.22.4.tgz",
"integrity": "sha512-Fxamp4aEZnfPOcGA8KSNEohV8hX7zVHOemC8jVBoBUHu5zpJK/Eu3uJwt6BMgy9fkvzxDaurgj96F/NiLukF2w==",
"cpu": [
"arm"
],
2022-06-14 16:10:34 +03:00
"dev": true,
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"optional": true,
"os": [
"android"
]
2022-06-14 16:10:34 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@rollup/rollup-android-arm64": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.22.4.tgz",
"integrity": "sha512-VXoK5UMrgECLYaMuGuVTOx5kcuap1Jm8g/M83RnCHBKOqvPPmROFJGQaZhGccnsFtfXQ3XYa4/jMCJvZnbJBdA==",
"cpu": [
"arm64"
],
2023-06-08 17:55:57 +03:00
"dev": true,
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"optional": true,
"os": [
"android"
]
},
"node_modules/@rollup/rollup-darwin-arm64": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz",
"integrity": "sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@rollup/rollup-darwin-x64": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.22.4.tgz",
"integrity": "sha512-aJJyYKQwbHuhTUrjWjxEvGnNNBCnmpHDvrb8JFDbeSH3m2XdHcxDd3jthAzvmoI8w/kSjd2y0udT+4okADsZIw==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.22.4.tgz",
"integrity": "sha512-j63YtCIRAzbO+gC2L9dWXRh5BFetsv0j0va0Wi9epXDgU/XUi5dJKo4USTttVyK7fGw2nPWK0PbAvyliz50SCQ==",
"cpu": [
"arm"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.22.4.tgz",
"integrity": "sha512-dJnWUgwWBX1YBRsuKKMOlXCzh2Wu1mlHzv20TpqEsfdZLb3WoJW2kIEsGwLkroYf24IrPAvOT/ZQ2OYMV6vlrg==",
"cpu": [
"arm"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-linux-arm64-gnu": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.22.4.tgz",
"integrity": "sha512-AdPRoNi3NKVLolCN/Sp4F4N1d98c4SBnHMKoLuiG6RXgoZ4sllseuGioszumnPGmPM2O7qaAX/IJdeDU8f26Aw==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-linux-arm64-musl": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.22.4.tgz",
"integrity": "sha512-Gl0AxBtDg8uoAn5CCqQDMqAx22Wx22pjDOjBdmG0VIWX3qUBHzYmOKh8KXHL4UpogfJ14G4wk16EQogF+v8hmA==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.22.4.tgz",
"integrity": "sha512-3aVCK9xfWW1oGQpTsYJJPF6bfpWfhbRnhdlyhak2ZiyFLDaayz0EP5j9V1RVLAAxlmWKTDfS9wyRyY3hvhPoOg==",
"cpu": [
"ppc64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.22.4.tgz",
"integrity": "sha512-ePYIir6VYnhgv2C5Xe9u+ico4t8sZWXschR6fMgoPUK31yQu7hTEJb7bCqivHECwIClJfKgE7zYsh1qTP3WHUA==",
"cpu": [
"riscv64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-linux-s390x-gnu": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.22.4.tgz",
"integrity": "sha512-GqFJ9wLlbB9daxhVlrTe61vJtEY99/xB3C8e4ULVsVfflcpmR6c8UZXjtkMA6FhNONhj2eA5Tk9uAVw5orEs4Q==",
"cpu": [
"s390x"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-linux-x64-gnu": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.22.4.tgz",
"integrity": "sha512-87v0ol2sH9GE3cLQLNEy0K/R0pz1nvg76o8M5nhMR0+Q+BBGLnb35P0fVz4CQxHYXaAOhE8HhlkaZfsdUOlHwg==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-linux-x64-musl": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.22.4.tgz",
"integrity": "sha512-UV6FZMUgePDZrFjrNGIWzDo/vABebuXBhJEqrHxrGiU6HikPy0Z3LfdtciIttEUQfuDdCn8fqh7wiFJjCNwO+g==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rollup/rollup-win32-arm64-msvc": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.22.4.tgz",
"integrity": "sha512-BjI+NVVEGAXjGWYHz/vv0pBqfGoUH0IGZ0cICTn7kB9PyjrATSkX+8WkguNjWoj2qSr1im/+tTGRaY+4/PdcQw==",
"cpu": [
"arm64"
],
"dev": true,
"optional": true,
"os": [
"win32"
]
},
"node_modules/@rollup/rollup-win32-ia32-msvc": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.22.4.tgz",
"integrity": "sha512-SiWG/1TuUdPvYmzmYnmd3IEifzR61Tragkbx9D3+R8mzQqDBz8v+BvZNDlkiTtI9T15KYZhP0ehn3Dld4n9J5g==",
"cpu": [
"ia32"
],
"dev": true,
"optional": true,
"os": [
"win32"
]
},
"node_modules/@rollup/rollup-win32-x64-msvc": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.22.4.tgz",
"integrity": "sha512-j8pPKp53/lq9lMXN57S8cFz0MynJk8OWNuUnXct/9KCpKU7DgU3bYMJhwWmcqC0UU29p8Lr0/7KEVcaM6bf47Q==",
"cpu": [
"x64"
],
"dev": true,
"optional": true,
"os": [
"win32"
]
},
"node_modules/@tootallnate/quickjs-emscripten": {
"version": "0.23.0",
"resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
"integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
"dev": true
},
"node_modules/@types/accepts": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.5.tgz",
"integrity": "sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/babel__code-frame": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/@types/babel__code-frame/-/babel__code-frame-7.0.6.tgz",
"integrity": "sha512-Anitqkl3+KrzcW2k77lRlg/GfLZLWXBuNgbEcIOU6M92yw42vsd3xV/Z/yAHEj8m+KUjL6bWOVOFqX8PFPJ4LA==",
"dev": true
},
"node_modules/@types/body-parser": {
"version": "1.19.2",
"resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz",
"integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==",
"dev": true,
"dependencies": {
"@types/connect": "*",
"@types/node": "*"
}
2023-06-08 17:55:57 +03:00
},
"node_modules/@types/chai": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.5.tgz",
"integrity": "sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/chai-dom": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/@types/chai-dom/-/chai-dom-1.11.0.tgz",
"integrity": "sha512-Aja99Mmnny+Sz+T2hBK3oEsrcy18yabplT0pGX/QwIke9jMJHdvHlV2f4Tmq5SqxTMYwt1Zjbisv/4r83EUIHw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@types/chai": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/co-body": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/@types/co-body/-/co-body-6.1.3.tgz",
"integrity": "sha512-UhuhrQ5hclX6UJctv5m4Rfp52AfG9o9+d9/HwjxhVB5NjXxr5t9oKgJxN8xRHgr35oo8meUEHUPFWiKg6y71aA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/node": "*",
"@types/qs": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/command-line-args": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "5.2.3",
"resolved": "https://registry.npmjs.org/@types/command-line-args/-/command-line-args-5.2.3.tgz",
"integrity": "sha512-uv0aG6R0Y8WHZLTamZwtfsDLVRnOa+n+n5rEvFWL5Na5gZ8V2Teab/duDPFzIIIhs9qizDpcavCusCLJZu62Kw==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/@types/connect": {
"version": "3.4.35",
"resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz",
"integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/content-disposition": {
"version": "0.5.5",
"resolved": "https://registry.npmjs.org/@types/content-disposition/-/content-disposition-0.5.5.tgz",
"integrity": "sha512-v6LCdKfK6BwcqMo+wYW05rLS12S0ZO0Fl4w1h4aaZMD7bqT3gVUns6FvLJKGZHQmYn3SX55JWGpziwJRwVgutA==",
"dev": true
},
"node_modules/@types/convert-source-map": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@types/convert-source-map/-/convert-source-map-2.0.3.tgz",
"integrity": "sha512-ag0BfJLZf6CQz8VIuRIEYQ5Ggwk/82uvTQf27RcpyDNbY0Vw49LIPqAxk5tqYfrCs9xDaIMvl4aj7ZopnYL8bA==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/@types/cookies": {
"version": "0.7.7",
"resolved": "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.7.tgz",
"integrity": "sha512-h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@types/connect": "*",
"@types/express": "*",
"@types/keygrip": "*",
"@types/node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/debounce": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@types/debounce/-/debounce-1.2.4.tgz",
"integrity": "sha512-jBqiORIzKDOToaF63Fm//haOCHuwQuLa2202RK4MozpA6lh93eCBc+/8+wZn5OzjJt3ySdc+74SXWXB55Ewtyw==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/estree": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
"integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/@types/express": {
"version": "4.17.17",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz",
"integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/body-parser": "*",
"@types/express-serve-static-core": "^4.17.33",
"@types/qs": "*",
"@types/serve-static": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/express-serve-static-core": {
"version": "4.17.35",
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.35.tgz",
"integrity": "sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/node": "*",
"@types/qs": "*",
"@types/range-parser": "*",
"@types/send": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/http-assert": {
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/@types/http-assert/-/http-assert-1.5.3.tgz",
"integrity": "sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==",
"dev": true
},
"node_modules/@types/http-errors": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.1.tgz",
"integrity": "sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==",
"dev": true
},
"node_modules/@types/istanbul-lib-coverage": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
"integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/@types/istanbul-lib-report": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
"integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/istanbul-lib-coverage": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/istanbul-reports": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
"integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@types/istanbul-lib-report": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/json-schema": {
"version": "7.0.12",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
"integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/json5": {
"version": "0.0.29",
"resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz",
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==",
"dev": true
},
"node_modules/@types/keygrip": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.2.tgz",
"integrity": "sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==",
"dev": true
},
"node_modules/@types/koa": {
"version": "2.13.6",
"resolved": "https://registry.npmjs.org/@types/koa/-/koa-2.13.6.tgz",
"integrity": "sha512-diYUfp/GqfWBAiwxHtYJ/FQYIXhlEhlyaU7lB/bWQrx4Il9lCET5UwpFy3StOAohfsxxvEQ11qIJgT1j2tfBvw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@types/accepts": "*",
"@types/content-disposition": "*",
"@types/cookies": "*",
"@types/http-assert": "*",
"@types/http-errors": "*",
"@types/keygrip": "*",
"@types/koa-compose": "*",
"@types/node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/koa-compose": {
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/@types/koa-compose/-/koa-compose-3.2.5.tgz",
"integrity": "sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/koa": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/mime": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz",
"integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==",
"dev": true
},
"node_modules/@types/node": {
"version": "20.2.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.5.tgz",
"integrity": "sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==",
"dev": true
},
"node_modules/@types/parse5": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-6.0.3.tgz",
"integrity": "sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==",
"dev": true
},
"node_modules/@types/qs": {
"version": "6.9.7",
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz",
"integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==",
"dev": true
},
"node_modules/@types/range-parser": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz",
"integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==",
"dev": true
},
"node_modules/@types/resolve": {
"version": "1.20.2",
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
"integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==",
"dev": true
},
"node_modules/@types/semver": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz",
"integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==",
"dev": true
},
"node_modules/@types/send": {
"version": "0.17.1",
"resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.1.tgz",
"integrity": "sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@types/mime": "^1",
"@types/node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/serve-static": {
"version": "1.15.1",
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.1.tgz",
"integrity": "sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/mime": "*",
"@types/node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/sinon": {
"version": "10.0.15",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.15.tgz",
"integrity": "sha512-3lrFNQG0Kr2LDzvjyjB6AMJk4ge+8iYhQfdnSwIwlG88FUOV43kPcQqDZkDa/h3WSZy6i8Fr0BSjfQtB1B3xuQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/sinonjs__fake-timers": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/sinon-chai": {
"version": "3.2.9",
"resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.9.tgz",
"integrity": "sha512-/19t63pFYU0ikrdbXKBWj9PCdnKyTd0Qkz0X91Ta081cYsq90OxYdcWwK/dwEoDa6dtXgj2HJfmzgq+QZTHdmQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/chai": "*",
"@types/sinon": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/sinonjs__fake-timers": {
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz",
"integrity": "sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==",
"dev": true
},
"node_modules/@types/trusted-types": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/@types/ws": {
"version": "7.4.7",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-7.4.7.tgz",
"integrity": "sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@types/yauzl": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.10.3",
"resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz",
"integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"optional": true,
2022-06-14 16:10:34 +03:00
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/eslint-plugin": {
"version": "5.59.9",
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.9.tgz",
"integrity": "sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@eslint-community/regexpp": "^4.4.0",
"@typescript-eslint/scope-manager": "5.59.9",
"@typescript-eslint/type-utils": "5.59.9",
"@typescript-eslint/utils": "5.59.9",
"debug": "^4.3.4",
"grapheme-splitter": "^1.0.4",
"ignore": "^5.2.0",
"natural-compare-lite": "^1.4.0",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-06-14 16:10:34 +03:00
},
"funding": {
2023-06-08 17:55:57 +03:00
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
2022-06-14 16:10:34 +03:00
},
"peerDependencies": {
2023-06-08 17:55:57 +03:00
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"ms": "2.1.2"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"node_modules/@typescript-eslint/parser": {
"version": "5.59.9",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.9.tgz",
"integrity": "sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@typescript-eslint/scope-manager": "5.59.9",
"@typescript-eslint/types": "5.59.9",
"@typescript-eslint/typescript-estree": "5.59.9",
"debug": "^4.3.4"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
2022-06-14 16:10:34 +03:00
},
"peerDependencies": {
2023-06-08 17:55:57 +03:00
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
"version": "5.59.9",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz",
"integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@typescript-eslint/types": "5.59.9",
"@typescript-eslint/visitor-keys": "5.59.9",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/parser/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"ms": "2.1.2"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.0"
2022-06-14 16:10:34 +03:00
},
"peerDependenciesMeta": {
2023-06-08 17:55:57 +03:00
"supports-color": {
2022-06-14 16:10:34 +03:00
"optional": true
}
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/parser/node_modules/globby": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.2.9",
"ignore": "^5.2.0",
"merge2": "^1.4.1",
"slash": "^3.0.0"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/parser/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"node_modules/@typescript-eslint/parser/node_modules/slash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/scope-manager": {
"version": "5.59.9",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz",
"integrity": "sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@typescript-eslint/types": "5.59.9",
"@typescript-eslint/visitor-keys": "5.59.9"
},
2022-06-14 16:10:34 +03:00
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-06-08 17:55:57 +03:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/type-utils": {
"version": "5.59.9",
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.9.tgz",
"integrity": "sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@typescript-eslint/typescript-estree": "5.59.9",
"@typescript-eslint/utils": "5.59.9",
"debug": "^4.3.4",
"tsutils": "^3.21.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2023-06-08 17:55:57 +03:00
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
"version": "5.59.9",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz",
"integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@typescript-eslint/types": "5.59.9",
"@typescript-eslint/visitor-keys": "5.59.9",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/type-utils/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"ms": "2.1.2"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/type-utils/node_modules/globby": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.2.9",
"ignore": "^5.2.0",
"merge2": "^1.4.1",
"slash": "^3.0.0"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/type-utils/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/type-utils/node_modules/slash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/types": {
"version": "5.59.9",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz",
"integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/utils": {
"version": "5.59.9",
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.9.tgz",
"integrity": "sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@eslint-community/eslint-utils": "^4.2.0",
"@types/json-schema": "^7.0.9",
"@types/semver": "^7.3.12",
"@typescript-eslint/scope-manager": "5.59.9",
"@typescript-eslint/types": "5.59.9",
"@typescript-eslint/typescript-estree": "5.59.9",
"eslint-scope": "^5.1.1",
"semver": "^7.3.7"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
"version": "5.59.9",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz",
"integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@typescript-eslint/types": "5.59.9",
"@typescript-eslint/visitor-keys": "5.59.9",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
"semver": "^7.3.7",
"tsutils": "^3.21.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/utils/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/utils/node_modules/globby": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.2.9",
"ignore": "^5.2.0",
"merge2": "^1.4.1",
"slash": "^3.0.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/utils/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"node_modules/@typescript-eslint/utils/node_modules/slash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/visitor-keys": {
"version": "5.59.9",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
"integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@typescript-eslint/types": "5.59.9",
"eslint-visitor-keys": "^3.3.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/typescript-eslint"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
"integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
"dev": true,
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
}
},
"node_modules/@web/browser-logs": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@web/browser-logs/-/browser-logs-0.4.0.tgz",
"integrity": "sha512-/EBiDAUCJ2DzZhaFxTPRIznEPeafdLbXShIL6aTu7x73x7ZoxSDv7DGuTsh2rWNMUa4+AKli4UORrpyv6QBOiA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"errorstacks": "^2.2.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@web/config-loader": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@web/config-loader/-/config-loader-0.1.3.tgz",
"integrity": "sha512-XVKH79pk4d3EHRhofete8eAnqto1e8mCRAqPV00KLNFzCWSe8sWmLnqKCqkPNARC6nksMaGrATnA5sPDRllMpQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"semver": "^7.3.4"
},
"engines": {
"node": ">=10.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@web/dev-server": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "0.4.6",
"resolved": "https://registry.npmjs.org/@web/dev-server/-/dev-server-0.4.6.tgz",
"integrity": "sha512-jj/1bcElAy5EZet8m2CcUdzxT+CRvUjIXGh8Lt7vxtthkN9PzY9wlhWx/9WOs5iwlnG1oj0VGo6f/zvbPO0s9w==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
"@babel/code-frame": "^7.12.11",
"@types/command-line-args": "^5.0.0",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@web/config-loader": "^0.3.0",
"@web/dev-server-core": "^0.7.2",
"@web/dev-server-rollup": "^0.6.1",
2023-06-08 17:55:57 +03:00
"camelcase": "^6.2.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^7.0.1",
"debounce": "^1.2.0",
"deepmerge": "^4.2.2",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"internal-ip": "^6.2.0",
2023-06-08 17:55:57 +03:00
"nanocolors": "^0.2.1",
"open": "^8.0.2",
"portfinder": "^1.0.32"
},
"bin": {
"wds": "dist/bin.js",
"web-dev-server": "dist/bin.js"
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2023-06-08 17:55:57 +03:00
}
},
"node_modules/@web/dev-server-core": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@web/dev-server-core/-/dev-server-core-0.5.1.tgz",
"integrity": "sha512-pXgb4bjDmPIaIQT9luixTSqTvRQxttUEzSKOZqLNl6pVgrl4n47ZtmZte936G2tM7nHmpT+oaMDDtCM0CgbQNQ==",
"dev": true,
"dependencies": {
"@types/koa": "^2.11.6",
"@types/ws": "^7.4.0",
"@web/parse5-utils": "^2.0.0",
"chokidar": "^3.4.3",
"clone": "^2.1.2",
"es-module-lexer": "^1.0.0",
"get-stream": "^6.0.0",
"is-stream": "^2.0.0",
"isbinaryfile": "^5.0.0",
"koa": "^2.13.0",
"koa-etag": "^4.0.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0",
"lru-cache": "^8.0.4",
"mime-types": "^2.1.27",
"parse5": "^6.0.1",
"picomatch": "^2.2.2",
"ws": "^7.4.2"
},
"engines": {
"node": ">=16.0.0"
}
},
"node_modules/@web/dev-server-core/node_modules/es-module-lexer": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.2.1.tgz",
"integrity": "sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==",
"dev": true
},
"node_modules/@web/dev-server-esbuild": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@web/dev-server-esbuild/-/dev-server-esbuild-0.4.1.tgz",
"integrity": "sha512-oUrxo7ggxeaWuQafu5bgiAJFatA+YEeYhgkUMB2CHq/SVleKgyPgQCqx42eVBJ2uWMyI1YWSpKtNueCmocwQzw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@mdn/browser-compat-data": "^4.0.0",
"@web/dev-server-core": "^0.5.1",
"esbuild": "^0.16 || ^0.17",
"parse5": "^6.0.1",
"ua-parser-js": "^1.0.33"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=16.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@web/dev-server-rollup": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "0.6.4",
"resolved": "https://registry.npmjs.org/@web/dev-server-rollup/-/dev-server-rollup-0.6.4.tgz",
"integrity": "sha512-sJZfTGCCrdku5xYnQQG51odGI092hKY9YFM0X3Z0tRY3iXKXcYRaLZrErw5KfCxr6g0JRuhe4BBhqXTA5Q2I3Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@rollup/plugin-node-resolve": "^15.0.1",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@web/dev-server-core": "^0.7.2",
2023-06-08 17:55:57 +03:00
"nanocolors": "^0.2.1",
"parse5": "^6.0.1",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"rollup": "^4.4.0",
"whatwg-url": "^14.0.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@web/dev-server-rollup/node_modules/@web/dev-server-core": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/@web/dev-server-core/-/dev-server-core-0.7.2.tgz",
"integrity": "sha512-Q/0jpF13Ipk+qGGQ+Yx/FW1TQBYazpkfgYHHo96HBE7qv4V4KKHqHglZcSUxti/zd4bToxX1cFTz8dmbTlb8JA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@types/koa": "^2.11.6",
"@types/ws": "^7.4.0",
"@web/parse5-utils": "^2.1.0",
"chokidar": "^3.4.3",
"clone": "^2.1.2",
"es-module-lexer": "^1.0.0",
"get-stream": "^6.0.0",
"is-stream": "^2.0.0",
"isbinaryfile": "^5.0.0",
"koa": "^2.13.0",
"koa-etag": "^4.0.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0",
"lru-cache": "^8.0.4",
"mime-types": "^2.1.27",
"parse5": "^6.0.1",
"picomatch": "^2.2.2",
"ws": "^7.4.2"
2022-06-14 16:10:34 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2023-06-08 17:55:57 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@web/dev-server-rollup/node_modules/es-module-lexer": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz",
"integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==",
"dev": true
2022-06-14 16:10:34 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@web/dev-server/node_modules/@web/config-loader": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@web/config-loader/-/config-loader-0.3.2.tgz",
"integrity": "sha512-Vrjv/FexBGmAdnCYpJKLHX1dfT1UaUdvHmX1JRaWos9OvDf/tFznYJ5SpJwww3Rl87/ewvLSYG7kfsMqEAsizQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@web/dev-server/node_modules/@web/dev-server-core": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/@web/dev-server-core/-/dev-server-core-0.7.2.tgz",
"integrity": "sha512-Q/0jpF13Ipk+qGGQ+Yx/FW1TQBYazpkfgYHHo96HBE7qv4V4KKHqHglZcSUxti/zd4bToxX1cFTz8dmbTlb8JA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@types/koa": "^2.11.6",
"@types/ws": "^7.4.0",
"@web/parse5-utils": "^2.1.0",
"chokidar": "^3.4.3",
"clone": "^2.1.2",
"es-module-lexer": "^1.0.0",
"get-stream": "^6.0.0",
"is-stream": "^2.0.0",
"isbinaryfile": "^5.0.0",
"koa": "^2.13.0",
"koa-etag": "^4.0.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0",
"lru-cache": "^8.0.4",
"mime-types": "^2.1.27",
"parse5": "^6.0.1",
"picomatch": "^2.2.2",
"ws": "^7.4.2"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@web/dev-server/node_modules/es-module-lexer": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz",
"integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/@web/parse5-utils": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@web/parse5-utils/-/parse5-utils-2.1.0.tgz",
"integrity": "sha512-GzfK5disEJ6wEjoPwx8AVNwUe9gYIiwc+x//QYxYDAFKUp4Xb1OJAGLc2l2gVrSQmtPGLKrTRcW90Hv4pEq1qA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"@types/parse5": "^6.0.1",
"parse5": "^6.0.1"
2022-06-14 16:10:34 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@web/test-runner": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/@web/test-runner/-/test-runner-0.19.0.tgz",
"integrity": "sha512-qLUupi88OK1Kl52cWPD/2JewUCRUxYsZ1V1DyLd05P7u09zCdrUYrtkB/cViWyxlBe/TOvqkSNpcTv6zLJ9GoA==",
"dev": true,
"dependencies": {
"@web/browser-logs": "^0.4.0",
"@web/config-loader": "^0.3.0",
"@web/dev-server": "^0.4.0",
"@web/test-runner-chrome": "^0.17.0",
"@web/test-runner-commands": "^0.9.0",
"@web/test-runner-core": "^0.13.0",
"@web/test-runner-mocha": "^0.9.0",
2023-06-08 17:55:57 +03:00
"camelcase": "^6.2.0",
"command-line-args": "^5.1.1",
"command-line-usage": "^7.0.1",
"convert-source-map": "^2.0.0",
"diff": "^5.0.0",
"globby": "^11.0.1",
"nanocolors": "^0.2.1",
"portfinder": "^1.0.32",
"source-map": "^0.7.3"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"bin": {
"web-test-runner": "dist/bin.js",
"wtr": "dist/bin.js"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@web/test-runner-chrome": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/@web/test-runner-chrome/-/test-runner-chrome-0.17.0.tgz",
"integrity": "sha512-Il5N9z41NKWCrQM1TVgRaDWWYoJtG5Ha4fG+cN1MWL2OlzBS4WoOb4lFV3EylZ7+W3twZOFr1zy2Rx61yDYd/A==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@web/test-runner-core": "^0.13.0",
"@web/test-runner-coverage-v8": "^0.8.0",
"async-mutex": "0.4.0",
2023-06-08 17:55:57 +03:00
"chrome-launcher": "^0.15.0",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"puppeteer-core": "^23.2.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@web/test-runner-commands": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/@web/test-runner-commands/-/test-runner-commands-0.9.0.tgz",
"integrity": "sha512-zeLI6QdH0jzzJMDV5O42Pd8WLJtYqovgdt0JdytgHc0d1EpzXDsc7NTCJSImboc2NcayIsWAvvGGeRF69SMMYg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@web/test-runner-core": "^0.13.0",
2023-06-08 17:55:57 +03:00
"mkdirp": "^1.0.4"
2022-06-14 16:10:34 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@web/test-runner-core": {
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/@web/test-runner-core/-/test-runner-core-0.13.3.tgz",
"integrity": "sha512-ilDqF/v2sj0sD69FNSIDT7uw4M1yTVedLBt32/lXy3MMi6suCM7m/ZlhsBy8PXhf879WMvzBOl/vhJBpEMB9vA==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
"@babel/code-frame": "^7.12.11",
"@types/babel__code-frame": "^7.0.2",
"@types/co-body": "^6.1.0",
"@types/convert-source-map": "^2.0.0",
"@types/debounce": "^1.2.0",
"@types/istanbul-lib-coverage": "^2.0.3",
"@types/istanbul-reports": "^3.0.0",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@web/browser-logs": "^0.4.0",
"@web/dev-server-core": "^0.7.2",
2023-06-08 17:55:57 +03:00
"chokidar": "^3.4.3",
"cli-cursor": "^3.1.0",
"co-body": "^6.1.0",
"convert-source-map": "^2.0.0",
"debounce": "^1.2.0",
"dependency-graph": "^0.11.0",
"globby": "^11.0.1",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"internal-ip": "^6.2.0",
2023-06-08 17:55:57 +03:00
"istanbul-lib-coverage": "^3.0.0",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"istanbul-lib-report": "^3.0.1",
2023-06-08 17:55:57 +03:00
"istanbul-reports": "^3.0.2",
"log-update": "^4.0.0",
"nanocolors": "^0.2.1",
"nanoid": "^3.1.25",
"open": "^8.0.2",
"picomatch": "^2.2.2",
"source-map": "^0.7.3"
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@web/test-runner-core/node_modules/@web/dev-server-core": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/@web/dev-server-core/-/dev-server-core-0.7.2.tgz",
"integrity": "sha512-Q/0jpF13Ipk+qGGQ+Yx/FW1TQBYazpkfgYHHo96HBE7qv4V4KKHqHglZcSUxti/zd4bToxX1cFTz8dmbTlb8JA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@types/koa": "^2.11.6",
"@types/ws": "^7.4.0",
"@web/parse5-utils": "^2.1.0",
2023-06-08 17:55:57 +03:00
"chokidar": "^3.4.3",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"clone": "^2.1.2",
"es-module-lexer": "^1.0.0",
"get-stream": "^6.0.0",
"is-stream": "^2.0.0",
"isbinaryfile": "^5.0.0",
"koa": "^2.13.0",
"koa-etag": "^4.0.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0",
2023-06-08 17:55:57 +03:00
"lru-cache": "^8.0.4",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"mime-types": "^2.1.27",
"parse5": "^6.0.1",
2023-06-08 17:55:57 +03:00
"picomatch": "^2.2.2",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"ws": "^7.4.2"
2023-06-08 17:55:57 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@web/test-runner-core/node_modules/es-module-lexer": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz",
"integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==",
"dev": true
},
"node_modules/@web/test-runner-coverage-v8": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@web/test-runner-coverage-v8/-/test-runner-coverage-v8-0.8.0.tgz",
"integrity": "sha512-PskiucYpjUtgNfR2zF2AWqWwjXL7H3WW/SnCAYmzUrtob7X9o/+BjdyZ4wKbOxWWSbJO4lEdGIDLu+8X2Xw+lA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@web/test-runner-core": "^0.13.0",
"istanbul-lib-coverage": "^3.0.0",
"lru-cache": "^8.0.4",
"picomatch": "^2.2.2",
"v8-to-istanbul": "^9.0.1"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@web/test-runner-mocha": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/@web/test-runner-mocha/-/test-runner-mocha-0.9.0.tgz",
"integrity": "sha512-ZL9F6FXd0DBQvo/h/+mSfzFTSRVxzV9st/AHhpgABtUtV/AIpVE9to6+xdkpu6827kwjezdpuadPfg+PlrBWqQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@web/test-runner-core": "^0.13.0"
2023-06-08 17:55:57 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@web/test-runner-playwright": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@web/test-runner-playwright/-/test-runner-playwright-0.11.0.tgz",
"integrity": "sha512-s+f43DSAcssKYVOD9SuzueUcctJdHzq1by45gAnSCKa9FQcaTbuYe8CzmxA21g+NcL5+ayo4z+MA9PO4H+PssQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@web/test-runner-core": "^0.13.0",
"@web/test-runner-coverage-v8": "^0.8.0",
"playwright": "^1.22.2"
2023-06-08 17:55:57 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/@web/test-runner/node_modules/@web/config-loader": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/@web/config-loader/-/config-loader-0.3.2.tgz",
"integrity": "sha512-Vrjv/FexBGmAdnCYpJKLHX1dfT1UaUdvHmX1JRaWos9OvDf/tFznYJ5SpJwww3Rl87/ewvLSYG7kfsMqEAsizQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/@web/test-runner/node_modules/diff": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
"integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=0.3.1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/accepts": {
"version": "1.3.7",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
"integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"mime-types": "~2.1.24",
"negotiator": "0.6.2"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.6"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/acorn": {
"version": "8.8.2",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
"integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"bin": {
2023-06-08 17:55:57 +03:00
"acorn": "bin/acorn"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=0.4.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/acorn-jsx": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"peerDependencies": {
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/agent-base": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz",
"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"debug": "^4.3.4"
2022-06-14 16:10:34 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">= 14"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/agent-base/node_modules/debug": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"ms": "^2.1.3"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/agent-base/node_modules/ms": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/ajv": {
"version": "6.12.6",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
"dev": true,
"dependencies": {
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"uri-js": "^4.2.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/ansi-escapes": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
"integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"type-fest": "^0.21.3"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/ansi-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"dev": true,
"engines": {
"node": ">=8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/ansi-styles": {
2022-06-14 16:10:34 +03:00
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
"dev": true,
"dependencies": {
"color-convert": "^1.9.0"
},
"engines": {
"node": ">=4"
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/anymatch": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
"dev": true,
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
},
"engines": {
"node": ">= 8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/aria-query": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz",
"integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"deep-equal": "^2.0.5"
}
},
"node_modules/array-back": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/array-back/-/array-back-6.2.2.tgz",
"integrity": "sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==",
"dev": true,
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12.17"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/array-buffer-byte-length": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz",
"integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"call-bind": "^1.0.2",
"is-array-buffer": "^3.0.1"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/array-includes": {
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
"integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4",
"get-intrinsic": "^1.1.3",
"is-string": "^1.0.7"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/array-union": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
"integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/array.prototype.flat": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
"integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4",
"es-shim-unscopables": "^1.0.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/array.prototype.flatmap": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
"integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4",
"es-shim-unscopables": "^1.0.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/ast-types": {
"version": "0.13.4",
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
"integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
"dev": true,
"dependencies": {
"tslib": "^2.0.1"
},
"engines": {
"node": ">=4"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/ast-types-flow": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
"integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==",
"dev": true
2022-06-14 16:10:34 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/ast-types/node_modules/tslib": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/astral-regex": {
2022-06-14 16:10:34 +03:00
"version": "2.0.0",
2023-06-08 17:55:57 +03:00
"resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
"integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
"node": ">=8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/async": {
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"lodash": "^4.17.14"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/async-mutex": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/async-mutex/-/async-mutex-0.4.0.tgz",
"integrity": "sha512-eJFZ1YhRR8UN8eBLoNzcDPcy/jqjsg6I1AP+KvWQX80BqOSW1oJPJXDylPUEeMr2ZQvHgnQ//Lp6f3RQ1zI7HA==",
"dev": true,
"dependencies": {
"tslib": "^2.4.0"
}
},
"node_modules/async-mutex/node_modules/tslib": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/available-typed-arrays": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
"integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/axe-core": {
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz",
"integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=4"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/axobject-query": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz",
"integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"deep-equal": "^2.0.5"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/b4a": {
"version": "1.6.7",
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz",
"integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/balanced-match": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
"dev": true
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/bare-events": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz",
"integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==",
"dev": true,
"optional": true
},
"node_modules/bare-fs": {
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-2.3.5.tgz",
"integrity": "sha512-SlE9eTxifPDJrT6YgemQ1WGFleevzwY+XAP1Xqgl56HtcrisC2CHCZ2tq6dBpcH2TnNxwUEUGhweo+lrQtYuiw==",
"dev": true,
"optional": true,
"dependencies": {
"bare-events": "^2.0.0",
"bare-path": "^2.0.0",
"bare-stream": "^2.0.0"
}
},
"node_modules/bare-os": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-2.4.4.tgz",
"integrity": "sha512-z3UiI2yi1mK0sXeRdc4O1Kk8aOa/e+FNWZcTiPB/dfTWyLypuE99LibgRaQki914Jq//yAWylcAt+mknKdixRQ==",
"dev": true,
"optional": true
},
"node_modules/bare-path": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-2.1.3.tgz",
"integrity": "sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==",
"dev": true,
"optional": true,
"dependencies": {
"bare-os": "^2.1.0"
}
},
"node_modules/bare-stream": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.3.0.tgz",
"integrity": "sha512-pVRWciewGUeCyKEuRxwv06M079r+fRjAQjBEK2P6OYGrO43O+Z0LrPZZEjlc4mB6C2RpZ9AxJ1s7NLEtOHO6eA==",
"dev": true,
"optional": true,
"dependencies": {
"b4a": "^1.6.6",
"streamx": "^2.20.0"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/base64-js": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
2022-06-14 16:10:34 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/basic-ftp": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz",
"integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==",
2022-06-14 16:10:34 +03:00
"dev": true,
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"engines": {
"node": ">=10.0.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/binary-extensions": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
2022-06-14 16:10:34 +03:00
}
},
"node_modules/braces": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"dev": true,
"dependencies": {
"fill-range": "^7.1.1"
},
"engines": {
"node": ">=8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/browserslist": {
"version": "4.21.7",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.7.tgz",
"integrity": "sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/browserslist"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
2022-06-14 16:10:34 +03:00
"dependencies": {
2023-06-08 17:55:57 +03:00
"caniuse-lite": "^1.0.30001489",
"electron-to-chromium": "^1.4.411",
"node-releases": "^2.0.12",
"update-browserslist-db": "^1.0.11"
},
"bin": {
"browserslist": "cli.js"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/buffer": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
2022-06-14 16:10:34 +03:00
"dependencies": {
2023-06-08 17:55:57 +03:00
"base64-js": "^1.3.1",
"ieee754": "^1.1.13"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/buffer-crc32": {
"version": "0.2.13",
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
"integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/bytes": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
"integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/cache-content-type": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/cache-content-type/-/cache-content-type-1.0.1.tgz",
"integrity": "sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"mime-types": "^2.1.18",
"ylru": "^1.2.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 6.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/call-bind": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
"integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
"function-bind": "^1.1.2",
"get-intrinsic": "^1.2.4",
"set-function-length": "^1.2.1"
},
"engines": {
"node": ">= 0.4"
2022-06-14 16:10:34 +03:00
},
"funding": {
2023-06-08 17:55:57 +03:00
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/callsites": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
"integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/camelcase": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
"integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
"dev": true,
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/caniuse-lite": {
"version": "1.0.30001495",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001495.tgz",
"integrity": "sha512-F6x5IEuigtUfU5ZMQK2jsy5JqUUlEFRVZq8bO2a+ysq5K7jD6PPc9YXZj78xDNS3uNchesp1Jw47YXEqr+Viyg==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
]
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/chai-a11y-axe": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/chai-a11y-axe/-/chai-a11y-axe-1.5.0.tgz",
"integrity": "sha512-V/Vg/zJDr9aIkaHJ2KQu7lGTQQm5ZOH4u1k5iTMvIXuSVlSuUo0jcSpSqf9wUn9zl6oQXa4e4E0cqH18KOgKlQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"axe-core": "^4.3.3"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/chalk": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=4"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/chalk-template": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/chalk-template/-/chalk-template-0.4.0.tgz",
"integrity": "sha512-/ghrgmhfY8RaSdeo43hNXxpoHAtxdbskUHjPpfqUWGttFgycUhYPGx3YZBCnUCvOa7Doivn1IZec3DEGFoMgLg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"chalk": "^4.1.2"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12"
2022-06-14 16:10:34 +03:00
},
"funding": {
2023-06-08 17:55:57 +03:00
"url": "https://github.com/chalk/chalk-template?sponsor=1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/chalk-template/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"color-convert": "^2.0.1"
},
2022-06-14 16:10:34 +03:00
"engines": {
"node": ">=8"
2023-06-08 17:55:57 +03:00
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/chalk-template/node_modules/chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
"node": ">=10"
},
"funding": {
2023-06-08 17:55:57 +03:00
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/chalk-template/node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"color-name": "~1.1.4"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=7.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/chalk-template/node_modules/color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/chalk-template/node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/chalk-template/node_modules/supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
"dev": true,
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/chokidar": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
"dev": true,
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
"glob-parent": "~5.1.2",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
"normalize-path": "~3.0.0",
"readdirp": "~3.6.0"
},
"engines": {
"node": ">= 8.10.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
}
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/chrome-launcher": {
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.15.2.tgz",
"integrity": "sha512-zdLEwNo3aUVzIhKhTtXfxhdvZhUghrnmkvcAq2NoDd+LeOHKf03H5jwZ8T/STsAlzyALkBVK552iaG1fGf1xVQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@types/node": "*",
"escape-string-regexp": "^4.0.0",
"is-wsl": "^2.2.0",
"lighthouse-logger": "^1.0.0"
},
"bin": {
"print-chrome-path": "bin/print-chrome-path.js"
},
2022-06-14 16:10:34 +03:00
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=12.13.0"
}
},
"node_modules/chrome-launcher/node_modules/escape-string-regexp": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
"dev": true,
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/chromium-bidi": {
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.6.5.tgz",
"integrity": "sha512-RuLrmzYrxSb0s9SgpB+QN5jJucPduZQ/9SIe76MDxYJuecPW5mxMdacJ1f4EtgiV+R0p3sCkznTMvH0MPGFqjA==",
"dev": true,
"dependencies": {
"mitt": "3.0.1",
"urlpattern-polyfill": "10.0.0",
"zod": "3.23.8"
},
"peerDependencies": {
"devtools-protocol": "*"
}
},
"node_modules/cli-cursor": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
"dev": true,
"dependencies": {
"restore-cursor": "^3.1.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/cliui": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
"dev": true,
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^7.0.0"
},
"engines": {
"node": ">=12"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/cliui/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2022-06-14 16:10:34 +03:00
"dev": true,
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"dependencies": {
"color-convert": "^2.0.1"
},
2022-06-14 16:10:34 +03:00
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=8"
2022-06-14 16:10:34 +03:00
},
"funding": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/cliui/node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"color-name": "~1.1.4"
2023-06-08 17:55:57 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"engines": {
"node": ">=7.0.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/cliui/node_modules/color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
"node_modules/cliui/node_modules/wrap-ansi": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
2023-06-08 17:55:57 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/clone": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
"integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=0.8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/co": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
"integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"iojs": ">= 1.0.0",
"node": ">= 0.12.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/co-body": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/co-body/-/co-body-6.2.0.tgz",
"integrity": "sha512-Kbpv2Yd1NdL1V/V4cwLVxraHDV6K8ayohr2rmH0J87Er8+zJjcTa6dAn9QMPC9CRgU8+aNajKbSf1TzDB1yKPA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@hapi/bourne": "^3.0.0",
2023-06-08 17:55:57 +03:00
"inflation": "^2.0.0",
"qs": "^6.5.2",
"raw-body": "^2.3.3",
"type-is": "^1.6.16"
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
},
"engines": {
"node": ">=8.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/color-convert": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"color-name": "1.1.3"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/color-name": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/command-line-args": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.1.2.tgz",
"integrity": "sha512-fytTsbndLbl+pPWtS0CxLV3BEWw9wJayB8NnU2cbQqVPsNdYezQeT+uIQv009m+GShnMNyuoBrRo8DTmuTfSCA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"array-back": "^6.1.2",
"find-replace": "^3.0.0",
"lodash.camelcase": "^4.3.0",
"typical": "^4.0.0"
},
"engines": {
"node": ">=4.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/command-line-usage": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-7.0.3.tgz",
"integrity": "sha512-PqMLy5+YGwhMh1wS04mVG44oqDsgyLRSKJBdOo1bnYhMKBW65gZF1dRp2OZRhiTjgUHljy99qkO7bsctLaw35Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"array-back": "^6.2.2",
"chalk-template": "^0.4.0",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"table-layout": "^4.1.0",
2023-06-08 17:55:57 +03:00
"typical": "^7.1.1"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12.20.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/command-line-usage/node_modules/typical": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/typical/-/typical-7.2.0.tgz",
"integrity": "sha512-W1+HdVRUl8fS3MZ9ogD51GOb46xMmhAZzR0WPw5jcgIZQJVvkddYzAl4YTU6g5w33Y1iRQLdIi2/1jhi2RNL0g==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12.17"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/comment-parser": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.2.4.tgz",
"integrity": "sha512-pm0b+qv+CkWNriSTMsfnjChF9kH0kxz55y44Wo5le9qLxMj5xDQAaEd9ZN1ovSuk9CsrncWaFwgpOMg7ClJwkw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 12.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
"dev": true
},
"node_modules/content-disposition": {
"version": "0.5.4",
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
"integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"safe-buffer": "5.2.1"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.6"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/content-disposition/node_modules/safe-buffer": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
},
"node_modules/content-type": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
"integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.6"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/convert-source-map": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
"dev": true
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/cookies": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/cookies/-/cookies-0.8.0.tgz",
"integrity": "sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"depd": "~2.0.0",
"keygrip": "~1.1.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/cookies/node_modules/depd": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/cross-spawn/node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"isexe": "^2.0.0"
},
"bin": {
"node-which": "bin/node-which"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/custom-elements-manifest": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/custom-elements-manifest/-/custom-elements-manifest-1.0.0.tgz",
"integrity": "sha512-j59k0ExGCKA8T6Mzaq+7axc+KVHwpEphEERU7VZ99260npu/p/9kd+Db+I3cGKxHkM5y6q5gnlXn00mzRQkX2A==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/damerau-levenshtein": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",
"integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==",
"dev": true
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/data-uri-to-buffer": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
"integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
"dev": true,
"engines": {
"node": ">= 14"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/debounce": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",
"integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==",
"dev": true
},
"node_modules/debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"ms": "2.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/deep-equal": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.1.tgz",
"integrity": "sha512-lKdkdV6EOGoVn65XaOsPdH4rMxTZOnmFyuIkMjM1i5HHCbfjC97dawgTAy0deYNfuqUqW+Q5VrVaQYtUpSd6yQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"array-buffer-byte-length": "^1.0.0",
"call-bind": "^1.0.2",
"es-get-iterator": "^1.1.3",
"get-intrinsic": "^1.2.0",
"is-arguments": "^1.1.1",
"is-array-buffer": "^3.0.2",
"is-date-object": "^1.0.5",
"is-regex": "^1.1.4",
"is-shared-array-buffer": "^1.0.2",
"isarray": "^2.0.5",
"object-is": "^1.1.5",
"object-keys": "^1.1.1",
"object.assign": "^4.1.4",
"regexp.prototype.flags": "^1.5.0",
"side-channel": "^1.0.4",
"which-boxed-primitive": "^1.0.2",
"which-collection": "^1.0.1",
"which-typed-array": "^1.1.9"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/deep-equal/node_modules/isarray": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/deep-equal/node_modules/object.assign": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
"integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"has-symbols": "^1.0.3",
"object-keys": "^1.1.1"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.4"
2022-06-14 16:10:34 +03:00
},
"funding": {
2023-06-08 17:55:57 +03:00
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/deep-is": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
"dev": true
},
"node_modules/deepmerge": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
"integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=0.10.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/default-gateway": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz",
"integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==",
"dev": true,
"dependencies": {
"execa": "^5.0.0"
},
"engines": {
"node": ">= 10"
}
},
"node_modules/define-data-property": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
"dev": true,
"dependencies": {
"es-define-property": "^1.0.0",
"es-errors": "^1.3.0",
"gopd": "^1.0.1"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/define-lazy-prop": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
"integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/define-properties": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
"integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"has-property-descriptors": "^1.0.0",
"object-keys": "^1.1.1"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/degenerator": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
"integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
"dev": true,
"dependencies": {
"ast-types": "^0.13.4",
"escodegen": "^2.1.0",
"esprima": "^4.0.1"
},
"engines": {
"node": ">= 14"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/delegates": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/depd": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
"integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.6"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/dependency-graph": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz",
"integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.6.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/destroy": {
2022-06-14 16:10:34 +03:00
"version": "1.2.0",
2023-06-08 17:55:57 +03:00
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
"integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/devtools-protocol": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "0.0.1342118",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1342118.tgz",
"integrity": "sha512-75fMas7PkYNDTmDyb6PRJCH7ILmHLp+BhrZGeMsa4bCh40DTxgCz2NRy5UDzII4C5KuD0oBMZ9vXKhEl6UD/3w==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/dir-glob": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
"integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"path-type": "^4.0.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/doctrine": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"esutils": "^2.0.2"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=6.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/ee-first": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=",
"dev": true
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/electron-to-chromium": {
"version": "1.4.425",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.425.tgz",
"integrity": "sha512-wv1NufHxu11zfDbY4fglYQApMswleE9FL/DSeyOyauVXDZ+Kco96JK/tPfBUaDqfRarYp2WH2hJ/5UnVywp9Jg==",
"dev": true
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/emoji-regex": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
"dev": true
},
"node_modules/encodeurl": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
"integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/end-of-stream": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
"integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"once": "^1.4.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/errorstacks": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/errorstacks/-/errorstacks-2.4.1.tgz",
"integrity": "sha512-jE4i0SMYevwu/xxAuzhly/KTwtj0xDhbzB6m1xPImxTkw8wcCbgarOQPfCVMi5JKVyW7in29pNJCCJrry3Ynnw==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/es-abstract": {
"version": "1.21.2",
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.2.tgz",
"integrity": "sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"array-buffer-byte-length": "^1.0.0",
"available-typed-arrays": "^1.0.5",
"call-bind": "^1.0.2",
"es-set-tostringtag": "^2.0.1",
"es-to-primitive": "^1.2.1",
"function.prototype.name": "^1.1.5",
"get-intrinsic": "^1.2.0",
"get-symbol-description": "^1.0.0",
"globalthis": "^1.0.3",
"gopd": "^1.0.1",
"has": "^1.0.3",
"has-property-descriptors": "^1.0.0",
"has-proto": "^1.0.1",
"has-symbols": "^1.0.3",
"internal-slot": "^1.0.5",
"is-array-buffer": "^3.0.2",
"is-callable": "^1.2.7",
"is-negative-zero": "^2.0.2",
"is-regex": "^1.1.4",
"is-shared-array-buffer": "^1.0.2",
"is-string": "^1.0.7",
"is-typed-array": "^1.1.10",
"is-weakref": "^1.0.2",
"object-inspect": "^1.12.3",
"object-keys": "^1.1.1",
"object.assign": "^4.1.4",
"regexp.prototype.flags": "^1.4.3",
"safe-regex-test": "^1.0.0",
"string.prototype.trim": "^1.2.7",
"string.prototype.trimend": "^1.0.6",
"string.prototype.trimstart": "^1.0.6",
"typed-array-length": "^1.0.4",
"unbox-primitive": "^1.0.2",
"which-typed-array": "^1.1.9"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/es-abstract/node_modules/object.assign": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
"integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
"call-bind": "^1.0.2",
2023-06-08 17:55:57 +03:00
"define-properties": "^1.1.4",
"has-symbols": "^1.0.3",
"object-keys": "^1.1.1"
2022-06-14 16:10:34 +03:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/es-define-property": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
"integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
"dev": true,
"dependencies": {
"get-intrinsic": "^1.2.4"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/es-errors": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
"dev": true,
"engines": {
"node": ">= 0.4"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/es-get-iterator": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz",
"integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"call-bind": "^1.0.2",
"get-intrinsic": "^1.1.3",
"has-symbols": "^1.0.3",
"is-arguments": "^1.1.1",
"is-map": "^2.0.2",
"is-set": "^2.0.2",
"is-string": "^1.0.7",
"isarray": "^2.0.5",
"stop-iteration-iterator": "^1.0.0"
2022-06-14 16:10:34 +03:00
},
"funding": {
2023-06-08 17:55:57 +03:00
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/es-get-iterator/node_modules/isarray": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
"dev": true
},
"node_modules/es-module-lexer": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
"integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==",
"dev": true
},
"node_modules/es-set-tostringtag": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
"integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"get-intrinsic": "^1.1.3",
"has": "^1.0.3",
"has-tostringtag": "^1.0.0"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.4"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/es-shim-unscopables": {
2022-06-14 16:10:34 +03:00
"version": "1.0.0",
2023-06-08 17:55:57 +03:00
"resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
"integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==",
"dev": true,
"dependencies": {
"has": "^1.0.3"
}
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/es-to-primitive": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
"integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"is-callable": "^1.1.4",
"is-date-object": "^1.0.1",
"is-symbol": "^1.0.2"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">= 0.4"
2022-06-14 16:10:34 +03:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/esbuild": {
"version": "0.17.19",
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz",
"integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"hasInstallScript": true,
"bin": {
"esbuild": "bin/esbuild"
},
"engines": {
"node": ">=12"
},
"optionalDependencies": {
"@esbuild/android-arm": "0.17.19",
"@esbuild/android-arm64": "0.17.19",
"@esbuild/android-x64": "0.17.19",
"@esbuild/darwin-arm64": "0.17.19",
"@esbuild/darwin-x64": "0.17.19",
"@esbuild/freebsd-arm64": "0.17.19",
"@esbuild/freebsd-x64": "0.17.19",
"@esbuild/linux-arm": "0.17.19",
"@esbuild/linux-arm64": "0.17.19",
"@esbuild/linux-ia32": "0.17.19",
"@esbuild/linux-loong64": "0.17.19",
"@esbuild/linux-mips64el": "0.17.19",
"@esbuild/linux-ppc64": "0.17.19",
"@esbuild/linux-riscv64": "0.17.19",
"@esbuild/linux-s390x": "0.17.19",
"@esbuild/linux-x64": "0.17.19",
"@esbuild/netbsd-x64": "0.17.19",
"@esbuild/openbsd-x64": "0.17.19",
"@esbuild/sunos-x64": "0.17.19",
"@esbuild/win32-arm64": "0.17.19",
"@esbuild/win32-ia32": "0.17.19",
"@esbuild/win32-x64": "0.17.19"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/escalade": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
"integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/escape-html": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
"integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/escape-string-regexp": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=0.8.0"
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/escodegen": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
"dev": true,
"dependencies": {
"esprima": "^4.0.1",
"estraverse": "^5.2.0",
"esutils": "^2.0.2"
},
"bin": {
"escodegen": "bin/escodegen.js",
"esgenerate": "bin/esgenerate.js"
},
"engines": {
"node": ">=6.0"
},
"optionalDependencies": {
"source-map": "~0.6.1"
}
},
"node_modules/escodegen/node_modules/estraverse": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
"dev": true,
"engines": {
"node": ">=4.0"
}
},
"node_modules/escodegen/node_modules/source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"dev": true,
"optional": true,
"engines": {
"node": ">=0.10.0"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint": {
"version": "8.42.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.42.0.tgz",
"integrity": "sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.4.0",
"@eslint/eslintrc": "^2.0.3",
"@eslint/js": "8.42.0",
"@humanwhocodes/config-array": "^0.11.10",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
"ajv": "^6.10.0",
"chalk": "^4.0.0",
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"doctrine": "^3.0.0",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^7.2.0",
"eslint-visitor-keys": "^3.4.1",
"espree": "^9.5.2",
"esquery": "^1.4.2",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"file-entry-cache": "^6.0.1",
"find-up": "^5.0.0",
"glob-parent": "^6.0.2",
"globals": "^13.19.0",
"graphemer": "^1.4.0",
"ignore": "^5.2.0",
"import-fresh": "^3.0.0",
"imurmurhash": "^0.1.4",
"is-glob": "^4.0.0",
"is-path-inside": "^3.0.3",
"js-yaml": "^4.1.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1",
"lodash.merge": "^4.6.2",
"minimatch": "^3.1.2",
"natural-compare": "^1.4.0",
"optionator": "^0.9.1",
"strip-ansi": "^6.0.1",
"strip-json-comments": "^3.1.0",
"text-table": "^0.2.0"
2022-06-14 16:10:34 +03:00
},
"bin": {
2023-06-08 17:55:57 +03:00
"eslint": "bin/eslint.js"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-config-prettier": {
"version": "8.8.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz",
"integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"bin": {
"eslint-config-prettier": "bin/cli.js"
},
"peerDependencies": {
"eslint": ">=7.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-import-resolver-node": {
"version": "0.3.7",
"resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz",
"integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"debug": "^3.2.7",
"is-core-module": "^2.11.0",
"resolve": "^1.22.1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-import-resolver-node/node_modules/debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"ms": "^2.1.1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-import-resolver-node/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-module-utils": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz",
"integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"debug": "^3.2.7"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=4"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-module-utils/node_modules/debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"ms": "^2.1.1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-module-utils/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"dev": true
},
"node_modules/eslint-plugin-custom-elements": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/eslint-plugin-custom-elements/-/eslint-plugin-custom-elements-0.0.8.tgz",
"integrity": "sha512-726XMAabRLKKm6/yjvYfvY4MKBwX9C4x8yPjj/ap470KhSIBHm+xHbm3P7cKlsFz/4cxq6YrBeSwKmwlacF1jg==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"peerDependencies": {
"eslint": ">=4.19.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-escompat": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-escompat/-/eslint-plugin-escompat-3.4.0.tgz",
"integrity": "sha512-ufTPv8cwCxTNoLnTZBFTQ5SxU2w7E7wiMIS7PSxsgP1eAxFjtSaoZ80LRn64hI8iYziE6kJG6gX/ZCJVxh48Bg==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"browserslist": "^4.21.0"
},
"peerDependencies": {
"eslint": ">=5.14.1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-eslint-comments": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz",
"integrity": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"escape-string-regexp": "^1.0.5",
"ignore": "^5.0.5"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.5.0"
},
"funding": {
"url": "https://github.com/sponsors/mysticatea"
},
"peerDependencies": {
"eslint": ">=4.19.1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-filenames": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-filenames/-/eslint-plugin-filenames-1.3.2.tgz",
"integrity": "sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"lodash.camelcase": "4.3.0",
"lodash.kebabcase": "4.1.1",
"lodash.snakecase": "4.1.1",
"lodash.upperfirst": "4.3.1"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"peerDependencies": {
"eslint": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-github": {
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-github/-/eslint-plugin-github-4.8.0.tgz",
"integrity": "sha512-1qu1qcyac4FfZmT9KNPr5250DwWzwp6uy6xAqHD2boE4OquUpeTni05yPn1b6y6vUYm/q8+npTdyYiRSqvg+BQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@github/browserslist-config": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"aria-query": "^5.1.3",
"eslint-config-prettier": ">=8.0.0",
"eslint-plugin-escompat": "^3.3.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-i18n-text": "^1.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-rule-documentation": ">=1.0.0",
"jsx-ast-utils": "^3.3.2",
"prettier": "^2.2.1",
"svg-element-attributes": "^1.3.1"
},
"bin": {
"eslint-ignore-errors": "bin/eslint-ignore-errors.js"
},
"peerDependencies": {
"eslint": "^8.0.1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-i18n-text": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-i18n-text/-/eslint-plugin-i18n-text-1.0.1.tgz",
"integrity": "sha512-3G3UetST6rdqhqW9SfcfzNYMpQXS7wNkJvp6dsXnjzGiku6Iu5hl3B0kmk6lIcFPwYjhQIY+tXVRtK9TlGT7RA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"peerDependencies": {
"eslint": ">=5.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-import": {
"version": "2.27.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
"integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"array-includes": "^3.1.6",
"array.prototype.flat": "^1.3.1",
"array.prototype.flatmap": "^1.3.1",
"debug": "^3.2.7",
"doctrine": "^2.1.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-module-utils": "^2.7.4",
"has": "^1.0.3",
"is-core-module": "^2.11.0",
"is-glob": "^4.0.3",
"minimatch": "^3.1.2",
"object.values": "^1.1.6",
"resolve": "^1.22.1",
"semver": "^6.3.0",
"tsconfig-paths": "^3.14.1"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=4"
},
"peerDependencies": {
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-import/node_modules/debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"ms": "^2.1.1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-import/node_modules/doctrine": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"esutils": "^2.0.2"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=0.10.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-import/node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"brace-expansion": "^1.1.7"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-import/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"dev": true
},
"node_modules/eslint-plugin-import/node_modules/semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"bin": {
"semver": "bin/semver.js"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-jsx-a11y": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz",
"integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@babel/runtime": "^7.20.7",
"aria-query": "^5.1.3",
"array-includes": "^3.1.6",
"array.prototype.flatmap": "^1.3.1",
"ast-types-flow": "^0.0.7",
"axe-core": "^4.6.2",
"axobject-query": "^3.1.1",
"damerau-levenshtein": "^1.0.8",
"emoji-regex": "^9.2.2",
"has": "^1.0.3",
"jsx-ast-utils": "^3.3.3",
"language-tags": "=1.0.5",
"minimatch": "^3.1.2",
"object.entries": "^1.1.6",
"object.fromentries": "^2.0.6",
"semver": "^6.3.0"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=4.0"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"peerDependencies": {
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-jsx-a11y/node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"brace-expansion": "^1.1.7"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-jsx-a11y/node_modules/semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"bin": {
"semver": "bin/semver.js"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-no-only-tests": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.1.0.tgz",
"integrity": "sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=5.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-plugin-prettier": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz",
"integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"prettier-linter-helpers": "^1.0.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=12.0.0"
},
"peerDependencies": {
"eslint": ">=7.28.0",
"prettier": ">=2.0.0"
},
"peerDependenciesMeta": {
"eslint-config-prettier": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint-rule-documentation": {
"version": "1.0.23",
"resolved": "https://registry.npmjs.org/eslint-rule-documentation/-/eslint-rule-documentation-1.0.23.tgz",
"integrity": "sha512-pWReu3fkohwyvztx/oQWWgld2iad25TfUdi6wvhhaDPIQjHU/pyvlKgXFw1kX31SQK2Nq9MH+vRDWB0ZLy8fYw==",
"dev": true,
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/eslint-scope": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
"integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"esrecurse": "^4.3.0",
"estraverse": "^4.1.1"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=8.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"ansi-styles": "^4.1.0",
"supports-color": "^7.1.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=10"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"color-name": "~1.1.4"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=7.0.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
"node_modules/eslint/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"ms": "2.1.2"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/escape-string-regexp": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/eslint-scope": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
"integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"esrecurse": "^4.3.0",
"estraverse": "^5.2.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/eslint-visitor-keys": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
"integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/estraverse": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
"dev": true,
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=4.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/glob-parent": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"is-glob": "^4.0.3"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=10.13.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/globals": {
"version": "13.20.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
"integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"type-fest": "^0.20.2"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"brace-expansion": "^1.1.7"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": "*"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"has-flag": "^4.0.0"
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/eslint/node_modules/type-fest": {
"version": "0.20.2",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
"integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/espree": {
"version": "9.5.2",
"resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz",
"integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"acorn": "^8.8.0",
"acorn-jsx": "^5.3.2",
"eslint-visitor-keys": "^3.4.1"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2022-06-14 16:10:34 +03:00
},
"funding": {
2023-06-08 17:55:57 +03:00
"url": "https://opencollective.com/eslint"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/espree/node_modules/eslint-visitor-keys": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
"integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"funding": {
"url": "https://opencollective.com/eslint"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/esprima": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
"dev": true,
"bin": {
"esparse": "bin/esparse.js",
"esvalidate": "bin/esvalidate.js"
},
"engines": {
"node": ">=4"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/esquery": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
"integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"estraverse": "^5.1.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=0.10"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/esquery/node_modules/estraverse": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=4.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/esrecurse": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"estraverse": "^5.2.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=4.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/esrecurse/node_modules/estraverse": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=4.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/estraverse": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=4.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/estree-walker": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
"integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/esutils": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=0.10.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/etag": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 0.6"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/execa": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
"dev": true,
"dependencies": {
"cross-spawn": "^7.0.3",
"get-stream": "^6.0.0",
"human-signals": "^2.1.0",
"is-stream": "^2.0.0",
"merge-stream": "^2.0.0",
"npm-run-path": "^4.0.1",
"onetime": "^5.1.2",
"signal-exit": "^3.0.3",
"strip-final-newline": "^2.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/execa?sponsor=1"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/extract-zip": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
"integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"debug": "^4.1.1",
"get-stream": "^5.1.0",
"yauzl": "^2.10.0"
},
"bin": {
"extract-zip": "cli.js"
2022-06-14 16:10:34 +03:00
},
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">= 10.17.0"
},
"optionalDependencies": {
"@types/yauzl": "^2.9.1"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/extract-zip/node_modules/debug": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"ms": "^2.1.3"
2023-06-08 17:55:57 +03:00
},
2022-06-14 16:10:34 +03:00
"engines": {
2023-06-08 17:55:57 +03:00
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/extract-zip/node_modules/get-stream": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"pump": "^3.0.0"
2022-06-14 16:10:34 +03:00
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2021-03-15 11:22:39 +03:00
}
2023-06-08 17:55:57 +03:00
},
"node_modules/extract-zip/node_modules/ms": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2022-06-14 16:10:34 +03:00
"dev": true
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
"dev": true
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/fast-diff": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz",
"integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
2022-06-14 16:10:34 +03:00
"dev": true
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/fast-fifo": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
"integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/fast-glob": {
"version": "3.2.12",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
"integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
"glob-parent": "^5.1.2",
"merge2": "^1.3.0",
"micromatch": "^4.0.4"
},
"engines": {
"node": ">=8.6.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/fast-glob/node_modules/micromatch": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
"integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
"dev": true,
"dependencies": {
"braces": "^3.0.2",
"picomatch": "^2.3.1"
},
"engines": {
"node": ">=8.6"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/fast-json-stable-stringify": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/fast-levenshtein": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/fastq": {
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
"integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
"dev": true,
"dependencies": {
"reusify": "^1.0.4"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/fd-slicer": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
"integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"pend": "~1.2.0"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/file-entry-cache": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
"integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
"dev": true,
"dependencies": {
"flat-cache": "^3.0.4"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
}
2021-03-15 11:22:39 +03:00
},
"node_modules/fill-range": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
"dev": true,
"dependencies": {
"to-regex-range": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/find-replace": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/find-replace/-/find-replace-3.0.0.tgz",
"integrity": "sha512-6Tb2myMioCAgv5kfvP5/PkZZ/ntTpVK39fHY7WkWBgvbeE+VHd/tZuZ4mrC+bxh4cfOZeYKVPaJIZtZXV7GNCQ==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"array-back": "^3.0.1"
},
"engines": {
"node": ">=4.0.0"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/find-replace/node_modules/array-back": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz",
"integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=6"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/find-up": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"locate-path": "^6.0.0",
"path-exists": "^4.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/find-up/node_modules/path-exists": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=8"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/flat-cache": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
"integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"flatted": "^3.1.0",
"rimraf": "^3.0.2"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/flat-cache/node_modules/flatted": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
"integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/flat-cache/node_modules/rimraf": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"glob": "^7.1.3"
},
"bin": {
"rimraf": "bin.js"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/for-each": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz",
"integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"is-callable": "^1.1.3"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/fresh": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
"integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">= 0.6"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/fs-extra": {
"version": "11.2.0",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
"dev": true,
"dependencies": {
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
},
"engines": {
"node": ">=14.14"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
"dev": true
2021-03-15 11:22:39 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/function-bind": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
"dev": true,
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/function.prototype.name": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
"integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.19.0",
"functions-have-names": "^1.2.2"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/functions-have-names": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
"integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/get-caller-file": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": "6.* || 8.* || >= 10.*"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/get-intrinsic": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
"integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"es-errors": "^1.3.0",
"function-bind": "^1.1.2",
2023-06-08 17:55:57 +03:00
"has-proto": "^1.0.1",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"has-symbols": "^1.0.3",
"hasown": "^2.0.0"
},
"engines": {
"node": ">= 0.4"
2023-06-08 17:55:57 +03:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/get-stream": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2021-03-15 11:22:39 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/get-symbol-description": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
"integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==",
"dev": true,
"dependencies": {
"call-bind": "^1.0.2",
"get-intrinsic": "^1.1.1"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/get-uri": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.3.tgz",
"integrity": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==",
"dev": true,
"dependencies": {
"basic-ftp": "^5.0.2",
"data-uri-to-buffer": "^6.0.2",
"debug": "^4.3.4",
"fs-extra": "^11.2.0"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/get-uri/node_modules/debug": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"ms": "^2.1.3"
2023-06-08 17:55:57 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=6.0"
2023-06-08 17:55:57 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2021-03-15 11:22:39 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/get-uri/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/glob": {
"version": "7.1.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.5.tgz",
"integrity": "sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
"engines": {
"node": "*"
2021-03-15 11:22:39 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/glob-parent": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
"dev": true,
"dependencies": {
"is-glob": "^4.0.1"
},
"engines": {
"node": ">= 6"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/globalthis": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz",
"integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"define-properties": "^1.1.3"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/globby": {
"version": "11.0.4",
"resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
"integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"array-union": "^2.1.0",
"dir-glob": "^3.0.1",
"fast-glob": "^3.1.1",
"ignore": "^5.1.4",
"merge2": "^1.3.0",
"slash": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/globby/node_modules/slash": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/gopd": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
"integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
"dev": true,
"dependencies": {
"get-intrinsic": "^1.1.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-02-17 01:11:32 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/graceful-fs": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/grapheme-splitter": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz",
"integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/graphemer": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
"integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
2022-02-17 01:11:32 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/has": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"function-bind": "^1.1.1"
},
"engines": {
"node": ">= 0.4.0"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/has-bigints": {
2022-06-14 16:10:34 +03:00
"version": "1.0.2",
2023-06-08 17:55:57 +03:00
"resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
"integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/has-flag": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=4"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/has-property-descriptors": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"es-define-property": "^1.0.0"
2023-06-08 17:55:57 +03:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/has-proto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
"integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">= 0.4"
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/has-symbols": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/has-tostringtag": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
"integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"has-symbols": "^1.0.2"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/hasown": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
"dev": true,
"dependencies": {
"function-bind": "^1.1.2"
},
"engines": {
"node": ">= 0.4"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/html-escaper": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/http-assert": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/http-assert/-/http-assert-1.5.0.tgz",
"integrity": "sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"deep-equal": "~1.0.1",
"http-errors": "~1.8.0"
},
"engines": {
"node": ">= 0.8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/http-assert/node_modules/deep-equal": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz",
"integrity": "sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/http-assert/node_modules/http-errors": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
"integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"depd": "~1.1.2",
"inherits": "2.0.4",
"setprototypeof": "1.2.0",
"statuses": ">= 1.5.0 < 2",
"toidentifier": "1.0.1"
},
"engines": {
"node": ">= 0.6"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/http-assert/node_modules/setprototypeof": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
2022-02-17 01:11:32 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/http-assert/node_modules/toidentifier": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=0.6"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/http-errors": {
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz",
"integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"depd": "~1.1.2",
"inherits": "2.0.3",
"setprototypeof": "1.1.1",
"statuses": ">= 1.5.0 < 2",
"toidentifier": "1.0.0"
},
"engines": {
"node": ">= 0.6"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/http-errors/node_modules/inherits": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
2021-03-15 11:22:39 +03:00
"dev": true
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/http-proxy-agent": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
"dev": true,
"dependencies": {
"agent-base": "^7.1.0",
"debug": "^4.3.4"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/http-proxy-agent/node_modules/debug": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
"dev": true,
"dependencies": {
"ms": "^2.1.3"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/http-proxy-agent/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/https-proxy-agent": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "7.0.5",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz",
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"agent-base": "^7.0.2",
2023-06-08 17:55:57 +03:00
"debug": "4"
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">= 14"
2023-06-08 17:55:57 +03:00
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/https-proxy-agent/node_modules/debug": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"ms": "^2.1.3"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/https-proxy-agent/node_modules/ms": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2021-03-15 11:22:39 +03:00
"dev": true
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/human-signals": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
"dev": true,
"engines": {
"node": ">=10.17.0"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
2022-02-17 01:11:32 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"safer-buffer": ">= 2.1.2 < 3"
},
"engines": {
"node": ">=0.10.0"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/ieee754": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
2022-02-17 01:11:32 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/ignore": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
"integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">= 4"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/import-fresh": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
"integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"parent-module": "^1.0.0",
"resolve-from": "^4.0.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/imurmurhash": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
"integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=0.8.19"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/inflation": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/inflation/-/inflation-2.1.0.tgz",
"integrity": "sha512-t54PPJHG1Pp7VQvxyVCJ9mBbjG3Hqryges9bXoOO6GExCPa+//i/d5GSuFtpx3ALLd7lgIAur6zrIlBQyJuMlQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">= 0.8.0"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"once": "^1.3.0",
"wrappy": "1"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/inherits": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
"dev": true
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/internal-ip": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-6.2.0.tgz",
"integrity": "sha512-D8WGsR6yDt8uq7vDMu7mjcR+yRMm3dW8yufyChmszWRjcSHuxLBkR3GdS2HZAjodsaGuCvXeEJpueisXJULghg==",
"dev": true,
"dependencies": {
"default-gateway": "^6.0.0",
"ipaddr.js": "^1.9.1",
"is-ip": "^3.1.0",
"p-event": "^4.2.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sindresorhus/internal-ip?sponsor=1"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/internal-slot": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
"integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"get-intrinsic": "^1.2.0",
"has": "^1.0.3",
"side-channel": "^1.0.4"
},
"engines": {
"node": ">= 0.4"
2021-03-15 11:22:39 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/ip-address": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
"integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
"dev": true,
"dependencies": {
"jsbn": "1.1.0",
"sprintf-js": "^1.1.3"
},
"engines": {
"node": ">= 12"
}
},
"node_modules/ip-regex": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-4.3.0.tgz",
"integrity": "sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/ipaddr.js": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
"dev": true,
"engines": {
"node": ">= 0.10"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/is-arguments": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
"integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2022-06-14 16:10:34 +03:00
"call-bind": "^1.0.2",
2023-06-08 17:55:57 +03:00
"has-tostringtag": "^1.0.0"
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">= 0.4"
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-array-buffer": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
"integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
2021-03-15 11:22:39 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"call-bind": "^1.0.2",
"get-intrinsic": "^1.2.0",
"is-typed-array": "^1.1.10"
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-bigint": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
"integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2022-06-14 16:10:34 +03:00
"dependencies": {
2023-06-08 17:55:57 +03:00
"has-bigints": "^1.0.1"
2022-02-17 01:11:32 +03:00
},
2023-06-08 17:55:57 +03:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-17 01:11:32 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/is-binary-path": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
"dev": true,
"dependencies": {
"binary-extensions": "^2.0.0"
},
"engines": {
"node": ">=8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-boolean-object": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
"integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
2022-06-14 16:10:34 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"call-bind": "^1.0.2",
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-callable": {
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
"integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-core-module": {
"version": "2.12.1",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
"integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"has": "^1.0.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-date-object": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz",
"integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-docker": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"bin": {
"is-docker": "cli.js"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=0.10.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-fullwidth-code-point": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
"dev": true,
"engines": {
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-generator-function": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
"integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-glob": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"is-extglob": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/is-ip": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/is-ip/-/is-ip-3.1.0.tgz",
"integrity": "sha512-35vd5necO7IitFPjd/YBeqwWnyDWbuLH9ZXQdMfDA8TEo7pv5X8yfrvVO3xbJbLUlERCMvf6X0hTUamQxCYJ9Q==",
"dev": true,
"dependencies": {
"ip-regex": "^4.0.0"
},
"engines": {
"node": ">=8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-map": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz",
"integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-module": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
"integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==",
"dev": true
},
"node_modules/is-negative-zero": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
"integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
"node_modules/is-number": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
"dev": true,
"engines": {
"node": ">=0.12.0"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-number-object": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
"integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-path-inside": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
"integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-regex": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
"integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"call-bind": "^1.0.2",
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-set": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz",
"integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-shared-array-buffer": {
2022-06-14 16:10:34 +03:00
"version": "1.0.2",
2023-06-08 17:55:57 +03:00
"resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
"integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
"dev": true,
"dependencies": {
"call-bind": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/is-stream": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-string": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz",
"integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==",
"dev": true,
"dependencies": {
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/is-symbol": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
"integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2022-06-14 16:10:34 +03:00
"has-symbols": "^1.0.2"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-typed-array": {
"version": "1.1.10",
"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
"integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
2021-03-15 11:22:39 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"available-typed-arrays": "^1.0.5",
"call-bind": "^1.0.2",
"for-each": "^0.3.3",
"gopd": "^1.0.1",
"has-tostringtag": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-weakmap": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz",
"integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-weakref": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
"integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"call-bind": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-weakset": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz",
"integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"call-bind": "^1.0.2",
"get-intrinsic": "^1.1.1"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/is-wsl": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"is-docker": "^2.0.0"
},
"engines": {
"node": ">=8"
2021-03-15 11:22:39 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/isbinaryfile": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-5.0.2.tgz",
"integrity": "sha512-GvcjojwonMjWbTkfMpnVHVqXW/wKMYDfEpY94/8zy8HFMOqb/VL6oeONq9v87q4ttVlaTLnGXnJD4B5B1OTGIg==",
"dev": true,
"engines": {
"node": ">= 18.0.0"
},
"funding": {
"url": "https://github.com/sponsors/gjtorikian/"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
"integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/istanbul-lib-coverage": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz",
"integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=8"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/istanbul-lib-report": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
"integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"istanbul-lib-coverage": "^3.0.0",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"make-dir": "^4.0.0",
2023-06-08 17:55:57 +03:00
"supports-color": "^7.1.0"
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=10"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/istanbul-lib-report/node_modules/has-flag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/istanbul-lib-report/node_modules/supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"has-flag": "^4.0.0"
},
"engines": {
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/istanbul-reports": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz",
"integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"html-escaper": "^2.0.0",
"istanbul-lib-report": "^3.0.0"
},
"engines": {
"node": ">=8"
2022-06-14 16:10:34 +03:00
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
2021-03-15 11:22:39 +03:00
"dev": true
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/jsbn": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/json-schema-traverse": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/json-stable-stringify-without-jsonify": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
"integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=",
2021-03-15 11:22:39 +03:00
"dev": true
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/jsonfile": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
"dev": true,
"dependencies": {
"universalify": "^2.0.0"
},
"optionalDependencies": {
"graceful-fs": "^4.1.6"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/jsx-ast-utils": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz",
"integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"array-includes": "^3.1.5",
"object.assign": "^4.1.3"
},
"engines": {
"node": ">=4.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/jsx-ast-utils/node_modules/object.assign": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz",
"integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2022-06-14 16:10:34 +03:00
"call-bind": "^1.0.2",
2023-06-08 17:55:57 +03:00
"define-properties": "^1.1.4",
"has-symbols": "^1.0.3",
"object-keys": "^1.1.1"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/keygrip": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/keygrip/-/keygrip-1.1.0.tgz",
"integrity": "sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"tsscmp": "1.0.6"
},
"engines": {
"node": ">= 0.6"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/koa": {
"version": "2.14.2",
"resolved": "https://registry.npmjs.org/koa/-/koa-2.14.2.tgz",
"integrity": "sha512-VFI2bpJaodz6P7x2uyLiX6RLYpZmOJqNmoCst/Yyd7hQlszyPwG/I9CQJ63nOtKSxpt5M7NH67V6nJL2BwCl7g==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"accepts": "^1.3.5",
"cache-content-type": "^1.0.0",
"content-disposition": "~0.5.2",
"content-type": "^1.0.4",
"cookies": "~0.8.0",
"debug": "^4.3.2",
"delegates": "^1.0.0",
"depd": "^2.0.0",
"destroy": "^1.0.4",
"encodeurl": "^1.0.2",
"escape-html": "^1.0.3",
"fresh": "~0.5.2",
"http-assert": "^1.3.0",
"http-errors": "^1.6.3",
"is-generator-function": "^1.0.7",
"koa-compose": "^4.1.0",
"koa-convert": "^2.0.0",
"on-finished": "^2.3.0",
"only": "~0.0.2",
"parseurl": "^1.3.2",
"statuses": "^1.5.0",
"type-is": "^1.6.16",
"vary": "^1.1.2"
},
"engines": {
"node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
}
},
"node_modules/koa-compose": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-4.1.0.tgz",
"integrity": "sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==",
"dev": true
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/koa-convert": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/koa-convert/-/koa-convert-2.0.0.tgz",
"integrity": "sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"co": "^4.6.0",
"koa-compose": "^4.1.0"
},
"engines": {
"node": ">= 10"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/koa-etag": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/koa-etag/-/koa-etag-4.0.0.tgz",
"integrity": "sha512-1cSdezCkBWlyuB9l6c/IFoe1ANCDdPBxkDkRiaIup40xpUub6U/wwRXoKBZw/O5BifX9OlqAjYnDyzM6+l+TAg==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"etag": "^1.8.1"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/koa-send": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/koa-send/-/koa-send-5.0.1.tgz",
"integrity": "sha512-tmcyQ/wXXuxpDxyNXv5yNNkdAMdFRqwtegBXUaowiQzUKqJehttS0x2j0eOZDQAyloAth5w6wwBImnFzkUz3pQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"debug": "^4.1.1",
"http-errors": "^1.7.3",
"resolve-path": "^1.4.0"
},
"engines": {
"node": ">= 8"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/koa-send/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
"dev": true,
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/koa-send/node_modules/http-errors": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
"integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"depd": "~1.1.2",
"inherits": "2.0.4",
"setprototypeof": "1.2.0",
"statuses": ">= 1.5.0 < 2",
"toidentifier": "1.0.1"
},
"engines": {
"node": ">= 0.6"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/koa-send/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
2022-02-17 01:11:32 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/koa-send/node_modules/setprototypeof": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/koa-send/node_modules/toidentifier": {
2021-03-15 11:22:39 +03:00
"version": "1.0.1",
2023-06-08 17:55:57 +03:00
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
"dev": true,
"engines": {
"node": ">=0.6"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/koa-static": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/koa-static/-/koa-static-5.0.0.tgz",
"integrity": "sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"debug": "^3.1.0",
"koa-send": "^5.0.0"
},
"engines": {
"node": ">= 7.6.0"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/koa-static/node_modules/debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"ms": "^2.1.1"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/koa-static/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"dev": true
},
"node_modules/koa/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"ms": "2.1.2"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
2021-03-15 11:22:39 +03:00
}
}
},
2023-06-08 17:55:57 +03:00
"node_modules/koa/node_modules/depd": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">= 0.8"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/koa/node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"dev": true
},
"node_modules/language-subtag-registry": {
"version": "0.3.22",
"resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz",
"integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==",
"dev": true
},
"node_modules/language-tags": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
"integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"language-subtag-registry": "~0.3.2"
}
},
"node_modules/levn": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
"integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
"dev": true,
"dependencies": {
"prelude-ls": "^1.2.1",
"type-check": "~0.4.0"
},
"engines": {
"node": ">= 0.8.0"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/lighthouse-logger": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz",
"integrity": "sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"debug": "^2.6.9",
"marky": "^1.2.2"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/lit": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-3.2.0.tgz",
"integrity": "sha512-s6tI33Lf6VpDu7u4YqsSX78D28bYQulM+VAzsGch4fx2H0eLZnJsUBsPWmGYSGoKDNbjtRv02rio1o+UdPVwvw==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@lit/reactive-element": "^2.0.4",
"lit-element": "^4.1.0",
"lit-html": "^3.2.0"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/lit-element": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/lit-element/-/lit-element-4.1.0.tgz",
"integrity": "sha512-gSejRUQJuMQjV2Z59KAS/D4iElUhwKpIyJvZ9w+DIagIQjfJnhR20h2Q5ddpzXGS+fF0tMZ/xEYGMnKmaI/iww==",
2021-03-15 11:22:39 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@lit-labs/ssr-dom-shim": "^1.2.0",
"@lit/reactive-element": "^2.0.4",
"lit-html": "^3.2.0"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/lit-html": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.2.0.tgz",
"integrity": "sha512-pwT/HwoxqI9FggTrYVarkBKFN9MlTUpLrDHubTmW4SrkL3kkqW5gxwbxMMUnbbRHBC0WTZnYHcjDSCM559VyfA==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"@types/trusted-types": "^2.0.2"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/locate-path": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"p-locate": "^5.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
2023-06-08 17:55:57 +03:00
"dev": true
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/lodash.camelcase": {
2022-06-14 16:10:34 +03:00
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
"integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/lodash.kebabcase": {
2022-06-14 16:10:34 +03:00
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz",
"integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/lodash.merge": {
2022-06-14 16:10:34 +03:00
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/lodash.snakecase": {
2022-06-14 16:10:34 +03:00
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz",
"integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/lodash.upperfirst": {
2022-06-14 16:10:34 +03:00
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz",
"integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/log-update": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz",
"integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2022-06-14 16:10:34 +03:00
"dependencies": {
2023-06-08 17:55:57 +03:00
"ansi-escapes": "^4.3.0",
"cli-cursor": "^3.1.0",
"slice-ansi": "^4.0.0",
"wrap-ansi": "^6.2.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2021-03-15 11:22:39 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/lru-cache": {
"version": "8.0.5",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-8.0.5.tgz",
"integrity": "sha512-MhWWlVnuab1RG5/zMRRcVGXZLCXrZTgfwMikgzCegsPnG62yDQo5JnqKkrK4jO5iKqDAZGItAqN5CtKBCBWRUA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=16.14"
2023-06-08 17:55:57 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/make-dir": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
"integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"semver": "^7.5.3"
2023-06-08 17:55:57 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=10"
2023-06-08 17:55:57 +03:00
},
"funding": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"url": "https://github.com/sponsors/sindresorhus"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/marky": {
"version": "1.2.5",
"resolved": "https://registry.npmjs.org/marky/-/marky-1.2.5.tgz",
"integrity": "sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==",
"dev": true
},
"node_modules/media-typer": {
2021-03-15 11:22:39 +03:00
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
2023-06-08 17:55:57 +03:00
"integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=",
"dev": true,
"engines": {
"node": ">= 0.6"
}
2022-06-14 16:10:34 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/merge-stream": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/merge2": {
2022-06-14 16:10:34 +03:00
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">= 8"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/mime-db": {
2022-06-14 16:10:34 +03:00
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">= 0.6"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/mime-types": {
2022-06-14 16:10:34 +03:00
"version": "2.1.35",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2022-06-14 16:10:34 +03:00
"mime-db": "1.52.0"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">= 0.6"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/mimic-fn": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
"dev": true,
"engines": {
"node": ">=6"
}
2022-02-17 01:11:32 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2021-03-15 11:22:39 +03:00
"brace-expansion": "^1.1.7"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": "*"
2021-03-15 11:22:39 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/minimist": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
"dev": true,
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/mitt": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz",
"integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==",
2022-02-17 01:11:32 +03:00
"dev": true
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/mkdirp": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
"dev": true,
"bin": {
"mkdirp": "bin/cmd.js"
},
"engines": {
"node": ">=10"
}
2023-06-08 17:55:57 +03:00
},
"node_modules/ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
2023-06-08 17:55:57 +03:00
"dev": true
},
"node_modules/nanocolors": {
"version": "0.2.13",
"resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.13.tgz",
"integrity": "sha512-0n3mSAQLPpGLV9ORXT5+C/D4mwew7Ebws69Hx4E2sgz2ZA5+32Q80B9tL8PbL7XHnRDiAxH/pnrUJ9a4fkTNTA==",
"dev": true
2022-02-17 01:11:32 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/nanoid": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.3.7",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
2021-03-15 11:22:39 +03:00
}
2023-06-08 17:55:57 +03:00
],
"bin": {
"nanoid": "bin/nanoid.cjs"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/natural-compare": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
"integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/natural-compare-lite": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
"integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/negotiator": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
"integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
"dev": true,
"engines": {
"node": ">= 0.6"
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/netmask": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz",
"integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">= 0.4.0"
2023-06-08 17:55:57 +03:00
}
},
"node_modules/node-releases": {
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz",
"integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==",
2022-06-14 16:10:34 +03:00
"dev": true
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/normalize-path": {
2021-03-15 11:22:39 +03:00
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">=0.10.0"
}
2022-02-17 01:11:32 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/npm-run-path": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
"integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
"dev": true,
"dependencies": {
"path-key": "^3.0.0"
},
"engines": {
"node": ">=8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/object-inspect": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz",
"integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
2023-06-08 17:55:57 +03:00
"dev": true,
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"engines": {
"node": ">= 0.4"
},
2023-06-08 17:55:57 +03:00
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/object-is": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
"integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
"dev": true,
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/object-keys": {
2021-03-15 11:22:39 +03:00
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
"integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">= 0.4"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/object.entries": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
"integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4"
},
"engines": {
"node": ">= 0.4"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/object.fromentries": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
"integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2022-06-14 16:10:34 +03:00
"call-bind": "^1.0.2",
2023-06-08 17:55:57 +03:00
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/object.values": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
"integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
"dev": true,
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/on-finished": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
"integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2021-03-15 11:22:39 +03:00
"ee-first": "1.1.1"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">= 0.8"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/once": {
2021-03-15 11:22:39 +03:00
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
2023-06-08 17:55:57 +03:00
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2021-03-15 11:22:39 +03:00
"wrappy": "1"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/onetime": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
"dev": true,
"dependencies": {
"mimic-fn": "^2.1.0"
},
"engines": {
"node": ">=6"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/only": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/only/-/only-0.0.2.tgz",
"integrity": "sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==",
"dev": true
},
"node_modules/open": {
"version": "8.4.2",
"resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz",
"integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==",
"dev": true,
"dependencies": {
"define-lazy-prop": "^2.0.0",
"is-docker": "^2.1.1",
"is-wsl": "^2.2.0"
},
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/optionator": {
2021-03-15 11:22:39 +03:00
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
"integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2021-03-15 11:22:39 +03:00
"deep-is": "^0.1.3",
"fast-levenshtein": "^2.0.6",
"levn": "^0.4.1",
"prelude-ls": "^1.2.1",
"type-check": "^0.4.0",
"word-wrap": "^1.2.3"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">= 0.8.0"
2021-03-15 11:22:39 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/p-event": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/p-event/-/p-event-4.2.0.tgz",
"integrity": "sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==",
"dev": true,
"dependencies": {
"p-timeout": "^3.1.0"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-finally": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
"integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
"dev": true,
"engines": {
"node": ">=4"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/p-limit": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"yocto-queue": "^0.1.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/p-locate": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"p-limit": "^3.0.2"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
2021-03-15 11:22:39 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/p-timeout": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz",
"integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
"dev": true,
"dependencies": {
"p-finally": "^1.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/pac-proxy-agent": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.2.tgz",
"integrity": "sha512-BFi3vZnO9X5Qt6NRz7ZOaPja3ic0PhlsmCRYLOpN11+mWBCR6XJDqW5RF3j8jm4WGGQZtBA+bTfxYzeKW73eHg==",
"dev": true,
"dependencies": {
"@tootallnate/quickjs-emscripten": "^0.23.0",
"agent-base": "^7.0.2",
"debug": "^4.3.4",
"get-uri": "^6.0.1",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.5",
"pac-resolver": "^7.0.1",
"socks-proxy-agent": "^8.0.4"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/pac-proxy-agent/node_modules/debug": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
"dev": true,
"dependencies": {
"ms": "^2.1.3"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/pac-proxy-agent/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"dev": true
},
"node_modules/pac-resolver": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
"integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
"dev": true,
"dependencies": {
"degenerator": "^5.0.0",
"netmask": "^2.0.2"
},
"engines": {
"node": ">= 14"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/parent-module": {
2021-03-15 11:22:39 +03:00
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2021-03-15 11:22:39 +03:00
"callsites": "^3.0.0"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">=6"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/parse5": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
"dev": true
},
"node_modules/parseurl": {
2021-03-15 11:22:39 +03:00
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">= 0.8"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/path-is-absolute": {
2021-03-15 11:22:39 +03:00
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
2023-06-08 17:55:57 +03:00
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/path-key": {
2021-03-15 11:22:39 +03:00
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">=8"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/path-parse": {
2022-06-14 16:10:34 +03:00
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/path-type": {
2022-06-14 16:10:34 +03:00
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
"integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">=8"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/pend": {
2022-02-17 01:11:32 +03:00
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
2022-06-14 16:10:34 +03:00
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
2022-02-17 01:11:32 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/picocolors": {
2022-06-14 16:10:34 +03:00
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/picomatch": {
2022-06-14 16:10:34 +03:00
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">=8.6"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/playwright": {
"version": "1.34.3",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.34.3.tgz",
"integrity": "sha512-UOOVE4ZbGfGkP1KVqWTdXOmm8Pw2pBhfbmlqKMkpiRCQjL5W+J+xRQXpgutFr0iM4pWl8g0GyyASMsqjQfFohw==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"playwright-core": "1.34.3"
},
"bin": {
"playwright": "cli.js"
},
"engines": {
"node": ">=14"
}
},
"node_modules/playwright-core": {
"version": "1.34.3",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.34.3.tgz",
"integrity": "sha512-2pWd6G7OHKemc5x1r1rp8aQcpvDh7goMBZlJv6Co5vCNLVcQJdhxRL09SGaY6HcyHH9aT4tiynZabMofVasBYw==",
"dev": true,
"bin": {
"playwright-core": "cli.js"
},
"engines": {
"node": ">=14"
}
},
"node_modules/portfinder": {
"version": "1.0.32",
"resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.32.tgz",
"integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==",
"dev": true,
"dependencies": {
"async": "^2.6.4",
"debug": "^3.2.7",
"mkdirp": "^0.5.6"
},
"engines": {
"node": ">= 0.12.0"
}
},
"node_modules/portfinder/node_modules/debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"dev": true,
"dependencies": {
"ms": "^2.1.1"
}
},
"node_modules/portfinder/node_modules/mkdirp": {
"version": "0.5.6",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
"integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==",
"dev": true,
"dependencies": {
"minimist": "^1.2.6"
},
"bin": {
"mkdirp": "bin/cmd.js"
}
},
"node_modules/portfinder/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2022-06-14 16:10:34 +03:00
"dev": true
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/prelude-ls": {
2021-03-15 11:22:39 +03:00
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
"integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">= 0.8.0"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/prettier": {
"version": "2.8.8",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
"dev": true,
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/prettier-linter-helpers": {
2021-03-15 11:22:39 +03:00
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
"integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2021-03-15 11:22:39 +03:00
"fast-diff": "^1.1.2"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">=6.0.0"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/progress": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
"integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
"dev": true,
"engines": {
"node": ">=0.4.0"
}
2022-02-17 01:11:32 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/proxy-agent": {
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz",
"integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==",
"dev": true,
"dependencies": {
"agent-base": "^7.0.2",
"debug": "^4.3.4",
"http-proxy-agent": "^7.0.1",
"https-proxy-agent": "^7.0.3",
"lru-cache": "^7.14.1",
"pac-proxy-agent": "^7.0.1",
"proxy-from-env": "^1.1.0",
"socks-proxy-agent": "^8.0.2"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/proxy-agent/node_modules/debug": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
"dev": true,
"dependencies": {
"ms": "^2.1.3"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/proxy-agent/node_modules/lru-cache": {
"version": "7.18.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
"dev": true,
"engines": {
"node": ">=12"
}
},
"node_modules/proxy-agent/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/proxy-from-env": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/pump": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz",
"integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2022-02-17 01:11:32 +03:00
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/punycode": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=6"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/puppeteer-core": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "23.4.1",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.4.1.tgz",
"integrity": "sha512-uCxGtn8VE9PlKhdFJX/zZySi9K3Ufr3qUZe28jxJoZUqiMJOi+SFh2zhiFDSjWqZIDkc0FtnaCC+rewW3MYXmg==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@puppeteer/browsers": "2.4.0",
"chromium-bidi": "0.6.5",
"debug": "^4.3.7",
"devtools-protocol": "0.0.1342118",
"typed-query-selector": "^2.12.0",
"ws": "^8.18.0"
2023-06-08 17:55:57 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18"
2023-06-08 17:55:57 +03:00
}
2022-02-17 01:11:32 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/puppeteer-core/node_modules/debug": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"ms": "^2.1.3"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/puppeteer-core/node_modules/ms": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/puppeteer-core/node_modules/ws": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/qs": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
"integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
2022-02-17 01:11:32 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"side-channel": "^1.0.6"
},
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/queue-microtask": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
2021-03-15 11:22:39 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/queue-tick": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
"integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/raw-body": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
"integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"bytes": "3.1.2",
"http-errors": "2.0.0",
2023-06-08 17:55:57 +03:00
"iconv-lite": "0.4.24",
"unpipe": "1.0.0"
},
"engines": {
"node": ">= 0.8"
2022-06-14 16:10:34 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/raw-body/node_modules/depd": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
"integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/raw-body/node_modules/http-errors": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
"dev": true,
"dependencies": {
"depd": "2.0.0",
"inherits": "2.0.4",
"setprototypeof": "1.2.0",
"statuses": "2.0.1",
"toidentifier": "1.0.1"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/raw-body/node_modules/setprototypeof": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
"dev": true
},
"node_modules/raw-body/node_modules/statuses": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/raw-body/node_modules/toidentifier": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
"dev": true,
"engines": {
"node": ">=0.6"
}
},
"node_modules/readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
"dev": true,
"dependencies": {
"picomatch": "^2.2.1"
},
"engines": {
"node": ">=8.10.0"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/regenerator-runtime": {
"version": "0.13.11",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/regexp.prototype.flags": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz",
"integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==",
"dev": true,
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"functions-have-names": "^1.2.3"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/require-directory": {
2021-03-15 11:22:39 +03:00
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">=0.10.0"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/resolve": {
"version": "1.22.2",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
"integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"is-core-module": "^2.11.0",
2022-06-14 16:10:34 +03:00
"path-parse": "^1.0.7",
"supports-preserve-symlinks-flag": "^1.0.0"
2023-06-08 17:55:57 +03:00
},
"bin": {
"resolve": "bin/resolve"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/resolve-from": {
2021-03-15 11:22:39 +03:00
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">=4"
}
},
"node_modules/resolve-path": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/resolve-path/-/resolve-path-1.4.0.tgz",
"integrity": "sha512-i1xevIst/Qa+nA9olDxLWnLk8YZbi8R/7JPbCMcgyWaFR6bKWaexgJgEB5oc2PKMjYdrHynyz0NY+if+H98t1w==",
"dev": true,
"dependencies": {
"http-errors": "~1.6.2",
"path-is-absolute": "1.0.1"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/resolve-path/node_modules/http-errors": {
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
"integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
"dev": true,
"dependencies": {
"depd": "~1.1.2",
"inherits": "2.0.3",
"setprototypeof": "1.1.0",
"statuses": ">= 1.4.0 < 2"
},
"engines": {
"node": ">= 0.6"
}
},
"node_modules/resolve-path/node_modules/inherits": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/resolve-path/node_modules/setprototypeof": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
"integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
"dev": true
},
"node_modules/restore-cursor": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
"integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"onetime": "^5.1.0",
"signal-exit": "^3.0.2"
},
"engines": {
"node": ">=8"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/reusify": {
2022-06-14 16:10:34 +03:00
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.10.0"
}
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/rollup": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.22.4.tgz",
"integrity": "sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==",
2023-06-08 17:55:57 +03:00
"dev": true,
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"dependencies": {
"@types/estree": "1.0.5"
},
2023-06-08 17:55:57 +03:00
"bin": {
"rollup": "dist/bin/rollup"
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18.0.0",
2023-06-08 17:55:57 +03:00
"npm": ">=8.0.0"
},
"optionalDependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"@rollup/rollup-android-arm-eabi": "4.22.4",
"@rollup/rollup-android-arm64": "4.22.4",
"@rollup/rollup-darwin-arm64": "4.22.4",
"@rollup/rollup-darwin-x64": "4.22.4",
"@rollup/rollup-linux-arm-gnueabihf": "4.22.4",
"@rollup/rollup-linux-arm-musleabihf": "4.22.4",
"@rollup/rollup-linux-arm64-gnu": "4.22.4",
"@rollup/rollup-linux-arm64-musl": "4.22.4",
"@rollup/rollup-linux-powerpc64le-gnu": "4.22.4",
"@rollup/rollup-linux-riscv64-gnu": "4.22.4",
"@rollup/rollup-linux-s390x-gnu": "4.22.4",
"@rollup/rollup-linux-x64-gnu": "4.22.4",
"@rollup/rollup-linux-x64-musl": "4.22.4",
"@rollup/rollup-win32-arm64-msvc": "4.22.4",
"@rollup/rollup-win32-ia32-msvc": "4.22.4",
"@rollup/rollup-win32-x64-msvc": "4.22.4",
2023-06-08 17:55:57 +03:00
"fsevents": "~2.3.2"
}
2021-03-15 11:22:39 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/rollup/node_modules/@types/estree": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
"integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==",
"dev": true
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/run-parallel": {
2022-06-14 16:10:34 +03:00
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
"dev": true,
2023-06-08 17:55:57 +03:00
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"dependencies": {
2022-06-14 16:10:34 +03:00
"queue-microtask": "^1.2.2"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/safe-regex-test": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
"integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"call-bind": "^1.0.2",
"get-intrinsic": "^1.1.3",
"is-regex": "^1.1.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/safer-buffer": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
"dev": true
},
"node_modules/semver": {
"version": "7.6.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
"integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
"dev": true,
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/set-function-length": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
"integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
"dev": true,
"dependencies": {
"define-data-property": "^1.1.4",
"es-errors": "^1.3.0",
"function-bind": "^1.1.2",
"get-intrinsic": "^1.2.4",
"gopd": "^1.0.1",
"has-property-descriptors": "^1.0.2"
2023-06-08 17:55:57 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"engines": {
"node": ">= 0.4"
2023-06-08 17:55:57 +03:00
}
},
"node_modules/setprototypeof": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
"integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
2021-03-15 11:22:39 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/shebang-command": {
2021-03-15 11:22:39 +03:00
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2021-03-15 11:22:39 +03:00
"shebang-regex": "^3.0.0"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">=8"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/shebang-regex": {
2021-03-15 11:22:39 +03:00
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">=8"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/side-channel": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz",
"integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"call-bind": "^1.0.7",
"es-errors": "^1.3.0",
"get-intrinsic": "^1.2.4",
"object-inspect": "^1.13.1"
},
"engines": {
"node": ">= 0.4"
2023-06-08 17:55:57 +03:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/signal-exit": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
2022-06-14 16:10:34 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/slice-ansi": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
"integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"ansi-styles": "^4.0.0",
"astral-regex": "^2.0.0",
"is-fullwidth-code-point": "^3.0.0"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/slice-ansi/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"dev": true,
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/slice-ansi/node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/slice-ansi/node_modules/color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
2021-03-15 11:22:39 +03:00
"dev": true
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/smart-buffer": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
"dev": true,
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
},
"node_modules/socks": {
"version": "2.8.3",
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
"integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
"dev": true,
"dependencies": {
"ip-address": "^9.0.5",
"smart-buffer": "^4.2.0"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 3.0.0"
}
},
"node_modules/socks-proxy-agent": {
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz",
"integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==",
"dev": true,
"dependencies": {
"agent-base": "^7.1.1",
"debug": "^4.3.4",
"socks": "^2.8.3"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/socks-proxy-agent/node_modules/debug": {
"version": "4.3.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
"dev": true,
"dependencies": {
"ms": "^2.1.3"
},
"engines": {
"node": ">=6.0"
},
"peerDependenciesMeta": {
"supports-color": {
"optional": true
}
}
},
"node_modules/socks-proxy-agent/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"dev": true
},
"node_modules/source-map": {
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
"integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
"dev": true,
"engines": {
"node": ">= 8"
}
},
"node_modules/sprintf-js": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/statuses": {
2021-03-15 11:22:39 +03:00
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
2023-06-08 17:55:57 +03:00
"integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=",
"dev": true,
"engines": {
"node": ">= 0.6"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/stop-iteration-iterator": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz",
"integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"internal-slot": "^1.0.4"
},
"engines": {
"node": ">= 0.4"
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/streamx": {
"version": "2.20.1",
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz",
"integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==",
2021-03-15 11:22:39 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"fast-fifo": "^1.3.2",
"queue-tick": "^1.0.1",
"text-decoder": "^1.1.0"
},
"optionalDependencies": {
"bare-events": "^2.2.0"
2021-03-15 11:22:39 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/string-width": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
2018-06-26 00:49:47 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
"strip-ansi": "^6.0.1"
},
"engines": {
"node": ">=8"
2018-06-26 00:49:47 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/string-width/node_modules/emoji-regex": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
"dev": true
},
"node_modules/string.prototype.trim": {
"version": "1.2.7",
"resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
"integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==",
"dev": true,
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/string.prototype.trimend": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
"integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
"dev": true,
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/string.prototype.trimstart": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
"integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
"dev": true,
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2019-02-25 16:51:16 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
"dev": true,
"dependencies": {
"ansi-regex": "^5.0.1"
},
"engines": {
"node": ">=8"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/strip-bom": {
2017-11-08 08:06:43 +03:00
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
2022-06-14 16:10:34 +03:00
"integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">=4"
}
2017-11-08 08:06:43 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/strip-final-newline": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
"integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
"dev": true,
"engines": {
"node": ">=6"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/strip-json-comments": {
2021-03-15 11:22:39 +03:00
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
2017-11-08 08:06:43 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/supports-color": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
2019-02-25 16:51:16 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"has-flag": "^3.0.0"
},
"engines": {
"node": ">=4"
2019-02-25 16:51:16 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/supports-preserve-symlinks-flag": {
2022-06-14 16:10:34 +03:00
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-06-14 16:10:34 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/svg-element-attributes": {
2020-05-20 22:29:33 +03:00
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/svg-element-attributes/-/svg-element-attributes-1.3.1.tgz",
"integrity": "sha512-Bh05dSOnJBf3miNMqpsormfNtfidA/GxQVakhtn0T4DECWKeXQRQUceYjJ+OxYiiLdGe4Jo9iFV8wICFapFeIA==",
2023-06-08 17:55:57 +03:00
"dev": true,
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
}
},
"node_modules/table-layout": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/table-layout/-/table-layout-4.1.1.tgz",
"integrity": "sha512-iK5/YhZxq5GO5z8wb0bY1317uDF3Zjpha0QFFLA8/trAoiLbQD0HUbMesEaxyzUgDxi2QlcbM8IvqOlEjgoXBA==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
"array-back": "^6.2.2",
"wordwrapjs": "^5.1.0"
},
"engines": {
"node": ">=12.17"
}
},
"node_modules/tar-fs": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.6.tgz",
"integrity": "sha512-iokBDQQkUyeXhgPYaZxmczGPhnhXZ0CmrqI+MOb/WFGS9DW5wnfrLgtjUJBvz50vQ3qfRwJ62QVoCFu8mPVu5w==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
"pump": "^3.0.0",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"tar-stream": "^3.1.5"
},
"optionalDependencies": {
"bare-fs": "^2.1.1",
"bare-path": "^2.1.0"
2023-06-08 17:55:57 +03:00
}
},
"node_modules/tar-stream": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-3.1.7.tgz",
"integrity": "sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"b4a": "^1.6.4",
"fast-fifo": "^1.2.0",
"streamx": "^2.15.0"
2023-06-08 17:55:57 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/text-decoder": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.0.tgz",
"integrity": "sha512-n1yg1mOj9DNpk3NeZOx7T6jchTbyJS3i3cucbNN6FcdPriMZx7NsgrGpWWdWZZGxD7ES1XB+3uoqHMgOKaN+fg==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"b4a": "^1.6.4"
2023-06-08 17:55:57 +03:00
}
2017-11-08 08:06:43 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/text-table": {
2017-11-08 08:06:43 +03:00
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
2023-06-08 17:55:57 +03:00
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
"dev": true
},
"node_modules/through": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
"integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
2017-11-08 08:06:43 +03:00
"dev": true
},
"node_modules/to-regex-range": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
"dev": true,
"dependencies": {
"is-number": "^7.0.0"
},
"engines": {
"node": ">=8.0"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/toidentifier": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
"integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
"dev": true,
"engines": {
"node": ">=0.6"
}
},
"node_modules/tr46": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-5.0.0.tgz",
"integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"punycode": "^2.3.1"
2023-06-08 17:55:57 +03:00
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18"
2023-06-08 17:55:57 +03:00
}
},
"node_modules/tsconfig-paths": {
"version": "3.14.2",
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
"integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==",
"dev": true,
"dependencies": {
"@types/json5": "^0.0.29",
"json5": "^1.0.2",
"minimist": "^1.2.6",
"strip-bom": "^3.0.0"
}
},
"node_modules/tsconfig-paths/node_modules/json5": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz",
"integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
"minimist": "^1.2.0"
},
"bin": {
"json5": "lib/cli.js"
2022-02-17 01:11:32 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/tslib": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz",
"integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==",
2019-07-01 19:18:11 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/tsscmp": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/tsscmp/-/tsscmp-1.0.6.tgz",
"integrity": "sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==",
2022-06-14 16:10:34 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=0.6.x"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/tsutils": {
2022-06-14 16:10:34 +03:00
"version": "3.21.0",
"resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
"integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
2019-02-25 16:51:16 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2019-02-25 16:51:16 +03:00
"tslib": "^1.8.1"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">= 6"
},
"peerDependencies": {
"typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
2019-02-25 16:51:16 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/type-check": {
2021-03-15 11:22:39 +03:00
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
"integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
2017-11-08 08:06:43 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2021-03-15 11:22:39 +03:00
"prelude-ls": "^1.2.1"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">= 0.8.0"
2017-11-08 08:06:43 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/type-fest": {
"version": "0.21.3",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
"integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
"dev": true,
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
2018-06-26 00:49:47 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/type-is": {
2019-07-01 19:18:11 +03:00
"version": "1.6.18",
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
"integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
2018-06-26 00:49:47 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2018-06-26 00:49:47 +03:00
"media-typer": "0.3.0",
2019-07-01 19:18:11 +03:00
"mime-types": "~2.1.24"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">= 0.6"
2018-06-26 00:49:47 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/typed-array-length": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
"integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
"dev": true,
"dependencies": {
"call-bind": "^1.0.2",
"for-each": "^0.3.3",
"is-typed-array": "^1.1.9"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
2022-02-17 01:11:32 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/typed-query-selector": {
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/typed-query-selector/-/typed-query-selector-2.12.0.tgz",
"integrity": "sha512-SbklCd1F0EiZOyPiW192rrHZzZ5sBijB6xM+cpmrwDqObvdtunOHHIk9fCGsoK5JVIYXoyEp4iEdE3upFH3PAg==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/typescript": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
"integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
2019-02-25 16:49:40 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/typical": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz",
"integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==",
"dev": true,
"engines": {
"node": ">=8"
}
},
"node_modules/ua-parser-js": {
"version": "1.0.35",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.35.tgz",
"integrity": "sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/ua-parser-js"
},
{
"type": "paypal",
"url": "https://paypal.me/faisalman"
}
],
"engines": {
"node": "*"
}
2019-02-25 16:49:40 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/unbox-primitive": {
2022-06-14 16:10:34 +03:00
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
"integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2022-06-14 16:10:34 +03:00
"call-bind": "^1.0.2",
"has-bigints": "^1.0.2",
"has-symbols": "^1.0.3",
"which-boxed-primitive": "^1.0.2"
2023-06-08 17:55:57 +03:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2022-06-14 16:10:34 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/unbzip2-stream": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
"integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
"dev": true,
"dependencies": {
"buffer": "^5.2.1",
"through": "^2.3.8"
}
2019-07-01 19:18:11 +03:00
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/universalify": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
"dev": true,
"engines": {
"node": ">= 10.0.0"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/unpipe": {
2018-06-26 00:49:47 +03:00
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">= 0.8"
}
},
"node_modules/update-browserslist-db": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
"integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
"dev": true,
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/browserslist"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"dependencies": {
"escalade": "^3.1.1",
"picocolors": "^1.0.0"
},
"bin": {
"update-browserslist-db": "cli.js"
},
"peerDependencies": {
"browserslist": ">= 4.21.0"
}
2018-06-26 00:49:47 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/uri-js": {
2021-03-15 11:22:39 +03:00
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
2019-01-08 00:11:43 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2019-01-08 00:11:43 +03:00
"punycode": "^2.1.0"
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/urlpattern-polyfill": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz",
"integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==",
2018-06-26 00:49:47 +03:00
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/v8-to-istanbul": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "9.3.0",
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz",
"integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==",
2023-06-08 17:55:57 +03:00
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.12",
"@types/istanbul-lib-coverage": "^2.0.1",
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"convert-source-map": "^2.0.0"
2023-06-08 17:55:57 +03:00
},
"engines": {
"node": ">=10.12.0"
}
2019-11-06 01:36:00 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/vary": {
2021-03-15 11:22:39 +03:00
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
2022-06-14 16:10:34 +03:00
"integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">= 0.8"
}
2021-03-15 11:22:39 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/webidl-conversions": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
"dev": true,
"engines": {
"node": ">=12"
}
2018-06-26 00:49:47 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/whatwg-url": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.0.0.tgz",
"integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==",
2017-11-08 08:06:43 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"tr46": "^5.0.0",
2023-06-08 17:55:57 +03:00
"webidl-conversions": "^7.0.0"
},
"engines": {
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node": ">=18"
2017-11-08 08:06:43 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/which-boxed-primitive": {
2022-06-14 16:10:34 +03:00
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
"integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
2019-02-25 16:51:16 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2022-06-14 16:10:34 +03:00
"is-bigint": "^1.0.1",
"is-boolean-object": "^1.1.0",
"is-number-object": "^1.0.4",
"is-string": "^1.0.5",
"is-symbol": "^1.0.3"
2023-06-08 17:55:57 +03:00
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2019-02-25 16:51:16 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/which-collection": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
"integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==",
2019-02-25 16:51:16 +03:00
"dev": true,
"dependencies": {
2023-06-08 17:55:57 +03:00
"is-map": "^2.0.1",
"is-set": "^2.0.1",
"is-weakmap": "^2.0.1",
"is-weakset": "^2.0.1"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2019-02-25 16:51:16 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/which-typed-array": {
"version": "1.1.9",
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
"integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
2019-02-25 16:51:16 +03:00
"dev": true,
2022-06-14 16:10:34 +03:00
"dependencies": {
2023-06-08 17:55:57 +03:00
"available-typed-arrays": "^1.0.5",
"call-bind": "^1.0.2",
"for-each": "^0.3.3",
"gopd": "^1.0.1",
"has-tostringtag": "^1.0.0",
"is-typed-array": "^1.1.10"
},
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
2019-02-25 16:51:16 +03:00
}
},
2023-06-08 17:55:57 +03:00
"node_modules/word-wrap": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
"integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
"dev": true,
"engines": {
"node": ">=0.10.0"
}
2019-02-25 16:51:16 +03:00
},
2023-06-08 17:55:57 +03:00
"node_modules/wordwrapjs": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-5.1.0.tgz",
"integrity": "sha512-JNjcULU2e4KJwUNv6CHgI46UvDGitb6dGryHajXTDiLgg1/RiGoPSDw4kZfYnwGtEXf2ZMeIewDQgFGzkCB2Sg==",
2019-02-25 16:51:16 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"engines": {
"node": ">=12.17"
2019-02-25 16:51:16 +03:00
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/wrap-ansi": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
"dev": true,
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0"
},
"engines": {
"node": ">=8"
}
},
"node_modules/wrap-ansi/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"dev": true,
"dependencies": {
"color-convert": "^2.0.1"
},
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
"node_modules/wrap-ansi/node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"dev": true,
"dependencies": {
"color-name": "~1.1.4"
},
"engines": {
"node": ">=7.0.0"
}
},
"node_modules/wrap-ansi/node_modules/color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
2023-06-08 17:55:57 +03:00
"node_modules/wrappy": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"dev": true
},
"node_modules/ws": {
"version": "7.5.10",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
"dev": true,
"engines": {
"node": ">=8.3.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
"node_modules/y18n": {
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
"dev": true,
"engines": {
"node": ">=10"
}
},
"node_modules/yargs": {
"version": "17.7.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
"dev": true,
"dependencies": {
"cliui": "^8.0.1",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.3",
"y18n": "^5.0.5",
"yargs-parser": "^21.1.1"
},
"engines": {
"node": ">=12"
}
},
"node_modules/yargs-parser": {
"version": "21.1.1",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
"dev": true,
"engines": {
"node": ">=12"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/yauzl": {
2022-02-17 01:11:32 +03:00
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
2022-06-14 16:10:34 +03:00
"integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
2022-02-17 01:11:32 +03:00
"dev": true,
2023-06-08 17:55:57 +03:00
"dependencies": {
2022-02-17 01:11:32 +03:00
"buffer-crc32": "~0.2.3",
"fd-slicer": "~1.1.0"
}
},
2023-06-08 17:55:57 +03:00
"node_modules/ylru": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/ylru/-/ylru-1.3.2.tgz",
"integrity": "sha512-RXRJzMiK6U2ye0BlGGZnmpwJDPgakn6aNQ0A7gHRbD4I0uvK4TW6UqkK1V0pp9jskjJBAXd3dRrbzWkqJ+6cxA==",
"dev": true,
"engines": {
"node": ">= 4.0.0"
}
},
"node_modules/yocto-queue": {
2021-03-15 11:22:39 +03:00
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
2023-06-08 17:55:57 +03:00
"dev": true,
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
Bump the npm_and_yarn group with 6 updates Bumps the npm_and_yarn group with 6 updates: | Package | From | To | | --- | --- | --- | | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` | | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` | | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` | | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.16.1` | `0.19.0` | | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.10.0` | `0.11.0` | | [rollup](https://github.com/rollup/rollup) | `3.24.0` | `4.22.4` | Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2 - [Commits](https://github.com/75lb/deep-merge/compare/v1.1.1...v1.1.2) Removes `ip` Updates `@open-wc/testing` from 3.1.8 to 3.2.2 - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing) Updates `@web/test-runner` from 0.16.1 to 0.19.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner) Updates `@web/test-runner-playwright` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/modernweb-dev/web/releases) - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md) - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright) Updates `rollup` from 3.24.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.24.0...v4.22.4) --- updated-dependencies: - dependency-name: "@75lb/deep-merge" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@open-wc/testing" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@web/test-runner-playwright" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
2024-09-26 18:36:55 +03:00
},
"node_modules/zod": {
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"dev": true,
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
2017-11-08 08:06:43 +03:00
}
}
}