mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
web: bump @spotlightjs/spotlight from 2.0.0 to 2.1.0 in /web in the sentry group across 1 directory (#10581)
web: bump @spotlightjs/spotlight Bumps the sentry group with 1 update in the /web directory: @spotlightjs/spotlight. Updates `@spotlightjs/spotlight` from 2.0.0 to 2.1.0 --- updated-dependencies: - dependency-name: "@spotlightjs/spotlight" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: sentry ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+24
-10
@@ -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.0.0",
|
||||
"@spotlightjs/spotlight": "^2.1.0",
|
||||
"@storybook/addon-essentials": "^8.2.5",
|
||||
"@storybook/addon-links": "^8.2.5",
|
||||
"@storybook/api": "^7.6.17",
|
||||
@@ -6564,30 +6564,44 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@spotlightjs/overlay": {
|
||||
"version": "2.0.0",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0"
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@spotlightjs/overlay/-/overlay-2.1.0.tgz",
|
||||
"integrity": "sha512-4A718MNG81N1q81lH45BppN/Z94lEHa9U8dUtfjpBdnSngJnwz6Ku3gmFhQQfEOcei+xtPdLgCVP3ODfu0etsg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@spotlightjs/sidecar": {
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@spotlightjs/sidecar/-/sidecar-1.5.0.tgz",
|
||||
"integrity": "sha512-ASGHrRKQ40+kN/SAVEVD5GY3tt7gJM4lziEALHKb5rBXKHKIDqCckgEY4n8FhzpTo1N8azVFVHEIriPtpWTEsg==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"spotlight-sidecar": "server.js"
|
||||
}
|
||||
},
|
||||
"node_modules/@spotlightjs/spotlight": {
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@spotlightjs/spotlight/-/spotlight-2.1.0.tgz",
|
||||
"integrity": "sha512-mj8LBqZzDYA+7DZ24ABLv3yDuR7HuxwioBGO2yQO+YCrPPIfUJMKmHh5a/61bTzCFipC3E78VDTK7dlZfjSgnw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@spotlightjs/overlay": "2.0.0",
|
||||
"@spotlightjs/sidecar": "1.4.0"
|
||||
"@spotlightjs/overlay": "2.1.0",
|
||||
"@spotlightjs/sidecar": "1.5.0",
|
||||
"import-meta-resolve": "^4.1.0",
|
||||
"source-map": "^0.7.4"
|
||||
},
|
||||
"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",
|
||||
|
||||
+1
-1
@@ -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.0.0",
|
||||
"@spotlightjs/spotlight": "^2.1.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