From 6ed586d690edf0439d8ce70942d8f5cb58bd5315 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 10 Mar 2020 10:34:04 +0200 Subject: [PATCH] Bump integration tools to 1.3.3 --- 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 0057b1918..b4e6bee40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@30-seconds/integration-tools": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@30-seconds/integration-tools/-/integration-tools-1.3.2.tgz", - "integrity": "sha512-EmqyRc1L/o+UGpC2eJ7jrfVcHEvIVLwbCHEyFfzqxdlbvY/snIXzUFp93U610COVlZygSIe+pKf06PAYO8ugHw==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/@30-seconds/integration-tools/-/integration-tools-1.3.3.tgz", + "integrity": "sha512-Nro6i3n6ybMLQQBLz+0osFJ2GB1GoM1SFCzUUsBKQZMAVqKJvJb/ViBIE82VeDaxNtknBnWV6uk1MWCW6cpLVw==", "dev": true, "requires": { "@babel/core": "^7.7.4", diff --git a/package.json b/package.json index e1a72c23b..28aa02637 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "homepage": "https://30secondsofcode.org/", "dependencies": {}, "devDependencies": { - "@30-seconds/integration-tools": "^1.3.2", + "@30-seconds/integration-tools": "^1.3.3", "@babel/core": "^7.5.4", "@babel/plugin-proposal-class-properties": "^7.5.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0",