diff --git a/packages/core/integration-tests/package.json b/packages/core/integration-tests/package.json index 050e92de47a..e6a2fffe800 100644 --- a/packages/core/integration-tests/package.json +++ b/packages/core/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@parcel/integration-tests", - "version": "1.12.4", + "version": "1.12.5", "private": true, "license": "MIT", "repository": { @@ -27,7 +27,7 @@ "mocha-multi-reporters": "^1.1.7", "ncp": "^2.0.0", "nyc": "^11.1.0", - "parcel-bundler": "^1.12.4", + "parcel-bundler": "^1.12.5", "rimraf": "^2.6.1", "sinon": "^5.0.1", "sourcemap-validator": "^1.0.6", diff --git a/packages/core/parcel-bundler/package.json b/packages/core/parcel-bundler/package.json index 2a6b9da8f9c..b93d0f16f22 100644 --- a/packages/core/parcel-bundler/package.json +++ b/packages/core/parcel-bundler/package.json @@ -1,6 +1,6 @@ { "name": "parcel-bundler", - "version": "1.12.4", + "version": "1.12.5", "description": "Blazing fast, zero configuration web application bundler", "main": "index.js", "license": "MIT",