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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-10 11:56:45 +01:00 committed by GitHub
parent 397d6ff059
commit 12ef7e2fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -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",

View File

@ -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"