Skip to content

Commit bb3a895

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | -------------------------------- | ------- | ------- | | npm | @babel/core | 7.28.0 | 7.28.0 | | npm | @grafana/eslint-config | 8.1.0 | 8.1.0 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.56.1 | 1.56.1 | | npm | @stylistic/eslint-plugin | 5.5.0 | 5.5.0 | | npm | @swc/core | 1.13.1 | 1.13.1 | | npm | @swc/helpers | 0.5.17 | 0.5.17 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/jest-dom | 6.9.1 | 6.9.1 | | npm | @testing-library/react | 16.3.0 | 16.3.0 | | npm | @types/file-saver | 2.0.7 | 2.0.7 | | npm | @types/jest | 29.5.14 | 29.5.14 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/node | 24.1.0 | 24.1.0 | | npm | @types/semver | 7.7.0 | 7.7.0 | | npm | @types/testing-library__jest-dom | 5.14.9 | 5.14.9 | | npm | @types/uuid | 10.0.0 | 10.0.0 | | npm | @typescript-eslint/eslint-plugin | 8.38.0 | 8.38.0 | | npm | @volkovlabs/eslint-config | 2.0.0 | 2.0.0 | | npm | @volkovlabs/jest-selectors | 1.5.0 | 1.5.0 | | npm | copy-webpack-plugin | 12.0.2 | 12.0.2 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint | 9.31.0 | 9.31.0 | | npm | eslint-webpack-plugin | 5.0.2 | 5.0.2 | | npm | fork-ts-checker-webpack-plugin | 9.1.0 | 9.1.0 | | npm | glob | 11.1.0 | 11.1.0 | | npm | jest | 29.7.0 | 29.7.0 | | npm | jest-environment-jsdom | 29.7.0 | 29.7.0 | | npm | prettier | 3.6.2 | 3.6.2 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | sass | 1.89.2 | 1.89.2 | | npm | sass-loader | 16.0.5 | 16.0.5 | | npm | style-loader | 4.0.0 | 4.0.0 | | npm | swc-loader | 0.2.6 | 0.2.6 | | npm | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | webpack | 5.100.2 | 5.100.2 | | npm | webpack-cli | 6.0.1 | 6.0.1 | | npm | webpack-livereload-plugin | 3.0.2 | 3.0.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 057d9bf commit bb3a895

File tree

5 files changed

+87
-87
lines changed

5 files changed

+87
-87
lines changed

docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- 3000:3000/tcp
88

99
postgres:
10-
image: postgres
10+
image: postgres@sha256:38d5c9d522037d8bf0864c9068e4df2f8a60127c6489ab06f98fdeda535560f9
1111
restart: always
1212
environment:
1313
POSTGRES_PASSWORD: postgres
@@ -43,7 +43,7 @@ services:
4343
- playwright
4444

4545
grafana-dev:
46-
image: ghcr.io/volkovlabs/app:latest
46+
image: ghcr.io/volkovlabs/app:latest@sha256:7255f71881b7aa94198da4760a3c74fbbc5f6d16b592ec55f69c40c4e479b7be
4747
ports:
4848
- 3000:3000/tcp
4949
environment:
@@ -57,7 +57,7 @@ services:
5757
- dev
5858

5959
grafana-main:
60-
image: grafana/grafana:main
60+
image: grafana/grafana:main@sha256:690992f0304a36c3ecc2278d35ba3bf62aeed9d5cb8d7e005e4211a6401ac030
6161
ports:
6262
- 3000:3000/tcp
6363
environment:
@@ -71,7 +71,7 @@ services:
7171
- main
7272

7373
grafana-dep:
74-
image: grafana/grafana:11.0.0
74+
image: grafana/grafana:11.0.0@sha256:0dc5a246ab16bb2c38a349fb588174e832b4c6c2db0981d0c3e6cd774ba66a54
7575
ports:
7676
- 3000:3000/tcp
7777
environment:

package-lock.json

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -19,48 +19,48 @@
1919
},
2020
"description": "Display Base64 encoded and URL media files",
2121
"devDependencies": {
22-
"@babel/core": "^7.28.0",
23-
"@grafana/eslint-config": "^8.1.0",
22+
"@babel/core": "7.28.0",
23+
"@grafana/eslint-config": "8.1.0",
2424
"@grafana/plugin-e2e": "2.1.7",
25-
"@grafana/tsconfig": "^2.0.0",
26-
"@playwright/test": "^1.54.1",
27-
"@stylistic/eslint-plugin": "^5.5.0",
28-
"@swc/core": "^1.13.1",
29-
"@swc/helpers": "^0.5.17",
30-
"@swc/jest": "^0.2.39",
31-
"@testing-library/jest-dom": "^6.9.1",
32-
"@testing-library/react": "^16.3.0",
33-
"@types/file-saver": "^2.0.7",
34-
"@types/jest": "^29.5.14",
35-
"@types/lodash": "^4.17.20",
36-
"@types/node": "^24.1.0",
37-
"@types/semver": "^7.7.0",
38-
"@types/testing-library__jest-dom": "^5.14.9",
39-
"@types/uuid": "^10.0.0",
40-
"@typescript-eslint/eslint-plugin": "^8.38.0",
41-
"@volkovlabs/eslint-config": "^2.0.0",
42-
"@volkovlabs/jest-selectors": "^1.5.0",
43-
"copy-webpack-plugin": "^12.0.2",
44-
"css-loader": "^7.1.2",
45-
"eslint": "^9.31.0",
46-
"eslint-webpack-plugin": "^5.0.2",
47-
"fork-ts-checker-webpack-plugin": "^9.1.0",
48-
"glob": "^11.0.3",
25+
"@grafana/tsconfig": "2.0.0",
26+
"@playwright/test": "1.56.1",
27+
"@stylistic/eslint-plugin": "5.5.0",
28+
"@swc/core": "1.13.1",
29+
"@swc/helpers": "0.5.17",
30+
"@swc/jest": "0.2.39",
31+
"@testing-library/jest-dom": "6.9.1",
32+
"@testing-library/react": "16.3.0",
33+
"@types/file-saver": "2.0.7",
34+
"@types/jest": "29.5.14",
35+
"@types/lodash": "4.17.20",
36+
"@types/node": "24.1.0",
37+
"@types/semver": "7.7.0",
38+
"@types/testing-library__jest-dom": "5.14.9",
39+
"@types/uuid": "10.0.0",
40+
"@typescript-eslint/eslint-plugin": "8.38.0",
41+
"@volkovlabs/eslint-config": "2.0.0",
42+
"@volkovlabs/jest-selectors": "1.5.0",
43+
"copy-webpack-plugin": "12.0.2",
44+
"css-loader": "7.1.2",
45+
"eslint": "9.31.0",
46+
"eslint-webpack-plugin": "5.0.2",
47+
"fork-ts-checker-webpack-plugin": "9.1.0",
48+
"glob": "11.1.0",
4949
"identity-obj-proxy": "3.0.0",
50-
"jest": "^29.7.0",
51-
"jest-environment-jsdom": "^29.7.0",
52-
"prettier": "^3.6.2",
53-
"replace-in-file-webpack-plugin": "^1.0.6",
54-
"sass": "^1.89.2",
55-
"sass-loader": "^16.0.5",
56-
"style-loader": "^4.0.0",
57-
"swc-loader": "^0.2.6",
58-
"ts-node": "^10.9.2",
59-
"tsconfig-paths": "^4.2.0",
50+
"jest": "29.7.0",
51+
"jest-environment-jsdom": "29.7.0",
52+
"prettier": "3.6.2",
53+
"replace-in-file-webpack-plugin": "1.0.6",
54+
"sass": "1.89.2",
55+
"sass-loader": "16.0.5",
56+
"style-loader": "4.0.0",
57+
"swc-loader": "0.2.6",
58+
"ts-node": "10.9.2",
59+
"tsconfig-paths": "4.2.0",
6060
"typescript": "5.8.3",
61-
"webpack": "^5.100.2",
62-
"webpack-cli": "^6.0.1",
63-
"webpack-livereload-plugin": "^3.0.2"
61+
"webpack": "5.100.2",
62+
"webpack-cli": "6.0.1",
63+
"webpack-livereload-plugin": "3.0.2"
6464
},
6565
"engines": {
6666
"node": ">=20"

postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node
1+
FROM node@sha256:9e69791906aaabda0fc123beb81861d53bcdf4e9611c15df0b916fff5c1ccc02
22

33
WORKDIR /app
44

test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Get the latest version of Playwright
2-
FROM mcr.microsoft.com/playwright:focal
2+
FROM mcr.microsoft.com/playwright:focal@sha256:2286c685f2be91dd3ee482f1a3d382af08c9a1049406c9f7b499aec6ad691a2c
33

44
# Set the work directory for the application
55
WORKDIR app

0 commit comments

Comments
 (0)