Skip to content

Commit e916011

Browse files
committed
Frontend: Update deps in package.json and package-lock.json
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 258642b commit e916011

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

frontend/package-lock.json

+36-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
},
2525
"dependencies": {
2626
"@babel/cli": "^7.26.4",
27-
"@babel/core": "^7.26.8",
28-
"@babel/plugin-transform-runtime": "^7.26.8",
29-
"@babel/preset-env": "^7.26.8",
27+
"@babel/core": "^7.26.9",
28+
"@babel/plugin-transform-runtime": "^7.26.9",
29+
"@babel/preset-env": "^7.26.9",
3030
"@babel/register": "^7.25.9",
31-
"@babel/runtime": "^7.26.7",
31+
"@babel/runtime": "^7.26.9",
3232
"@lcdp/offline-plugin": "^5.1.1",
3333
"@mdi/font": "^7.4.47",
3434
"@vue/compiler-sfc": "^3.5.13",
3535
"@vvo/tzdb": "^6.161.0",
36-
"axios": "^1.7.9",
36+
"axios": "^1.8.1",
3737
"axios-mock-adapter": "^2.1.0",
3838
"babel-loader": "^9.2.1",
3939
"babel-plugin-istanbul": "^7.0.0",
@@ -47,7 +47,7 @@
4747
"cssnano": "^7.0.6",
4848
"easygettext": "^2.17.0",
4949
"eslint": ">=8.57.0",
50-
"eslint-config-prettier": "^10.0.1",
50+
"eslint-config-prettier": "^10.0.2",
5151
"eslint-formatter-pretty": "^6.0.1",
5252
"eslint-plugin-html": "^8.1.2",
5353
"eslint-plugin-import": "^2.31.0",
@@ -71,7 +71,7 @@
7171
"karma-verbose-reporter": "^0.0.8",
7272
"karma-webpack": "^5.0.1",
7373
"luxon": "^3.5.0",
74-
"maplibre-gl": "^5.1.0",
74+
"maplibre-gl": "^5.1.1",
7575
"memoize-one": "^6.0.0",
7676
"mini-css-extract-plugin": "^2.9.2",
7777
"minimist": ">=1.2.8",
@@ -109,8 +109,8 @@
109109
"vue-sanitize-directive": "^0.2.1",
110110
"vue-style-loader": "^4.1.3",
111111
"vue3-gettext": "^2.4.0",
112-
"vuetify": "^3.7.11",
113-
"webpack": "^5.97.1",
112+
"vuetify": "^3.7.14",
113+
"webpack": "^5.98.0",
114114
"webpack-bundle-analyzer": "^4.10.2",
115115
"webpack-cli": "^5.1.4",
116116
"webpack-hot-middleware": "^2.26.1",

0 commit comments

Comments
 (0)