From 12ef7e2faeb4695d1bbc52c0d7731c00c9b3f6cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:56:45 +0100 Subject: [PATCH] web: bump turnstile-types from 1.1.1 to 1.1.2 in /web (#4892) Bumps [turnstile-types](https://github.com/le0developer/turnstile-types) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/le0developer/turnstile-types/releases) - [Changelog](https://github.com/Le0Developer/turnstile-types/blob/master/HISTORY.md) - [Commits](https://github.com/le0developer/turnstile-types/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: turnstile-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index c7003fb99..726557cf5 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -74,7 +74,7 @@ "rollup-plugin-terser": "^7.0.2", "ts-lit-plugin": "^1.2.1", "tslib": "^2.5.0", - "turnstile-types": "^1.1.1", + "turnstile-types": "^1.1.2", "typescript": "^4.9.5", "webcomponent-qr-code": "^1.1.1", "yaml": "^2.2.1" @@ -9682,9 +9682,9 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/turnstile-types": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/turnstile-types/-/turnstile-types-1.1.1.tgz", - "integrity": "sha512-NqcfhO4Pc2BjIm5DMr0Id+Mee1Ysb+NIEGOMc0U3dAonXrFpbNGXr1RIL5OLAtKfkcLT6vO3Zsk595j+4lphAw==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/turnstile-types/-/turnstile-types-1.1.2.tgz", + "integrity": "sha512-MJXbAeRPpORqPViZbHrpu8LWOHv1dp9i5GYSfoedu7GUmkUZpHWlAVLCFAhWlpRA5PQLBRworOGCEu4o6Ks7Zw==" }, "node_modules/type-check": { "version": "0.4.0", @@ -17345,9 +17345,9 @@ } }, "turnstile-types": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/turnstile-types/-/turnstile-types-1.1.1.tgz", - "integrity": "sha512-NqcfhO4Pc2BjIm5DMr0Id+Mee1Ysb+NIEGOMc0U3dAonXrFpbNGXr1RIL5OLAtKfkcLT6vO3Zsk595j+4lphAw==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/turnstile-types/-/turnstile-types-1.1.2.tgz", + "integrity": "sha512-MJXbAeRPpORqPViZbHrpu8LWOHv1dp9i5GYSfoedu7GUmkUZpHWlAVLCFAhWlpRA5PQLBRworOGCEu4o6Ks7Zw==" }, "type-check": { "version": "0.4.0", diff --git a/web/package.json b/web/package.json index 34a9718cc..c178bb0f6 100644 --- a/web/package.json +++ b/web/package.json @@ -118,7 +118,7 @@ "rollup-plugin-terser": "^7.0.2", "ts-lit-plugin": "^1.2.1", "tslib": "^2.5.0", - "turnstile-types": "^1.1.1", + "turnstile-types": "^1.1.2", "typescript": "^4.9.5", "webcomponent-qr-code": "^1.1.1", "yaml": "^2.2.1"