web: bump @spotlightjs/spotlight from 2.0.0 to 2.1.1 in /web in the sentry group across 1 directory (#10597)

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.1

---
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:
dependabot[bot]
2024-07-24 11:38:52 +02:00
committed by GitHub
parent ad567f0ec0
commit 32e5485adf
2 changed files with 25 additions and 11 deletions

34
web/package-lock.json generated
View File

@ -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.1",
"@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.1",
"resolved": "https://registry.npmjs.org/@spotlightjs/spotlight/-/spotlight-2.1.1.tgz",
"integrity": "sha512-i67sfCEIXvsHMtGMfE7U0F0MQMcrMRc54ToyaqvzZZ4aRCcUpPdl50KChcixY1ksuI7KiiP0q4h+NbjOzrrX7w==",
"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",

View File

@ -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.1",
"@storybook/addon-essentials": "^8.2.5",
"@storybook/addon-links": "^8.2.5",
"@storybook/api": "^7.6.17",