Skip to content

Commit 67e9bfb

Browse files
authored
Bump transitive dep brace-expansion to 1.1.12 and 2.0.2 (#522)
1 parent d8bf485 commit 67e9bfb

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 2.12.4
6+
7+
- Bump transitive dep brace-expansion to 1.1.12 and 2.0.2 in [#522](https://github.com/grafana/timestream-datasource/pull/522)
8+
- Update gitignore for yarn files in [#512](https://github.com/grafana/timestream-datasource/pull/512)
9+
- Upgrade yarn to v4.10.3 in [#507](https://github.com/grafana/timestream-datasource/pull/507)
10+
- Chore: Move docs to docs/sources to enable publishing to website in [#508](https://github.com/grafana/timestream-datasource/pull/508)
11+
- CD: Publish Github release directly, skipping draft step in [#506](https://github.com/grafana/timestream-datasource/pull/506)
12+
- Update workflows and templates in [#494](https://github.com/grafana/timestream-datasource/pull/494)
13+
- Chore(deps-dev): Bump the npm-patch-dev-dependencies group with 5 updates in [#502](https://github.com/grafana/timestream-datasource/pull/502)
14+
- Chore(deps): Bump github.com/grafana/grafana-aws-sdk from 1.1.1 to 1.2.0 in [#503](https://github.com/grafana/timestream-datasource/pull/503)
15+
- Chore(deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.278.0 to 0.279.0 in [#501](https://github.com/grafana/timestream-datasource/pull/501)
16+
- Update dependabot groups in [#493](https://github.com/grafana/timestream-datasource/pull/493)
17+
- Chore(deps-dev): Bump @swc/core from 1.12.7 to 1.13.5 in [#495](https://github.com/grafana/timestream-datasource/pull/495)
18+
- Chore(deps-dev): Bump sass from 1.89.2 to 1.92.0 in [#492](https://github.com/grafana/timestream-datasource/pull/492)
19+
- Chore(deps-dev): Bump jest-environment-jsdom from 30.0.2 to 30.1.2 in [#489](https://github.com/grafana/timestream-datasource/pull/489)
20+
521
## 2.12.3
622

723
- Remove pr_commands by @kevinwcyu in https://github.com/grafana/timestream-datasource/pull/436

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-timestream-datasource",
3-
"version": "2.12.3",
3+
"version": "2.12.4",
44
"description": "Load data timestream in grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5026,21 +5026,21 @@ __metadata:
50265026
linkType: hard
50275027

50285028
"brace-expansion@npm:^1.1.7":
5029-
version: 1.1.11
5030-
resolution: "brace-expansion@npm:1.1.11"
5029+
version: 1.1.12
5030+
resolution: "brace-expansion@npm:1.1.12"
50315031
dependencies:
50325032
balanced-match: "npm:^1.0.0"
50335033
concat-map: "npm:0.0.1"
5034-
checksum: 10c0/695a56cd058096a7cb71fb09d9d6a7070113c7be516699ed361317aca2ec169f618e28b8af352e02ab4233fb54eb0168460a40dc320bab0034b36ab59aaad668
5034+
checksum: 10c0/975fecac2bb7758c062c20d0b3b6288c7cc895219ee25f0a64a9de662dbac981ff0b6e89909c3897c1f84fa353113a721923afdec5f8b2350255b097f12b1f73
50355035
languageName: node
50365036
linkType: hard
50375037

50385038
"brace-expansion@npm:^2.0.1":
5039-
version: 2.0.1
5040-
resolution: "brace-expansion@npm:2.0.1"
5039+
version: 2.0.2
5040+
resolution: "brace-expansion@npm:2.0.2"
50415041
dependencies:
50425042
balanced-match: "npm:^1.0.0"
5043-
checksum: 10c0/b358f2fe060e2d7a87aa015979ecea07f3c37d4018f8d6deb5bd4c229ad3a0384fe6029bb76cd8be63c81e516ee52d1a0673edbe2023d53a5191732ae3c3e49f
5043+
checksum: 10c0/6d117a4c793488af86b83172deb6af143e94c17bc53b0b3cec259733923b4ca84679d506ac261f4ba3c7ed37c46018e2ff442f9ce453af8643ecd64f4a54e6cf
50445044
languageName: node
50455045
linkType: hard
50465046

0 commit comments

Comments
 (0)