diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d68b9..3809903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.2.1](https://github.com/zooniverse/panoptes-javascript-client/tree/v4.2.1) (2022-10-25) + +[Full Changelog](https://github.com/zooniverse/panoptes-javascript-client/compare/v4.2.0...v4.2.1) + +**Security:** +- Bump minimatch to 3.1.2. + +**Merged pull requests:** +- Bump json-api-client from 6.0.2 to 6.0.3 +[\#169](https://github.com/zooniverse/panoptes-javascript-client/pull/173) + ## [v4.2.0](https://github.com/zooniverse/panoptes-javascript-client/tree/v4.2.0) (2022-10-12) [Full Changelog](https://github.com/zooniverse/panoptes-javascript-client/compare/v4.1.1...v4.2.0) diff --git a/package-lock.json b/package-lock.json index 11be475..d516cb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "panoptes-client", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "panoptes-client", - "version": "4.2.0", + "version": "4.2.1", "license": "Apache-2.0", "dependencies": { "json-api-client": "~6.0.0", @@ -538,9 +538,9 @@ } }, "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { "brace-expansion": "^1.1.7" @@ -954,7 +954,7 @@ "node_modules/trim": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", - "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=", + "integrity": "sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==", "dev": true }, "node_modules/util-deprecate": { @@ -1396,9 +1396,9 @@ } }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "requires": { "brace-expansion": "^1.1.7" @@ -1743,7 +1743,7 @@ "trim": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", - "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=", + "integrity": "sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==", "dev": true }, "util-deprecate": { diff --git a/package.json b/package.json index 74bdb2e..2cf77a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "panoptes-client", - "version": "4.2.0", + "version": "4.2.1", "description": "A Javascript client to access the Panoptes API", "main": "./lib/api-client.js", "author": "Zooniverse",