From 9243d57d38d63dcdaabd9380e6f0730ef7c6cf76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 02:26:24 +0000 Subject: [PATCH] chore(deps): Bump @types/toastify-js from 1.12.2 to 1.12.3 Bumps [@types/toastify-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/toastify-js) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/toastify-js) --- updated-dependencies: - dependency-name: "@types/toastify-js" dependency-type: direct:production update-type: version-update:semver-patch ... 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 c27dfe02..1086823f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", - "@types/toastify-js": "^1.12.2", + "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.6.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", @@ -4484,9 +4484,9 @@ "peer": true }, "node_modules/@types/toastify-js": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/@types/toastify-js/-/toastify-js-1.12.2.tgz", - "integrity": "sha512-wA0+1kG5Td0O7B/+ahHJgz5ZRFTYGNp8DmZ2z9LPm56+OrSikcfdqggtIlmbWKAssGgSR5sdyQaDyMoprvfNdA==" + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/@types/toastify-js/-/toastify-js-1.12.3.tgz", + "integrity": "sha512-9RjLlbAHMSaae/KZNHGv19VG4gcLIm3YjvacCXBtfMfYn26h76YP5oxXI8k26q4iKXCB9LNfv18lsoS0JnFPTg==" }, "node_modules/@types/unist": { "version": "2.0.7", diff --git a/package.json b/package.json index fefc8669..5363ec40 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", - "@types/toastify-js": "^1.12.2", + "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.6.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3",