From 53ba06603ebfc6e67aef74b705a882b081334cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:29:59 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @formatjs/cli from 6.2.14 to 6.2.15 (#69) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@formatjs/cli](https://github.com/formatjs/formatjs) from 6.2.14 to 6.2.15.
Release notes

Sourced from @​formatjs/cli's releases.

@​formatjs/cli@​6.2.15

6.2.15 (2024-10-12)

Note: Version bump only for package @​formatjs/cli

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@formatjs/cli&package-manager=npm_and_yarn&previous-version=6.2.14&new-version=6.2.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- packages/cpt-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ef945d..ce2e63c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1182,9 +1182,9 @@ } }, "node_modules/@formatjs/cli": { - "version": "6.2.14", - "resolved": "https://registry.npmjs.org/@formatjs/cli/-/cli-6.2.14.tgz", - "integrity": "sha512-1eSJAUQLgL9dgsrXJ1PzMAguXOPpJa1dJmMkF8GZo0jnKkavq2cdljJt2vXDeSvqWmKwqY9h4/bELr9dTOoHMw==", + "version": "6.2.15", + "resolved": "https://registry.npmjs.org/@formatjs/cli/-/cli-6.2.15.tgz", + "integrity": "sha512-s31YblAseSVqgFvY2EoIZaaEycifR/CadvMj1WcNvFvHK+2Xn02OuSX1jiKM/Nx29hX2x8k0raFJ6PtnXZgjtQ==", "dev": true, "bin": { "formatjs": "bin/formatjs" @@ -15063,7 +15063,7 @@ "sass": "^1.79.5" }, "devDependencies": { - "@formatjs/cli": "^6.2.14", + "@formatjs/cli": "^6.2.15", "@next/eslint-plugin-next": "^14.2.15", "@types/node": "^22", "@types/react": "^18", diff --git a/packages/cpt-ui/package.json b/packages/cpt-ui/package.json index d10b11c..9c23a63 100644 --- a/packages/cpt-ui/package.json +++ b/packages/cpt-ui/package.json @@ -21,7 +21,7 @@ "sass": "^1.79.5" }, "devDependencies": { - "@formatjs/cli": "^6.2.14", + "@formatjs/cli": "^6.2.15", "@next/eslint-plugin-next": "^14.2.15", "@types/node": "^22", "@types/react": "^18",