web: bump turnstile-types from 1.2.1 to 1.2.2 in /web (#10924)

Bumps [turnstile-types](https://github.com/le0developer/turnstile-types) from 1.2.1 to 1.2.2.
- [Changelog](https://github.com/Le0Developer/turnstile-types/blob/master/HISTORY.md)
- [Commits](https://github.com/le0developer/turnstile-types/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: turnstile-types
  dependency-type: direct:development
  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]
2024-08-15 14:21:00 +02:00
committed by GitHub
parent dc233deb41
commit 3af812682c
2 changed files with 6 additions and 5 deletions

9
web/package-lock.json generated
View File

@ -117,7 +117,7 @@
"ts-lit-plugin": "^2.0.2", "ts-lit-plugin": "^2.0.2",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"tslib": "^2.6.3", "tslib": "^2.6.3",
"turnstile-types": "^1.2.1", "turnstile-types": "^1.2.2",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"typescript-eslint": "^8.1.0", "typescript-eslint": "^8.1.0",
"vite-tsconfig-paths": "^4.3.2", "vite-tsconfig-paths": "^4.3.2",
@ -24001,9 +24001,10 @@
} }
}, },
"node_modules/turnstile-types": { "node_modules/turnstile-types": {
"version": "1.2.1", "version": "1.2.2",
"dev": true, "resolved": "https://registry.npmjs.org/turnstile-types/-/turnstile-types-1.2.2.tgz",
"license": "MIT" "integrity": "sha512-FlsojSOGe7OxdC5UXVXVyNV3zdWTSaC6tG6cLPWeTSkcBuCzPP+0xUwc1l090ISDcfDEt398GLbXopcGZesY/A==",
"dev": true
}, },
"node_modules/type-check": { "node_modules/type-check": {
"version": "0.4.0", "version": "0.4.0",

View File

@ -105,7 +105,7 @@
"ts-lit-plugin": "^2.0.2", "ts-lit-plugin": "^2.0.2",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"tslib": "^2.6.3", "tslib": "^2.6.3",
"turnstile-types": "^1.2.1", "turnstile-types": "^1.2.2",
"typescript": "^5.5.4", "typescript": "^5.5.4",
"typescript-eslint": "^8.1.0", "typescript-eslint": "^8.1.0",
"vite-tsconfig-paths": "^4.3.2", "vite-tsconfig-paths": "^4.3.2",