chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#530)

Bumps the npm_and_yarn group with 2 updates in the / directory: [jsonic](https://github.com/rjrodger/jsonic) and [ws](https://github.com/websockets/ws).


Updates `jsonic` from 0.3.1 to 1.0.1
- [Commits](https://github.com/rjrodger/jsonic/compare/v0.3.1...v1.0.1)

Updates `ws` from 8.17.1 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.17.1...8.18.0)

---
updated-dependencies:
- dependency-name: jsonic
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-07-09 00:59:59 +02:00
committed by GitHub
parent 5a68c4d141
commit bae94b6752
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -40,7 +40,7 @@
"handlebars-helpers": "^0.9.8",
"http-errors": "^2.0.0",
"json-stable-stringify": "^1.0.1",
"jsonic": "^0.3.1",
"jsonic": "^1.0.1",
"logfmt": "^1.3.2",
"node-gzip": "^1.1.2",
"patch-package": "^6.4.7",
@ -8898,9 +8898,9 @@
}
},
"node_modules/jsonic": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/jsonic/-/jsonic-0.3.1.tgz",
"integrity": "sha512-5Md4EK3vPAMvP2sXY6M3/vQEPeX3LxEQBJuF979uypddXjsUlEoAI9/Nojh8tbw+YU5FjMoqSElO6oyjrAuprw=="
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/jsonic/-/jsonic-1.0.1.tgz",
"integrity": "sha512-6GitEN4plTuB/I1o9kDZl7Pgc+DvFG1BG88IqaUz4eQglCA1uAgxWdXhLNA6ffaYsmzPjOysDpp6CYTwRiuXLw=="
},
"node_modules/jsonify": {
"version": "0.0.0",
@ -13327,9 +13327,9 @@
}
},
"node_modules/ws": {
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
"engines": {
"node": ">=10.0.0"
},

View File

@ -57,7 +57,7 @@
"handlebars-helpers": "^0.9.8",
"http-errors": "^2.0.0",
"json-stable-stringify": "^1.0.1",
"jsonic": "^0.3.1",
"jsonic": "^1.0.1",
"logfmt": "^1.3.2",
"node-gzip": "^1.1.2",
"patch-package": "^6.4.7",