chore(deps-dev): Bump the dev-dependencies group with 1 update (#11464)

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-11-30 10:17:57 +01:00 committed by GitHub
parent 8be3e797bb
commit 0e6852d9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -51,7 +51,7 @@
"source-map-support": "0.5.21", "source-map-support": "0.5.21",
"spdx-satisfies": "5.0.1", "spdx-satisfies": "5.0.1",
"tsd": "0.29.0", "tsd": "0.29.0",
"tsx": "4.6.0", "tsx": "4.6.1",
"typescript": "5.2.2", "typescript": "5.2.2",
"wireit": "0.14.1" "wireit": "0.14.1"
} }
@ -10822,9 +10822,9 @@
"dev": true "dev": true
}, },
"node_modules/tsx": { "node_modules/tsx": {
"version": "4.6.0", "version": "4.6.1",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.6.0.tgz", "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.6.1.tgz",
"integrity": "sha512-HLHaDQ78mly4Pd5co6tWQOiNVYoYYAPUcwSSZK4bcs3zSEsg+/67LS/ReHook0E7DKPfe1J5jc0ocIhUrnaR4w==", "integrity": "sha512-OQ4TAPHXAPUo/NZAmmIybl0o8LFOTlycQxFepLBAp6EV87U88fOKYGCQI2viGAEOVU9UW/cgQcxcOMnfEKVY3Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"esbuild": "~0.18.20", "esbuild": "~0.18.20",

View File

@ -156,7 +156,7 @@
"source-map-support": "0.5.21", "source-map-support": "0.5.21",
"spdx-satisfies": "5.0.1", "spdx-satisfies": "5.0.1",
"tsd": "0.29.0", "tsd": "0.29.0",
"tsx": "4.6.0", "tsx": "4.6.1",
"typescript": "5.2.2", "typescript": "5.2.2",
"wireit": "0.14.1" "wireit": "0.14.1"
}, },