From 922b53d0fed86eed18ac4f6ce3e6d72e4869c279 Mon Sep 17 00:00:00 2001 From: Android Jo Date: Thu, 11 Jul 2024 22:36:57 +0000 Subject: [PATCH] chore(release): 9.0.2 [skip ci] ## [9.0.2](https://github.com/AndrewJo/mocha-slonik/compare/v9.0.1...v9.0.2) (2024-07-11) ### Bug Fixes * package.json & package-lock.json to reduce vulnerabilities ([#28](https://github.com/AndrewJo/mocha-slonik/issues/28)) ([c803a30](https://github.com/AndrewJo/mocha-slonik/commit/c803a305f638de68935211f20b8b5720d639f708)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83beabd..d3673c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.2](https://github.com/AndrewJo/mocha-slonik/compare/v9.0.1...v9.0.2) (2024-07-11) + + +### Bug Fixes + +* package.json & package-lock.json to reduce vulnerabilities ([#28](https://github.com/AndrewJo/mocha-slonik/issues/28)) ([c803a30](https://github.com/AndrewJo/mocha-slonik/commit/c803a305f638de68935211f20b8b5720d639f708)) + ## [9.0.1](https://github.com/AndrewJo/mocha-slonik/compare/v9.0.0...v9.0.1) (2024-06-11) diff --git a/package-lock.json b/package-lock.json index 5e6bd75..dff9a1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mocha-slonik", - "version": "9.0.1", + "version": "9.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mocha-slonik", - "version": "9.0.1", + "version": "9.0.2", "license": "BSD-2-Clause", "dependencies": { "sinon": "^15.1.0", diff --git a/package.json b/package.json index b85d22b..2d6cbfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-slonik", - "version": "9.0.1", + "version": "9.0.2", "description": "Slonik transaction support for Mocha test framework", "main": "dist/index.js", "types": "./dist/index.d.ts",