From 186f696602ffb41bd477ccc3222d6cec61fc3399 Mon Sep 17 00:00:00 2001 From: Arjun Guha Date: Thu, 6 May 2021 09:10:24 -0400 Subject: [PATCH] Use Stopify 0.7.4 --- package-lock.json | 14 +++++++------- package.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4404eb3..ad1f982 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@stopify/elementary-js", - "version": "1.2.3", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1215,9 +1215,9 @@ } }, "@stopify/stopify": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@stopify/stopify/-/stopify-0.7.3.tgz", - "integrity": "sha512-EI4mBGaEn1+nnl9dtXJWG1tTPaM5dpH7cEBbDnLVAQg8DRIgLNGlIVyoh+E6LirQ9DvL4bM1GBGKUWhnSAf9jQ==", + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@stopify/stopify/-/stopify-0.7.4.tgz", + "integrity": "sha512-9wOITSAQlfaeabYn9wpAm4AnJ3Kev4TGHQA5DZMOppz4dou7Flbjos5nUXaZ6pqwKY6EkspeJKSEGxZze2Xcwg==", "requires": { "@stopify/continuations": "0.7.3", "@stopify/continuations-runtime": "0.7.3", @@ -5094,9 +5094,9 @@ } }, "jszip": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.5.0.tgz", - "integrity": "sha512-WRtu7TPCmYePR1nazfrtuF216cIVon/3GWOvHS9QR5bIwSbnxtdpma6un3jyGGNhHsKCSzn5Ypk+EkDRvTGiFA==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.6.0.tgz", + "integrity": "sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ==", "requires": { "lie": "~3.3.0", "pako": "~1.0.2", diff --git a/package.json b/package.json index 9245042..ddc5ec5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stopify/elementary-js", - "version": "1.3.0", + "version": "1.3.1", "description": "JavaScript without sharp edges.", "license": "BSD-3-Clause", "repository": "github:arjunguha/ElementaryJS", @@ -18,7 +18,7 @@ "dependencies": { "@stopify/higher-order-functions": "0.7.3", "@stopify/project-interpreter": "1.1.5", - "@stopify/stopify": "0.7.3", + "@stopify/stopify": "0.7.4", "babel-core": "^6.26.3", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", "babel-plugin-transform-es2015-classes": "^6.24.1",