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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-15 22:39:30 +00:00 committed by GitHub
parent 84f22714ff
commit 9ceae59882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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"
}

View File

@ -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",