From df044e86d31819befee139845142f3922faa1bb6 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 26 Oct 2021 11:21:38 +0000 Subject: [PATCH] chore(deps): bump node-rsa from 1.0.5 to 1.1.1 Bumps [node-rsa](https://github.com/rzcoder/node-rsa) from 1.0.5 to 1.1.1. - [Release notes](https://github.com/rzcoder/node-rsa/releases) - [Commits](https://github.com/rzcoder/node-rsa/compare/1.0.5...1.1.1) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0587855..4aef213 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "https-localhost": "^4.1.1", "jsonwebtoken": "^8.5.1", "node-forge": "^0.10.0", - "node-rsa": "^1.0.5", + "node-rsa": "^1.1.1", "nodemon": "^2.0.3", "serve-favicon": "^2.4.2" } diff --git a/yarn.lock b/yarn.lock index 43680c0..3f068e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -947,10 +947,10 @@ node-forge@^0.10.0: resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== -node-rsa@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/node-rsa/-/node-rsa-1.0.5.tgz#854dc1b275729d69bc25883f83ca80705db9262e" - integrity sha512-9o51yfV167CtQANnuAf+5owNs7aIMsAKVLhNaKuRxihsUUnfoBMN5OTVOK/2mHSOWaWq9zZBiRM3bHORbTZqrg== +node-rsa@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/node-rsa/-/node-rsa-1.1.1.tgz#efd9ad382097782f506153398496f79e4464434d" + integrity sha512-Jd4cvbJMryN21r5HgxQOpMEqv+ooke/korixNNK3mGqfGJmy0M77WDDzo/05969+OkMy3XW1UuZsSmW9KQm7Fw== dependencies: asn1 "^0.2.4"