Bump the all-node-dependencies group across 1 directory with 29 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the all-node-dependencies group with 29 updates in the / directory:
Package | From | To |
---|---|---|
@grafana/runtime | 11.5.2 |
12.0.0 |
@grafana/schema | 11.5.2 |
12.0.0 |
@grafana/ui | 11.5.2 |
12.0.0 |
react-router-dom | 7.3.0 |
7.5.3 |
@babel/core | 7.26.10 |
7.27.1 |
@eslint/eslintrc | 3.3.0 |
3.3.1 |
@eslint/js | 9.22.0 |
9.26.0 |
@grafana/plugin-e2e | 1.19.0 |
2.0.0 |
@playwright/test | 1.50.1 |
1.52.0 |
@swc/core | 1.11.9 |
1.11.24 |
@swc/helpers | 0.5.15 |
0.5.17 |
@swc/jest | 0.2.37 |
0.2.38 |
@testing-library/react | 16.2.0 |
16.3.0 |
@types/node | 22.13.10 |
22.15.3 |
@types/semver | 7.5.8 |
7.7.0 |
@typescript-eslint/eslint-plugin | 8.26.1 |
8.31.1 |
@typescript-eslint/parser | 8.26.1 |
8.31.1 |
cspell | 8.17.5 |
9.0.0 |
eslint | 9.22.0 |
9.26.0 |
eslint-config-prettier | 10.1.1 |
10.1.2 |
eslint-plugin-jsdoc | 50.6.6 |
50.6.11 |
eslint-plugin-prettier | 5.2.3 |
5.4.0 |
eslint-plugin-react | 7.37.4 |
7.37.5 |
eslint-webpack-plugin | 5.0.0 |
5.0.1 |
fork-ts-checker-webpack-plugin | 9.0.2 |
9.1.0 |
glob | 11.0.1 |
11.0.2 |
sass | 1.85.1 |
1.87.0 |
typescript | 5.8.2 |
5.8.3 |
webpack | 5.98.0 |
5.99.7 |
Updates @grafana/runtime
from 11.5.2 to 12.0.0
Release notes
Sourced from @grafana/runtime
's releases.
11.6.1
Download page What's new highlights
Features and enhancements
- Chore: Update JWT library (CVE-2025-30204) #102727,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103854,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.7.3 to address CVE-2025-29923 #102863,
@macabu
- Go: Bump to 1.24.2 #103523,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- GrafanaUI: Use safePolygon close handler for interactive tooltips instead of a delay #102869,
@mthorning
- Prometheus: Add support for cloud partners Prometheus data sources #103941,
@kevinwcyu
Bug fixes
- Alertmanager: Add Role-Based Access Control via reqAction Field #103479,
@olegpixel
- GrafanaUI: Remove blurred background from overlay backdrops to improve performance #103647,
@joshhunt
- InfluxDB: Fix nested variable interpolation #104096,
@aangelisc
- LDAP test: Fix page crash #102684,
@ashharrison90
- Org redirection: Fix linking between orgs #102870,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
- Security: Fix CVE-2025-3260
11.6.0
Download page What's new highlights
Features and enhancements
- API keys: Migrate API keys to service accounts at startup #96924,
@dmihai
- AccessControl: Allow plugin roles to include
plugins:write
#101089,@gamab
- Alerting: Add DAG errors to alert rule creation and view #99423,
@soniaAguilarPeiron
- Alerting: Add Jira integration to cloud AMs #100482,
@soniaAguilarPeiron
- Alerting: Add alert rule version history - part1 #99490,
@soniaAguilarPeiron
- Alerting: Add migration to clean up rule versions table #102562,
@yuri-tceretian
- Alerting: Add multiple threshold operators #99516,
@paulojmdias
- Alerting: Add tracking for the mode used in query and notifications step when c… #100824,
@soniaAguilarPeiron
- Alerting: Adding color option for slack receiver #99615,
@wymangr
- Alerting: Allow selection of recording rule write target on per-rule basis. #101778,
@stevesg
- Alerting: Allow specifying uid for new rules added to groups #99858,
@moustafab
- Alerting: Improve template testing by trying non-root scopes #101471,
@JacobsonMT
- Alerting: Include time range in template dashboard and panel urls #101095,
@JacobsonMT
- Alerting: Keep the latest version of deleted rule in version table #101481,
@yuri-tceretian
- Alerting: Promote alertingSaveStateCompressed flag to public preview #99935,
@alexander-akhmetov
- Alerting: Remove ID and OrgID from hash calculation #100140,
@yuri-tceretian
- Alerting: Remove feature toggle alertingNoNormalState #99905,
@yuri-tceretian
- Alerting: Remove rule group edit from single rule editor #100191,
@gillesdemey
- Alerting: Return 404 when /api/ruler/grafana/api/v1/rules/{Namespace}/{Groupname} does not exist #100264,
@fayzal-g
... (truncated)
Changelog
Sourced from @grafana/runtime
's changelog.
11.6.1 (2025-04-23)
Features and enhancements
- Chore: Update JWT library (CVE-2025-30204) #102727,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103854,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.7.3 to address CVE-2025-29923 #102863,
@macabu
- Go: Bump to 1.24.2 #103523,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- GrafanaUI: Use safePolygon close handler for interactive tooltips instead of a delay #102869,
@mthorning
- Prometheus: Add support for cloud partners Prometheus data sources #103941,
@kevinwcyu
Bug fixes
- Alertmanager: Add Role-Based Access Control via reqAction Field #103479,
@olegpixel
- GrafanaUI: Remove blurred background from overlay backdrops to improve performance #103647,
@joshhunt
- InfluxDB: Fix nested variable interpolation #104096,
@aangelisc
- LDAP test: Fix page crash #102684,
@ashharrison90
- Org redirection: Fix linking between orgs #102870,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
- Security: Fix CVE-2025-3260
11.5.4 (2025-04-23)
Features and enhancements
- Azure Monitor: Filter namespaces by resource group #103654,
@alyssabull
- Azure: Add support for custom namespace and custom metrics variable queries #103650,
@aangelisc
- Azure: Resource picker improvements #103638,
@aangelisc
- Azure: Support more complex variable interpolation #103651,
@aangelisc
- Azure: Variable editor and resource picker improvements #103657,
@aangelisc
- Chore: Update CVE-affected dependencies #102709,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103853,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.6.3 to address CVE-2025-29923 #102865,
@macabu
- Go: Bump to 1.24.2 #103525,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- Prometheus: Add support for cloud partners Prometheus data sources #103942,
@kevinwcyu
Bug fixes
- InfluxDB: Fix nested variable interpolation #104095,
@aangelisc
- LDAP test: Fix page crash #102683,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
... (truncated)
Commits
c04fd54
Chore: Update version inrelease-12.0.0 branch
(#104059)50499fa
Dashboards: Add a config setting that limits the number of series that will b...8ebce76
UserStorage: multiple improvements (#103779)3607356
i18n: Updateinternationalization/dates.ts
to uselocale
(#103731)0533883
Sidecar: Remove experimental Sidecar implementation (#103786)39dcff2
Plugin Extensions: Clean up the deprecated APIs (#102102)63af403
Live: Remove queryOverLive and live-service-web-worker experimental feature f...f96e4e9
Frontend: Remove Angular (#99760)9ea1c20
Plugin Extensions: Move observable extension apis from the unstable entrypoin...135fbf6
data sources: feature toggle: route explore queries to the new query service ...- Additional commits viewable in compare view
Updates @grafana/schema
from 11.5.2 to 12.0.0
Release notes
Sourced from @grafana/schema
's releases.
11.6.1
Download page What's new highlights
Features and enhancements
- Chore: Update JWT library (CVE-2025-30204) #102727,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103854,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.7.3 to address CVE-2025-29923 #102863,
@macabu
- Go: Bump to 1.24.2 #103523,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- GrafanaUI: Use safePolygon close handler for interactive tooltips instead of a delay #102869,
@mthorning
- Prometheus: Add support for cloud partners Prometheus data sources #103941,
@kevinwcyu
Bug fixes
- Alertmanager: Add Role-Based Access Control via reqAction Field #103479,
@olegpixel
- GrafanaUI: Remove blurred background from overlay backdrops to improve performance #103647,
@joshhunt
- InfluxDB: Fix nested variable interpolation #104096,
@aangelisc
- LDAP test: Fix page crash #102684,
@ashharrison90
- Org redirection: Fix linking between orgs #102870,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
- Security: Fix CVE-2025-3260
11.6.0
Download page What's new highlights
Features and enhancements
- API keys: Migrate API keys to service accounts at startup #96924,
@dmihai
- AccessControl: Allow plugin roles to include
plugins:write
#101089,@gamab
- Alerting: Add DAG errors to alert rule creation and view #99423,
@soniaAguilarPeiron
- Alerting: Add Jira integration to cloud AMs #100482,
@soniaAguilarPeiron
- Alerting: Add alert rule version history - part1 #99490,
@soniaAguilarPeiron
- Alerting: Add migration to clean up rule versions table #102562,
@yuri-tceretian
- Alerting: Add multiple threshold operators #99516,
@paulojmdias
- Alerting: Add tracking for the mode used in query and notifications step when c… #100824,
@soniaAguilarPeiron
- Alerting: Adding color option for slack receiver #99615,
@wymangr
- Alerting: Allow selection of recording rule write target on per-rule basis. #101778,
@stevesg
- Alerting: Allow specifying uid for new rules added to groups #99858,
@moustafab
- Alerting: Improve template testing by trying non-root scopes #101471,
@JacobsonMT
- Alerting: Include time range in template dashboard and panel urls #101095,
@JacobsonMT
- Alerting: Keep the latest version of deleted rule in version table #101481,
@yuri-tceretian
- Alerting: Promote alertingSaveStateCompressed flag to public preview #99935,
@alexander-akhmetov
- Alerting: Remove ID and OrgID from hash calculation #100140,
@yuri-tceretian
- Alerting: Remove feature toggle alertingNoNormalState #99905,
@yuri-tceretian
- Alerting: Remove rule group edit from single rule editor #100191,
@gillesdemey
- Alerting: Return 404 when /api/ruler/grafana/api/v1/rules/{Namespace}/{Groupname} does not exist #100264,
@fayzal-g
... (truncated)
Changelog
Sourced from @grafana/schema
's changelog.
11.6.1 (2025-04-23)
Features and enhancements
- Chore: Update JWT library (CVE-2025-30204) #102727,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103854,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.7.3 to address CVE-2025-29923 #102863,
@macabu
- Go: Bump to 1.24.2 #103523,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- GrafanaUI: Use safePolygon close handler for interactive tooltips instead of a delay #102869,
@mthorning
- Prometheus: Add support for cloud partners Prometheus data sources #103941,
@kevinwcyu
Bug fixes
- Alertmanager: Add Role-Based Access Control via reqAction Field #103479,
@olegpixel
- GrafanaUI: Remove blurred background from overlay backdrops to improve performance #103647,
@joshhunt
- InfluxDB: Fix nested variable interpolation #104096,
@aangelisc
- LDAP test: Fix page crash #102684,
@ashharrison90
- Org redirection: Fix linking between orgs #102870,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
- Security: Fix CVE-2025-3260
11.5.4 (2025-04-23)
Features and enhancements
- Azure Monitor: Filter namespaces by resource group #103654,
@alyssabull
- Azure: Add support for custom namespace and custom metrics variable queries #103650,
@aangelisc
- Azure: Resource picker improvements #103638,
@aangelisc
- Azure: Support more complex variable interpolation #103651,
@aangelisc
- Azure: Variable editor and resource picker improvements #103657,
@aangelisc
- Chore: Update CVE-affected dependencies #102709,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103853,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.6.3 to address CVE-2025-29923 #102865,
@macabu
- Go: Bump to 1.24.2 #103525,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- Prometheus: Add support for cloud partners Prometheus data sources #103942,
@kevinwcyu
Bug fixes
- InfluxDB: Fix nested variable interpolation #104095,
@aangelisc
- LDAP test: Fix page crash #102683,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
... (truncated)
Commits
6edbdba
[release-12.0.0] K8s: Dashboards: Mark as v1beta1 (#104423)c04fd54
Chore: Update version inrelease-12.0.0 branch
(#104059)c47ab10
Dashboards: Add Dashboard Schema validation (2) (#103844)6933829
Dashboard Schema V2: Import Dashboard (#102375)35e78fe
Dynamic Dashboards: Add repeats for tabs (#103348)2f60d54
Dashboard: Schema V2 - Fix annotations losing queries (#102951)06c83f7
New Logs Panel: Add LogListControl component (#102359)0e1cb44
Dynamic Dashboard: Redesign conditional rendering [2] (#103112)15330c3
NodeGraph: Add node graph algorithm layout option (#102760)17d089d
Schema V2: Use App SDK generated types (#103100)- Additional commits viewable in compare view
Updates @grafana/ui
from 11.5.2 to 12.0.0
Release notes
Sourced from @grafana/ui
's releases.
11.6.1
Download page What's new highlights
Features and enhancements
- Chore: Update JWT library (CVE-2025-30204) #102727,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103854,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.7.3 to address CVE-2025-29923 #102863,
@macabu
- Go: Bump to 1.24.2 #103523,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- GrafanaUI: Use safePolygon close handler for interactive tooltips instead of a delay #102869,
@mthorning
- Prometheus: Add support for cloud partners Prometheus data sources #103941,
@kevinwcyu
Bug fixes
- Alertmanager: Add Role-Based Access Control via reqAction Field #103479,
@olegpixel
- GrafanaUI: Remove blurred background from overlay backdrops to improve performance #103647,
@joshhunt
- InfluxDB: Fix nested variable interpolation #104096,
@aangelisc
- LDAP test: Fix page crash #102684,
@ashharrison90
- Org redirection: Fix linking between orgs #102870,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
- Security: Fix CVE-2025-3260
11.6.0
Download page What's new highlights
Features and enhancements
- API keys: Migrate API keys to service accounts at startup #96924,
@dmihai
- AccessControl: Allow plugin roles to include
plugins:write
#101089,@gamab
- Alerting: Add DAG errors to alert rule creation and view #99423,
@soniaAguilarPeiron
- Alerting: Add Jira integration to cloud AMs #100482,
@soniaAguilarPeiron
- Alerting: Add alert rule version history - part1 #99490,
@soniaAguilarPeiron
- Alerting: Add migration to clean up rule versions table #102562,
@yuri-tceretian
- Alerting: Add multiple threshold operators #99516,
@paulojmdias
- Alerting: Add tracking for the mode used in query and notifications step when c… #100824,
@soniaAguilarPeiron
- Alerting: Adding color option for slack receiver #99615,
@wymangr
- Alerting: Allow selection of recording rule write target on per-rule basis. #101778,
@stevesg
- Alerting: Allow specifying uid for new rules added to groups #99858,
@moustafab
- Alerting: Improve template testing by trying non-root scopes #101471,
@JacobsonMT
- Alerting: Include time range in template dashboard and panel urls #101095,
@JacobsonMT
- Alerting: Keep the latest version of deleted rule in version table #101481,
@yuri-tceretian
- Alerting: Promote alertingSaveStateCompressed flag to public preview #99935,
@alexander-akhmetov
- Alerting: Remove ID and OrgID from hash calculation #100140,
@yuri-tceretian
- Alerting: Remove feature toggle alertingNoNormalState #99905,
@yuri-tceretian
- Alerting: Remove rule group edit from single rule editor #100191,
@gillesdemey
- Alerting: Return 404 when /api/ruler/grafana/api/v1/rules/{Namespace}/{Groupname} does not exist #100264,
@fayzal-g
... (truncated)
Changelog
Sourced from @grafana/ui
's changelog.
11.6.1 (2025-04-23)
Features and enhancements
- Chore: Update JWT library (CVE-2025-30204) #102727,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103854,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.7.3 to address CVE-2025-29923 #102863,
@macabu
- Go: Bump to 1.24.2 #103523,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- GrafanaUI: Use safePolygon close handler for interactive tooltips instead of a delay #102869,
@mthorning
- Prometheus: Add support for cloud partners Prometheus data sources #103941,
@kevinwcyu
Bug fixes
- Alertmanager: Add Role-Based Access Control via reqAction Field #103479,
@olegpixel
- GrafanaUI: Remove blurred background from overlay backdrops to improve performance #103647,
@joshhunt
- InfluxDB: Fix nested variable interpolation #104096,
@aangelisc
- LDAP test: Fix page crash #102684,
@ashharrison90
- Org redirection: Fix linking between orgs #102870,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
- Security: Fix CVE-2025-3260
11.5.4 (2025-04-23)
Features and enhancements
- Azure Monitor: Filter namespaces by resource group #103654,
@alyssabull
- Azure: Add support for custom namespace and custom metrics variable queries #103650,
@aangelisc
- Azure: Resource picker improvements #103638,
@aangelisc
- Azure: Support more complex variable interpolation #103651,
@aangelisc
- Azure: Variable editor and resource picker improvements #103657,
@aangelisc
- Chore: Update CVE-affected dependencies #102709,
@grambbledook
- DashboardScenePage: Correct slug in self referencing data links #103853,
@Sergej-Vlasov
- Dependencies: Bump github.com/redis/go-redis/v9 to 9.6.3 to address CVE-2025-29923 #102865,
@macabu
- Go: Bump to 1.24.2 #103525,
@Proximyst
- Go: Bump to 1.24.2 (Enterprise)
- Prometheus: Add support for cloud partners Prometheus data sources #103942,
@kevinwcyu
Bug fixes
- InfluxDB: Fix nested variable interpolation #104095,
@aangelisc
- LDAP test: Fix page crash #102683,
@ashharrison90
- Security: Fix CVE-2025-3454
- Security: Fix CVE-2025-2703
... (truncated)
Commits
c04fd54
Chore: Update version inrelease-12.0.0 branch
(#104059)1a867b1
TableNG: Fix cell type logic (#103919)383f043
TableNG: Use numeric sorting for string fields (not strictly lexicographic) (...57a275f
Combobox: Fix an issue where custom values would accumulate as typed (#103891)1291b60
Checkbox: Add z-index to description (#103847)906004c
TableNg: Fix a few bugs found in K8s land (#103829)c4a0eb3
Extension Sidebar: Make sidebar's width resizeable (#103526)1056467
Update dependency@floating-ui/react
to v0.27.7 (#103766)b58729d
Provisioning: Onboarding updates (#103722)b59a4fc
TableNG: Fix some regressions after text wrap refactor (#103663)- Additional commits viewable in compare view
Updates react-router-dom
from 7.3.0 to 7.5.3
Release notes
Sourced from react-router-dom's releases.
react-router-dom-v5-compat@6.4.0-pre.15
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.15
- react-router-dom@6.4.0-pre.15
react-router-dom-v5-compat@6.4.0-pre.11
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.11
- react-router-dom@6.4.0-pre.11
react-router-dom-v5-compat@6.4.0-pre.10
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.10
- react-router-dom@6.4.0-pre.10
react-router-dom-v5-compat@6.4.0-pre.9
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.9
- react-router-dom@6.4.0-pre.9
react-router-dom-v5-compat@6.4.0-pre.8
Patch Changes
- Updated dependencies
- react-router@6.4.0-pre.8
- react-router-dom@6.4.0-pre.8
Changelog
Sourced from react-router-dom's changelog.
7.5.3
Patch Changes
- Updated dependencies:
react-router@7.5.3
7.5.2
Patch Changes
- Updated dependencies:
react-router@7.5.2
7.5.1
Patch Changes
- Updated dependencies:
react-router@7.5.1
7.5.0
Patch Changes
- Updated dependencies:
react-router@7.5.0
7.4.1
Patch Changes
- Updated dependencies:
react-router@7.4.1
7.4.0
Patch Changes
- Updated dependencies:
react-router@7.4.0
Commits
9a41029
chore: Update version for release (#13482)945295b
chore: Update version for release (pre) (#13479)5819e0c
chore: Update version for release (#13456)d0cac33
chore: Update version for release (pre) (#13454)5dd7c15
chore: Update version for release (#13422)6ce4a79
chore: Update version for release (pre) (#13412)15e0a5e
chore: Update version for release (#13366)e6630c6
chore: Update version for release (pre) (#13355)3aea1f2
chore: Update version for release (pre) (#13345)7350eef
chore: Update version for release (#13322)- Additional commits viewable in compare view
Updates @babel/core
from 7.26.10 to 7.27.1
Release notes
Sourced from @babel/core
's releases.
v7.27.1 (2025-04-30)
Thanks
@kermanx
and@woaitsAryan
for your first PRs!:eyeglasses: Spec Compliance
babel-parser
babel-parser
,babel-types
:bug: Bug Fix
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-traverse
babel-helper-wrap-function
,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari
)babel-helper-remap-async-to-generator
,babel-plugin-transform-async-to-generator
babel-helper-fixtures
,babel-parser
babel-generator
,babel-parser
babel-parser
babel-compat-data
,babel-preset-env
babel-traverse
- #17156 fix: Objects and arrays with multiple references should not be evaluated (
@liuxingbaoyu
)babel-generator
:nail_care: Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-decorators
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-class-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-parameters
,babel-traverse
- #17221 Reduce generated names size for the 10th-11th (
@nicolo-ribaudo
):house: Internal
babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #17263 Remove unused
regenerator-runtime
dep in@babel/runtime
(@nicolo-ribaudo
)babel-compat-data
,babel-preset-env
babel-compat-data
,babel-standalone<...
Description has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@typescript-eslint/parser
npm
8.26.1 → 8.31.1
Minor
@typescript-eslint/eslint-plugin
npm
8.26.1 → 8.31.1
Minor
fork-ts-checker-webpack-plugin
npm
9.0.2 → 9.1.0
Minor
Security Advisories
go-redis allows potential out of order responses when `CLIENT SETINFO` times out during connection establishment
Grafana's datasource proxy API allows authorization checks to be bypassed
jwt-go allows excessive memory allocation during header parsing
Grafana vulnerable to authenticated users bypassing dashboard, folder permissions
Technical Details
ID: | 992928 |
UUID: | 3039997900 |
Node ID: | PR_kwDODs5kj86U9IrE |
Host: | GitHub |
Repository: | grafana/timestream-datasource |