Compare commits

...

3 commits

Author SHA1 Message Date
renovate[bot]
8168a7d811
chore(deps): update grafana/promtail docker tag to v2.9.4 2024-01-25 04:34:21 +00:00
renovate[bot]
2ae7afb11e
chore(deps): update dependency axios to v1.6.6 2024-01-25 01:10:40 +00:00
renovate[bot]
02d0c850a2
chore(deps): update dependency eslint-plugin-jsdoc to v48.0.3 2024-01-24 22:42:51 +00:00
5 changed files with 11 additions and 11 deletions

View file

@ -159,7 +159,7 @@ services:
promtail:
profiles: ["observability"]
image: grafana/promtail:2.9.3
image: grafana/promtail:2.9.4
command: ["-config.file=/etc/promtail.yaml"]
volumes:
- ./observability/promtail/promtail.yaml:/etc/promtail.yaml

View file

@ -26,7 +26,7 @@
"@types/recharts": "1.8.29",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.17",
"axios": "1.6.5",
"axios": "1.6.6",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"date-fns": "2.30.0",
@ -4863,9 +4863,9 @@
}
},
"node_modules/axios": {
"version": "1.6.5",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz",
"integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==",
"version": "1.6.6",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.6.tgz",
"integrity": "sha512-XZLZDFfXKM9U/Y/B4nNynfCRUqNyVZ4sBC/n9GDRCkq9vd2mIvKjKKsbIh1WPmHmNbg6ND7cTBY3Y2+u1G3/2Q==",
"dependencies": {
"follow-redirects": "^1.15.4",
"form-data": "^4.0.0",

View file

@ -25,7 +25,7 @@
"@types/recharts": "1.8.29",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.17",
"axios": "1.6.5",
"axios": "1.6.6",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"date-fns": "2.30.0",

8
package-lock.json generated
View file

@ -82,7 +82,7 @@
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-jsdoc": "48.0.3",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.33.2",
@ -6303,9 +6303,9 @@
}
},
"node_modules/eslint-plugin-jsdoc": {
"version": "48.0.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.0.2.tgz",
"integrity": "sha512-CBFl5Jc7+jlV36RwDm+PQ8Uw5r28pn2/uW/OaB+Gw5bFwn4Py/1eYMZ3hGf9S4meUFZ/sRvS+hVif2mRAp6WqQ==",
"version": "48.0.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-48.0.3.tgz",
"integrity": "sha512-+vQWLZ9QmT23yU+8yolfga6p9AtC6dUCwtVoJe4+DClvhnoGswKZcOqw+tMA/lkj5zbgr67PYWwgMvQftPx7Dw==",
"dev": true,
"dependencies": {
"@es-joy/jsdoccomment": "~0.41.0",

View file

@ -99,7 +99,7 @@
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-jsdoc": "48.0.3",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.33.2",