From b588b38b978a6718a241de147563b3da1e062afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:59:02 +0000 Subject: [PATCH] build(deps-dev): bump @total-typescript/ts-reset from 0.5.1 to 0.6.0 Bumps [@total-typescript/ts-reset](https://github.com/total-typescript/ts-reset) from 0.5.1 to 0.6.0. - [Release notes](https://github.com/total-typescript/ts-reset/releases) - [Changelog](https://github.com/mattpocock/ts-reset/blob/main/CHANGELOG.md) - [Commits](https://github.com/total-typescript/ts-reset/commits) --- updated-dependencies: - dependency-name: "@total-typescript/ts-reset" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e43f6fa..07846633 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@thedutchcoder/postcss-rem-to-px": "^0.0.2", - "@total-typescript/ts-reset": "^0.5.1", + "@total-typescript/ts-reset": "^0.6.0", "@types/archiver": "^6.0.1", "@types/chrome": "^0.0.270", "@types/node": "^22.1.0", @@ -2084,9 +2084,9 @@ } }, "node_modules/@total-typescript/ts-reset": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@total-typescript/ts-reset/-/ts-reset-0.5.1.tgz", - "integrity": "sha512-AqlrT8YA1o7Ff5wPfMOL0pvL+1X+sw60NN6CcOCqs658emD6RfiXhF7Gu9QcfKBH7ELY2nInLhKSCWVoNL70MQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@total-typescript/ts-reset/-/ts-reset-0.6.0.tgz", + "integrity": "sha512-HWZnkM+5z3INAUZMohVXvX8/vm9sjmfmV2NRAswvv5WsU2m+OZsHAVZ0fl8xf2QH9kyPkinghVW6g3DOQ2xt5Q==", "dev": true }, "node_modules/@tsconfig/node10": { diff --git a/package.json b/package.json index c5d806d6..4cd22b5c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@thedutchcoder/postcss-rem-to-px": "^0.0.2", - "@total-typescript/ts-reset": "^0.5.1", + "@total-typescript/ts-reset": "^0.6.0", "@types/archiver": "^6.0.1", "@types/chrome": "^0.0.270", "@types/node": "^22.1.0",