From 150be202867739f88db7e767c7caa5ee7ad1076e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:45:21 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates 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] --- 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 a76c9477..de02786f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" }, diff --git a/package.json b/package.json index 5fe5e2ce..b41449fd 100644 --- a/package.json +++ b/package.json @@ -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",