diff --git a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package-lock.json b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package-lock.json index 28c75f222..a100e5e1c 100644 --- a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package-lock.json +++ b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package-lock.json @@ -215,9 +215,9 @@ } }, "@wails/runtime": { - "version": "1.3.19", - "resolved": "https://registry.npmjs.org/@wails/runtime/-/runtime-1.3.19.tgz", - "integrity": "sha512-s7783505aOr/GxfYkLuUQPgChCoOE19rv64tUQSsM27AaAKT8Egq2lIax7u2nQSyrYLtQEHvquuPOVzLGXqktA==" + "version": "1.3.20", + "resolved": "https://registry.npmjs.org/@wails/runtime/-/runtime-1.3.20.tgz", + "integrity": "sha512-CGX//m90re65ovCGqFMdABhQCdzH8pmHlCHallzRaAt432ClPtGO0MZBoHasE+HZYcYodZKKnzHgn8sssLswtw==" }, "alphanum-sort": { "version": "1.0.2", diff --git a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package.tmpl.json b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package.tmpl.json index 5f06e4087..6fadb115c 100644 --- a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package.tmpl.json +++ b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package.tmpl.json @@ -16,7 +16,7 @@ "@rollup/plugin-image": "^2.0.6", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-url": "^6.0.0", - "@wails/runtime": "^1.3.19", + "@wails/runtime": "^1.3.20", "rollup": "^2.50.4", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-livereload": "^2.0.0",