web: bump turnstile-types from 1.2.0 to 1.2.1 in /web (#9263)

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

---
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-04-15 11:23:30 +02:00
committed by GitHub
parent 79744df87e
commit 55a8db967a
2 changed files with 6 additions and 5 deletions

9
web/package-lock.json generated
View File

@ -101,7 +101,7 @@
"storybook-addon-mock": "^4.3.0",
"ts-lit-plugin": "^2.0.2",
"tslib": "^2.6.2",
"turnstile-types": "^1.2.0",
"turnstile-types": "^1.2.1",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2"
},
@ -17010,9 +17010,10 @@
}
},
"node_modules/turnstile-types": {
"version": "1.2.0",
"dev": true,
"license": "MIT"
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/turnstile-types/-/turnstile-types-1.2.1.tgz",
"integrity": "sha512-PZFcUDFvPvmmwb885JA/N+8Pg5xNWw/UGMABRb/vI9P8cZ4pLDCpBDzgw7oKQ67DYvboTxNhfTAu93gjX4uNbQ==",
"dev": true
},
"node_modules/type-check": {
"version": "0.4.0",

View File

@ -121,7 +121,7 @@
"storybook-addon-mock": "^4.3.0",
"ts-lit-plugin": "^2.0.2",
"tslib": "^2.6.2",
"turnstile-types": "^1.2.0",
"turnstile-types": "^1.2.1",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2"
},