Bump solid-js from 1.5.7 to 1.5.9

Bumps [solid-js](https://github.com/solidjs/solid) from 1.5.7 to 1.5.9.
- [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-10-17 22:40:20 +00:00 committed by GitHub
parent 9ec68224fb
commit 4374fecc4f
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.3.1",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.5.7"
"solid-js": "^1.5.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
@ -4360,9 +4360,9 @@
}
},
"node_modules/solid-js": {
"version": "1.5.7",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.5.7.tgz",
"integrity": "sha512-L1UuyMuZZARAwzXo5NZDhE6yxc14aqNbVOUoGzvlcxRZo1Cm4ExhPV0diEfwDyiKG/igqNNLkNurHkXiI5sVEg==",
"version": "1.5.9",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.5.9.tgz",
"integrity": "sha512-vzM/KLui4r7JaTXh2+clrjZmEVP+gow4yFr8yDcz8+KtsrLmMxZXmIHqXoPImFy4FBFBZwtOCnRXp7NEOHPzIg==",
"dependencies": {
"csstype": "^3.1.0"
}
@ -8106,9 +8106,9 @@
"dev": true
},
"solid-js": {
"version": "1.5.7",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.5.7.tgz",
"integrity": "sha512-L1UuyMuZZARAwzXo5NZDhE6yxc14aqNbVOUoGzvlcxRZo1Cm4ExhPV0diEfwDyiKG/igqNNLkNurHkXiI5sVEg==",
"version": "1.5.9",
"resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.5.9.tgz",
"integrity": "sha512-vzM/KLui4r7JaTXh2+clrjZmEVP+gow4yFr8yDcz8+KtsrLmMxZXmIHqXoPImFy4FBFBZwtOCnRXp7NEOHPzIg==",
"requires": {
"csstype": "^3.1.0"
}

View File

@ -22,7 +22,7 @@
"@codemirror/view": "^6.3.1",
"@replit/codemirror-lang-nix": "^6.0.0",
"codemirror": "^6.0.1",
"solid-js": "^1.5.7"
"solid-js": "^1.5.9"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",