From 78742dbbc0fc45e628580b0163048abaa25e6e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:06:26 +0000 Subject: [PATCH] build(deps-dev): bump taze from 0.10.1 to 0.10.2 Bumps [taze](https://github.com/antfu/taze) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/antfu/taze/releases) - [Commits](https://github.com/antfu/taze/compare/v0.10.1...v0.10.2) --- updated-dependencies: - dependency-name: taze dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5f19aa8..eb6a2632 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "sass": "^1.62.1", "semver": "^7.5.1", "sequelize": "^6.32.0", - "taze": "^0.10.1", + "taze": "^0.10.2", "tslib": "^2.5.3", "typescript": "^5.1.3", "vite": "^4.3.9", @@ -13378,18 +13378,18 @@ } }, "node_modules/taze": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/taze/-/taze-0.10.1.tgz", - "integrity": "sha512-1dqLA+3kUufmJZEfAeRGHYwiKR8BwG7VMnCPtfY2g9NUlPIlXVBDm/rtdK2pwHauAQDDXkAKwmno30CHHX4F4Q==", + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/taze/-/taze-0.10.2.tgz", + "integrity": "sha512-kdJ5CvwRyi3heLU0iJL441QLf8NDHsDzrEOZfIcMO98s/4VRK8Bth3OgSiH6hnEjZq7QIpkLEq+Uixgm8ZpeNw==", "dev": true, "dependencies": { "@antfu/ni": "^0.21.3", - "@npmcli/config": "^6.1.6", + "@npmcli/config": "^6.2.0", "detect-indent": "^7.0.1", - "pacote": "^15.1.3", + "pacote": "^15.2.0", "prompts": "^2.4.2", - "semver": "^7.5.0", - "unconfig": "^0.3.7", + "semver": "^7.5.1", + "unconfig": "^0.3.9", "yargs": "^17.7.2" }, "bin": { diff --git a/package.json b/package.json index 905dee92..9040d178 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "sass": "^1.62.1", "semver": "^7.5.1", "sequelize": "^6.32.0", - "taze": "^0.10.1", + "taze": "^0.10.2", "tslib": "^2.5.3", "typescript": "^5.1.3", "vite": "^4.3.9",