web: bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0 in /tests/wdio (#10583)
* web: bump @typescript-eslint/eslint-plugin in /tests/wdio
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.1 to 7.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Revert "web: bump @spotlightjs/spotlight from 2.0.0 to 2.1.0 in /web in the sentry group across 1 directory (#10581)"
This reverts commit 34decc93b2.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
34
web/package-lock.json
generated
34
web/package-lock.json
generated
@ -64,7 +64,7 @@
|
||||
"@jeysal/storybook-addon-css-user-preferences": "^0.2.0",
|
||||
"@lit/localize-tools": "^0.7.2",
|
||||
"@rollup/plugin-replace": "^5.0.7",
|
||||
"@spotlightjs/spotlight": "^2.1.0",
|
||||
"@spotlightjs/spotlight": "^2.0.0",
|
||||
"@storybook/addon-essentials": "^8.2.5",
|
||||
"@storybook/addon-links": "^8.2.5",
|
||||
"@storybook/api": "^7.6.17",
|
||||
@ -6564,44 +6564,30 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@spotlightjs/overlay": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@spotlightjs/overlay/-/overlay-2.1.0.tgz",
|
||||
"integrity": "sha512-4A718MNG81N1q81lH45BppN/Z94lEHa9U8dUtfjpBdnSngJnwz6Ku3gmFhQQfEOcei+xtPdLgCVP3ODfu0etsg==",
|
||||
"dev": true
|
||||
"version": "2.0.0",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@spotlightjs/sidecar": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@spotlightjs/sidecar/-/sidecar-1.5.0.tgz",
|
||||
"integrity": "sha512-ASGHrRKQ40+kN/SAVEVD5GY3tt7gJM4lziEALHKb5rBXKHKIDqCckgEY4n8FhzpTo1N8azVFVHEIriPtpWTEsg==",
|
||||
"version": "1.4.0",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"spotlight-sidecar": "server.js"
|
||||
}
|
||||
},
|
||||
"node_modules/@spotlightjs/spotlight": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@spotlightjs/spotlight/-/spotlight-2.1.0.tgz",
|
||||
"integrity": "sha512-mj8LBqZzDYA+7DZ24ABLv3yDuR7HuxwioBGO2yQO+YCrPPIfUJMKmHh5a/61bTzCFipC3E78VDTK7dlZfjSgnw==",
|
||||
"version": "2.0.0",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@spotlightjs/overlay": "2.1.0",
|
||||
"@spotlightjs/sidecar": "1.5.0",
|
||||
"import-meta-resolve": "^4.1.0",
|
||||
"source-map": "^0.7.4"
|
||||
"@spotlightjs/overlay": "2.0.0",
|
||||
"@spotlightjs/sidecar": "1.4.0"
|
||||
},
|
||||
"bin": {
|
||||
"spotlight-sidecar": "bin/run.js"
|
||||
}
|
||||
},
|
||||
"node_modules/@spotlightjs/spotlight/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/@storybook/addon-actions": {
|
||||
"version": "8.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-8.2.5.tgz",
|
||||
|
||||
@ -91,7 +91,7 @@
|
||||
"@jeysal/storybook-addon-css-user-preferences": "^0.2.0",
|
||||
"@lit/localize-tools": "^0.7.2",
|
||||
"@rollup/plugin-replace": "^5.0.7",
|
||||
"@spotlightjs/spotlight": "^2.1.0",
|
||||
"@spotlightjs/spotlight": "^2.0.0",
|
||||
"@storybook/addon-essentials": "^8.2.5",
|
||||
"@storybook/addon-links": "^8.2.5",
|
||||
"@storybook/api": "^7.6.17",
|
||||
|
||||
Reference in New Issue
Block a user