From 9ceae598825edd63c630afd72d2facea59547d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 22:39:30 +0000 Subject: [PATCH] Bump solid-js from 1.5.4 to 1.5.5 Bumps [solid-js](https://github.com/solidjs/solid) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/solidjs/solid/releases) - [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md) - [Commits](https://github.com/solidjs/solid/commits) --- updated-dependencies: - dependency-name: solid-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5347ef1..36e0e98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@codemirror/view": "^6.2.3", "@replit/codemirror-lang-nix": "^6.0.0", "codemirror": "^6.0.1", - "solid-js": "^1.5.3" + "solid-js": "^1.5.5" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5", @@ -4367,9 +4367,9 @@ } }, "node_modules/solid-js": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.5.4.tgz", - "integrity": "sha512-+65anSHhH27htkhP5LuC912fviMIckgc7/yN+WWrKhS9Kp3dvtDNl5/m4GWX1lpCvcubjShqJjGt16HET5z5Ig==", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.5.5.tgz", + "integrity": "sha512-5gXszD7ekhe59IyMa3+AvREJnBWVjwaeC7afL8C3UNPj5gQQCrsMs/cXwI3JRpj6D+3TESTyuQ2sY++m4cYiTg==", "dependencies": { "csstype": "^3.1.0" } @@ -8119,9 +8119,9 @@ "dev": true }, "solid-js": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.5.4.tgz", - "integrity": "sha512-+65anSHhH27htkhP5LuC912fviMIckgc7/yN+WWrKhS9Kp3dvtDNl5/m4GWX1lpCvcubjShqJjGt16HET5z5Ig==", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.5.5.tgz", + "integrity": "sha512-5gXszD7ekhe59IyMa3+AvREJnBWVjwaeC7afL8C3UNPj5gQQCrsMs/cXwI3JRpj6D+3TESTyuQ2sY++m4cYiTg==", "requires": { "csstype": "^3.1.0" } diff --git a/package.json b/package.json index e10a511..0758535 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@codemirror/view": "^6.2.3", "@replit/codemirror-lang-nix": "^6.0.0", "codemirror": "^6.0.1", - "solid-js": "^1.5.3" + "solid-js": "^1.5.5" }, "devDependencies": { "@testing-library/jest-dom": "^5.16.5",