diff --git a/package-lock.json b/package-lock.json index f35565dd..1e843dc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/runtime": "7.24.6", "@hackforplay/log": "1.3.5", - "@hackforplay/next": "0.8.5", + "@hackforplay/next": "0.9.2", "@hackforplay/skins": "1.14.2", "@types/js-yaml": "3.12.10", "rxjs": "6.6.7" @@ -2032,10 +2032,11 @@ } }, "node_modules/@hackforplay/next": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/@hackforplay/next/-/next-0.8.5.tgz", - "integrity": "sha512-ozC75bzDO+pI48//QZ/bnO8SHo7jpLAaEUnv0OZ7lF5prOFUP3Sbk/Pkf7JA8LbYGsZeT6sS/TzDwg8EU65CYQ==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@hackforplay/next/-/next-0.9.2.tgz", + "integrity": "sha512-hZ9AsGo7Z2iwYx8AgLRtqOgAdeSFkkd33KnC6Y+m7CGmTChjggUebzlrYcVV15/7n3lTBaqqp+bE2gYeJdsccQ==", "dependencies": { + "@types/lodash": "^4.14.161", "@types/lodash-es": "^4.17.3", "@types/node": "^12.6.8", "lodash-es": "^4.17.14" @@ -19672,10 +19673,11 @@ } }, "@hackforplay/next": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/@hackforplay/next/-/next-0.8.5.tgz", - "integrity": "sha512-ozC75bzDO+pI48//QZ/bnO8SHo7jpLAaEUnv0OZ7lF5prOFUP3Sbk/Pkf7JA8LbYGsZeT6sS/TzDwg8EU65CYQ==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@hackforplay/next/-/next-0.9.2.tgz", + "integrity": "sha512-hZ9AsGo7Z2iwYx8AgLRtqOgAdeSFkkd33KnC6Y+m7CGmTChjggUebzlrYcVV15/7n3lTBaqqp+bE2gYeJdsccQ==", "requires": { + "@types/lodash": "^4.14.161", "@types/lodash-es": "^4.17.3", "@types/node": "^12.6.8", "lodash-es": "^4.17.14" diff --git a/package.json b/package.json index 8613fb06..7118e92b 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "dependencies": { "@babel/runtime": "7.24.6", "@hackforplay/log": "1.3.5", - "@hackforplay/next": "0.8.5", + "@hackforplay/next": "0.9.2", "@hackforplay/skins": "1.14.2", "@types/js-yaml": "3.12.10", "rxjs": "6.6.7"