Compare commits

..
Author SHA1 Message Date
github-actions[bot]andGitHub 77f0eb282b Merge pull request #189 from ioBroker/dependabot/npm_and_yarn/js-yaml-4.2.0
chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0
2026-06-16 21:01:47 +00:00
dependabot[bot]andGitHub 58c63fcf1a chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/commits)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-16 20:59:34 +00:00
2 changed files with 19 additions and 9 deletions
+18 -8
View File
@@ -9,7 +9,7 @@
"version": "2.1.0",
"license": "MIT",
"dependencies": {
"@iobroker/adapter-core": "^3.4.1",
"@iobroker/adapter-core": "^3.3.2",
"ws": "^8.20.1"
},
"devDependencies": {
@@ -1426,12 +1426,12 @@
}
},
"node_modules/@iobroker/adapter-core": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/@iobroker/adapter-core/-/adapter-core-3.4.1.tgz",
"integrity": "sha512-0Rwpq1fkoOWe4sGunLSdJrD1zNUHYQPZd7pJMOnCpaO6q2dpSatfgxURyM8dw5z6NZNmZrqP7XyUOIPUObICpg==",
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/@iobroker/adapter-core/-/adapter-core-3.3.2.tgz",
"integrity": "sha512-knuCX6F1JUTnY1OdHzDhwNtOoe9/RZgBziDKSzCO3E4koteY/KRqZ7gtzmoavcAokejG68S5osbEnIb4MYT3VA==",
"license": "MIT",
"engines": {
"node": ">=18"
"node": ">=16"
},
"peerDependencies": {
"@iobroker/types": ">=6.0.11"
@@ -5841,10 +5841,20 @@
"peer": true
},
"node_modules/js-yaml": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/puzrin"
},
{
"type": "github",
"url": "https://github.com/sponsors/nodeca"
}
],
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
+1 -1
View File
@@ -29,7 +29,7 @@
},
"dependencies": {
"ws": "^8.20.1",
"@iobroker/adapter-core": "^3.4.1"
"@iobroker/adapter-core": "^3.3.2"
},
"devDependencies": {
"@alcalzone/release-script": "^5.2.1",