From 9d190338caca604658bb1dc345c59436faff221c Mon Sep 17 00:00:00 2001 From: Travis Tidwell Date: Mon, 24 Oct 2022 14:47:41 -0500 Subject: [PATCH] Adding updates and build. --- package.json | 10 +++++++--- yarn.lock | 15 ++++++++++----- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index f6a71f6..9160138 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jsencrypt", "type": "module", - "version": "3.2.1", + "version": "3.3.0", "description": "A Javascript library to perform OpenSSL RSA Encryption, Decryption, and Key Generation.", "main": "bin/jsencrypt.js", "module": "lib/index.js", @@ -11,10 +11,10 @@ "devDependencies": { "@types/expect": "^24.3.0", "@types/mocha": "^10.0.0", - "@types/node": "^18.7.21", + "@types/node": "^18.11.4", "chai": "^4.3.6", "dirty-chai": "^2.0.1", - "fs-jetpack": "^5.0.0", + "fs-jetpack": "^5.1.0", "mocha": "^10.0.0", "process": "^0.11.10", "ts-mocha": "^10.0.0", @@ -50,6 +50,10 @@ { "name": "Julio", "url": "https://github.com/jmgaya" + }, + { + "name": "Taehyun Hwang", + "url": "https://github.com/HwangTaehyun" } ], "homepage": "http://www.travistidwell.com/jsencrypt", diff --git a/yarn.lock b/yarn.lock index 5aa9b3d..b751797 100644 --- a/yarn.lock +++ b/yarn.lock @@ -201,11 +201,16 @@ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.0.tgz#3d9018c575f0e3f7386c1de80ee66cc21fbb7a52" integrity sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg== -"@types/node@*", "@types/node@^18.7.21": +"@types/node@*": version "18.11.0" resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.0.tgz#f38c7139247a1d619f6cc6f27b072606af7c289d" integrity sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w== +"@types/node@^18.11.4": + version "18.11.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.4.tgz#7017a52e18dfaad32f55eebd539993014441949c" + integrity sha512-BxcJpBu8D3kv/GZkx/gSMz6VnTJREBj/4lbzYOQueUOELkt8WrO6zAcSPmp9uRPEW/d+lUO8QK0W2xnS1hEU0A== + "@types/stack-utils@^2.0.0": version "2.0.1" resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" @@ -832,10 +837,10 @@ flat@^5.0.2: resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241" integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== -fs-jetpack@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/fs-jetpack/-/fs-jetpack-5.0.0.tgz#020bde38f9d4a5422fc663b7934ac8abdc64a885" - integrity sha512-0f9QoIbfAq/DuafAQisvsHJmLnJB2D53d9FXIu0UZPUg4Kzocez1+AinToPON6JD/C60kDlye121puiR5ivfdg== +fs-jetpack@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/fs-jetpack/-/fs-jetpack-5.1.0.tgz#dcd34d709b69007c9dc2420a6f2b9e8f986cff0d" + integrity sha512-Xn4fDhLydXkuzepZVsr02jakLlmoARPy+YWIclo4kh0GyNGUHnTqeH/w/qIsVn50dFxtp8otPL2t/HcPJBbxUA== dependencies: minimatch "^5.1.0"