From a0396053b3aa54882f0e141bca16e37ced22d88b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 19:22:36 +0000 Subject: [PATCH] Bump @formatjs/cli from 6.16.0 to 6.16.3 Bumps [@formatjs/cli](https://github.com/formatjs/formatjs) from 6.16.0 to 6.16.3. - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.16.0...@formatjs/cli@6.16.3) --- updated-dependencies: - dependency-name: "@formatjs/cli" dependency-version: 6.16.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 ++++++++++++++++++++----- package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 256347aeb..d838cb29e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "devDependencies": { "@eslint/compat": "^2.1.0", "@eslint/js": "^9.39.4", - "@formatjs/cli": "^6.16.0", + "@formatjs/cli": "^6.16.3", "@rollup/plugin-yaml": "^4.1.2", "@storybook/addon-docs": "^10.4.1", "@storybook/addon-links": "^10.4.1", @@ -1672,9 +1672,9 @@ "license": "MIT" }, "node_modules/@formatjs/cli": { - "version": "6.16.0", - "resolved": "https://registry.npmjs.org/@formatjs/cli/-/cli-6.16.0.tgz", - "integrity": "sha512-49VcOBTUkjAHkk6gLEXXtzeEAIEQem8DK11pCUCJ13ZCa/P2vf/uhQwvt3/yloJbQ7QqrBq+owO2XFmeWWZ2Eg==", + "version": "6.16.3", + "resolved": "https://registry.npmjs.org/@formatjs/cli/-/cli-6.16.3.tgz", + "integrity": "sha512-AN6uZR1xnl3V215HHJiKiA+DvNMrO/XfQ7hOyq3gXfHJwKSgLLQFtSFxw9A1O0SaGC2E2Kwo4mqwS1ZCLGe/qw==", "dev": true, "license": "MIT", "bin": { @@ -1686,7 +1686,8 @@ "optionalDependencies": { "@formatjs/cli-native-darwin-arm64": "1.1.0", "@formatjs/cli-native-linux-arm64": "1.2.0", - "@formatjs/cli-native-linux-x64": "1.1.0" + "@formatjs/cli-native-linux-x64": "1.1.0", + "@formatjs/cli-native-win32-x64": "1.1.1" }, "peerDependencies": { "@glimmer/syntax": "^0.84.3 || ^0.95.0", @@ -1760,6 +1761,20 @@ "linux" ] }, + "node_modules/@formatjs/cli-native-win32-x64": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@formatjs/cli-native-win32-x64/-/cli-native-win32-x64-1.1.1.tgz", + "integrity": "sha512-2vYgm7dzAb7wA9KjOOJGxZiSShwBNK4dEmgiJ1lRpEIz6RKMZ6wBY4UVn03VdAv8djJ7r6RK4Xyd2ouGcbh9Bg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/@formatjs/ecma402-abstract": { "version": "2.3.6", "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-2.3.6.tgz", diff --git a/package.json b/package.json index 79c9911b4..bda16bd35 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@eslint/compat": "^2.1.0", "@eslint/js": "^9.39.4", - "@formatjs/cli": "^6.16.0", + "@formatjs/cli": "^6.16.3", "@rollup/plugin-yaml": "^4.1.2", "@storybook/addon-docs": "^10.4.1", "@storybook/addon-links": "^10.4.1",