From a16f7e9ebaf38e3f5eb7a161614b6367b19f74e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:32:03 +0000 Subject: [PATCH] chore(deps-dev): bump tsx from 4.16.4 to 4.16.5 (#2639) Bumps [tsx](https://github.com/privatenumber/tsx) from 4.16.4 to 4.16.5. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.16.4...v4.16.5) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- packages/design-tokens/package.json | 2 +- packages/icons/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5726e1fdff..83866013c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39750,9 +39750,9 @@ "dev": true }, "node_modules/tsx": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.4.tgz", - "integrity": "sha512-E0EDobc7FtOxdNtG0ZQWztLa9PK/TqC5QvdV0heyIMJySwcJ8vyvziOznzO1MIM2IDfacLGBgfiCUmba6mvI7Q==", + "version": "4.16.5", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.5.tgz", + "integrity": "sha512-ArsiAQHEW2iGaqZ8fTA1nX0a+lN5mNTyuGRRO6OW3H/Yno1y9/t1f9YOI1Cfoqz63VAthn++ZYcbDP7jPflc+A==", "dev": true, "dependencies": { "esbuild": "~0.21.5", @@ -42762,7 +42762,7 @@ "devDependencies": { "@types/node": "^18.19.39", "@types/prop-types": "^15.7.12", - "tsx": "^4.16.4", + "tsx": "^4.16.5", "typescript": "^5.5.4" } }, @@ -42797,7 +42797,7 @@ "babel-plugin-inline-react-svg": "^2.0.2", "fast-xml-parser": "^4.4.1", "prettier": "^3.3.3", - "tsx": "^4.16.4", + "tsx": "^4.16.5", "typescript": "^5.5.4" }, "engines": { @@ -49877,7 +49877,7 @@ "browserslist": "^4.23.2", "lightningcss": "^1.25.1", "prop-types": "^15.8.1", - "tsx": "^4.16.4", + "tsx": "^4.16.5", "typescript": "^5.5.4" } }, @@ -49902,7 +49902,7 @@ "babel-plugin-inline-react-svg": "^2.0.2", "fast-xml-parser": "^4.4.1", "prettier": "^3.3.3", - "tsx": "^4.16.4", + "tsx": "^4.16.5", "typescript": "^5.5.4" }, "dependencies": { @@ -70341,9 +70341,9 @@ } }, "tsx": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.4.tgz", - "integrity": "sha512-E0EDobc7FtOxdNtG0ZQWztLa9PK/TqC5QvdV0heyIMJySwcJ8vyvziOznzO1MIM2IDfacLGBgfiCUmba6mvI7Q==", + "version": "4.16.5", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.5.tgz", + "integrity": "sha512-ArsiAQHEW2iGaqZ8fTA1nX0a+lN5mNTyuGRRO6OW3H/Yno1y9/t1f9YOI1Cfoqz63VAthn++ZYcbDP7jPflc+A==", "dev": true, "requires": { "esbuild": "~0.21.5", diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index ecb46b5553..037e28c8d1 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@types/node": "^18.19.39", "@types/prop-types": "^15.7.12", - "tsx": "^4.16.4", + "tsx": "^4.16.5", "typescript": "^5.5.4" } } diff --git a/packages/icons/package.json b/packages/icons/package.json index 0a9f5a1dcf..f8d6880aba 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -43,7 +43,7 @@ "babel-plugin-inline-react-svg": "^2.0.2", "fast-xml-parser": "^4.4.1", "prettier": "^3.3.3", - "tsx": "^4.16.4", + "tsx": "^4.16.5", "typescript": "^5.5.4" }, "peerDependencies": {