diff --git a/examples/astro-solidjs/package-lock.json b/examples/astro-solidjs/package-lock.json index b1e5e660cdc..ff5af0e5aeb 100644 --- a/examples/astro-solidjs/package-lock.json +++ b/examples/astro-solidjs/package-lock.json @@ -17,7 +17,7 @@ "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.1", "astro": "^1.0.0-beta.40", - "solid-js": "1.4.3" + "solid-js": "1.9.5" } }, "node_modules/@ampproject/remapping": { @@ -1581,7 +1581,9 @@ } }, "node_modules/csstype": { - "version": "3.0.11", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", "license": "MIT" }, "node_modules/data-uri-to-buffer": { @@ -5789,6 +5791,27 @@ "randombytes": "^2.1.0" } }, + "node_modules/seroval": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.2.1.tgz", + "integrity": "sha512-yBxFFs3zmkvKNmR0pFSU//rIsYjuX418TnlDmc2weaq5XFDqDIV/NOMPBoLrbxjLH42p4UzRuXHryXh9dYcKcw==", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/seroval-plugins": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.2.1.tgz", + "integrity": "sha512-H5vs53+39+x4Udwp4J5rNZfgFuA+Lt+uU+09w1gYBVWomtAl98B+E9w7yC05Xc81/HgLvJdlyqJbU0fJCKCmdw==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "seroval": "^1.0" + } + }, "node_modules/shebang-command": { "version": "2.0.0", "dev": true, @@ -5917,8 +5940,15 @@ } }, "node_modules/solid-js": { - "version": "1.4.3", - "license": "MIT" + "version": "1.9.5", + "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.5.tgz", + "integrity": "sha512-ogI3DaFcyn6UhYhrgcyRAMbu/buBJitYQASZz5WzfQVPP10RD2AbCoRZ517psnezrasyCbWzIxZ6kVqet768xw==", + "license": "MIT", + "dependencies": { + "csstype": "^3.1.0", + "seroval": "^1.1.0", + "seroval-plugins": "^1.1.0" + } }, "node_modules/solid-styled-components": { "version": "0.27.6", @@ -8099,7 +8129,9 @@ "dev": true }, "csstype": { - "version": "3.0.11" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "data-uri-to-buffer": { "version": "4.0.0", @@ -10719,6 +10751,17 @@ "randombytes": "^2.1.0" } }, + "seroval": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/seroval/-/seroval-1.2.1.tgz", + "integrity": "sha512-yBxFFs3zmkvKNmR0pFSU//rIsYjuX418TnlDmc2weaq5XFDqDIV/NOMPBoLrbxjLH42p4UzRuXHryXh9dYcKcw==" + }, + "seroval-plugins": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/seroval-plugins/-/seroval-plugins-1.2.1.tgz", + "integrity": "sha512-H5vs53+39+x4Udwp4J5rNZfgFuA+Lt+uU+09w1gYBVWomtAl98B+E9w7yC05Xc81/HgLvJdlyqJbU0fJCKCmdw==", + "requires": {} + }, "shebang-command": { "version": "2.0.0", "dev": true, @@ -10797,7 +10840,14 @@ "dev": true }, "solid-js": { - "version": "1.4.3" + "version": "1.9.5", + "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.9.5.tgz", + "integrity": "sha512-ogI3DaFcyn6UhYhrgcyRAMbu/buBJitYQASZz5WzfQVPP10RD2AbCoRZ517psnezrasyCbWzIxZ6kVqet768xw==", + "requires": { + "csstype": "^3.1.0", + "seroval": "^1.1.0", + "seroval-plugins": "^1.1.0" + } }, "solid-styled-components": { "version": "0.27.6", diff --git a/examples/astro-solidjs/package.json b/examples/astro-solidjs/package.json index 1134914ffca..85f1039a15f 100644 --- a/examples/astro-solidjs/package.json +++ b/examples/astro-solidjs/package.json @@ -14,7 +14,7 @@ "@astrojs/tailwind": "^0.2.1", "@astrojs/turbolinks": "^0.1.1", "astro": "^1.0.0-beta.40", - "solid-js": "1.4.3" + "solid-js": "1.9.5" }, "dependencies": { "@builder.io/sdk-solid": "^1.0.14",