web: bump turnstile-types from 1.0.2 to 1.1.1 in /web (#4627)

Bumps [turnstile-types](https://github.com/le0developer/turnstile-types) from 1.0.2 to 1.1.1.
- [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/commits)

---
updated-dependencies:
- dependency-name: turnstile-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-02-07 10:58:20 +01:00 committed by GitHub
parent 602a9df97b
commit 3a53e60af7
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.0.2",
"turnstile-types": "^1.1.1",
"typescript": "^4.9.5",
"webcomponent-qr-code": "^1.1.1",
"yaml": "^2.2.1"
@ -9675,9 +9675,9 @@
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
},
"node_modules/turnstile-types": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/turnstile-types/-/turnstile-types-1.0.2.tgz",
"integrity": "sha512-Y98xYhxf9xtYuu1QCrQm7og0o2zw2bGdsyUNXeWgPVXsHFkJIwTrRY6o3Oioa9PjFtoYM+oHe1n23V+oE27WUQ=="
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/turnstile-types/-/turnstile-types-1.1.1.tgz",
"integrity": "sha512-NqcfhO4Pc2BjIm5DMr0Id+Mee1Ysb+NIEGOMc0U3dAonXrFpbNGXr1RIL5OLAtKfkcLT6vO3Zsk595j+4lphAw=="
},
"node_modules/type-check": {
"version": "0.4.0",
@ -17307,9 +17307,9 @@
}
},
"turnstile-types": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/turnstile-types/-/turnstile-types-1.0.2.tgz",
"integrity": "sha512-Y98xYhxf9xtYuu1QCrQm7og0o2zw2bGdsyUNXeWgPVXsHFkJIwTrRY6o3Oioa9PjFtoYM+oHe1n23V+oE27WUQ=="
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/turnstile-types/-/turnstile-types-1.1.1.tgz",
"integrity": "sha512-NqcfhO4Pc2BjIm5DMr0Id+Mee1Ysb+NIEGOMc0U3dAonXrFpbNGXr1RIL5OLAtKfkcLT6vO3Zsk595j+4lphAw=="
},
"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.0.2",
"turnstile-types": "^1.1.1",
"typescript": "^4.9.5",
"webcomponent-qr-code": "^1.1.1",
"yaml": "^2.2.1"