diff --git a/templates/mellow-vue/package-lock.json b/templates/mellow-vue/package-lock.json index 8714ebc..39914fa 100644 --- a/templates/mellow-vue/package-lock.json +++ b/templates/mellow-vue/package-lock.json @@ -13,7 +13,7 @@ "@sailshq/connect-redis": "^3.2.1", "@sailshq/lodash": "^3.10.3", "@sailshq/socket.io-redis": "^5.2.0", - "inertia-sails": "^0.2.0", + "inertia-sails": "^0.1.8", "nodemailer": "^6.9.4", "sails": "^1.5.2", "sails-flash": "^0.0.1", @@ -4002,9 +4002,9 @@ "integrity": "sha512-i0G7hLJ1z0DE8dsqJa2rycj9dBmNKgXBvotXtZYXakU9oivfB9Uj2ZBC27qqef2U58/ZLwalxa1X/RDCdkHtVg==" }, "node_modules/inertia-sails": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/inertia-sails/-/inertia-sails-0.2.0.tgz", - "integrity": "sha512-z3Ah6Nzz2L0LcSGJfgKvcwfOUUNt62JSYA+gj3WgFB99nZPdd1Lds1/Qpjcw4k0utUfb9o81Kxu/v5B3H+6cHg==", + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/inertia-sails/-/inertia-sails-0.1.8.tgz", + "integrity": "sha512-oypB8CmZkKZEjHgL6v8/f/TTvDItTaJaCMJPIhGew6W5r5pdpU8q1lJvKeX9y2P9OW9fx96KK2pEBTkBkaf/1w==", "peerDependencies": { "sails": ">=1", "sails-flash": ">=0.0.1" diff --git a/templates/mellow-vue/package.json b/templates/mellow-vue/package.json index e08a7c7..0d02301 100644 --- a/templates/mellow-vue/package.json +++ b/templates/mellow-vue/package.json @@ -10,7 +10,7 @@ "@sailshq/connect-redis": "^3.2.1", "@sailshq/lodash": "^3.10.3", "@sailshq/socket.io-redis": "^5.2.0", - "inertia-sails": "^0.2.0", + "inertia-sails": "^0.1.8", "nodemailer": "^6.9.4", "sails": "^1.5.2", "sails-flash": "^0.0.1",