From a0760a4fab7fca3b2c64dc64fc2ffb11e73311aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 23:34:27 +0000 Subject: [PATCH] chore(deps-dev): bump rfc6902 from 3.0.4 to 5.0.0 Bumps [rfc6902](https://github.com/chbrown/rfc6902) from 3.0.4 to 5.0.0. - [Release notes](https://github.com/chbrown/rfc6902/releases) - [Commits](https://github.com/chbrown/rfc6902/compare/v3.0.4...v5.0.0) --- updated-dependencies: - dependency-name: rfc6902 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index dad764e..ad7c119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11161,9 +11161,9 @@ "dev": true }, "rfc6902": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/rfc6902/-/rfc6902-3.0.4.tgz", - "integrity": "sha512-OnzreaZXrwT5w2ikKXWr5QcuI7NZpL+J3hIkAwozjOnKVUL7fPsB8Vcmu8YBiiou1/r3V0Jc0T1uQDyfAPvLzA==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/rfc6902/-/rfc6902-5.0.0.tgz", + "integrity": "sha512-6d0Q7DgN+RWHhvY/jb7QWG6ol+XreFqQn4NzvHB8CSALA70fRLRmbJaMvxlFf/JIzfkiNWq0lQF0l5yWb4yuLA==", "dev": true }, "rfdc": { diff --git a/package.json b/package.json index c70d5e9..5d34db3 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "redom": "^3.27.1", - "rfc6902": "^3.0.4", + "rfc6902": "^5.0.0", "rfdc": "^1.1.4", "sosse": "^0.7.2", "standard-version": "^8.0.2",