From 68e13d4daf96f5366b78e4ec249fbb5e1b055fba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:05:56 +0000 Subject: [PATCH] chore(deps): update dependency babel-plugin-formatjs to v10.5.31 (#1409) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1f8fac01..b795bbc9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@edx/browserslist-config": "^1.1.1", "@edx/reactifex": "1.1.0", "@openedx/frontend-build": "^14.0.3", - "babel-plugin-formatjs": "10.5.30", + "babel-plugin-formatjs": "10.5.31", "eslint-plugin-import": "2.31.0", "glob": "7.2.3", "history": "5.3.0", @@ -5499,9 +5499,9 @@ } }, "node_modules/babel-plugin-formatjs": { - "version": "10.5.30", - "resolved": "https://registry.npmjs.org/babel-plugin-formatjs/-/babel-plugin-formatjs-10.5.30.tgz", - "integrity": "sha512-5ayD1xhFv/7vYhR9Z83gsCzTX0w7FHiK2jnnj4J49FxPgutIK3n/9q/o+8IYGdxaT1cXvrUvlh9VAGYw6zYrpw==", + "version": "10.5.31", + "resolved": "https://registry.npmjs.org/babel-plugin-formatjs/-/babel-plugin-formatjs-10.5.31.tgz", + "integrity": "sha512-WrFeNyOquFOF3aggvmUVp1PvvnYyATnXf2yftz2D/hsl+33gw/o6RDmHzSY8kbGgoa0vvWPCplGtTX7lrisvRw==", "license": "MIT", "dependencies": { "@babel/core": "^7.25.0", @@ -5509,8 +5509,8 @@ "@babel/plugin-syntax-jsx": "^7.25.0", "@babel/traverse": "^7.25.0", "@babel/types": "^7.25.0", - "@formatjs/icu-messageformat-parser": "2.9.8", - "@formatjs/ts-transformer": "3.13.27", + "@formatjs/icu-messageformat-parser": "2.10.0", + "@formatjs/ts-transformer": "3.13.28", "@types/babel__core": "^7.20.5", "@types/babel__helper-plugin-utils": "^7.10.3", "@types/babel__traverse": "^7.20.6", @@ -5569,9 +5569,9 @@ } }, "node_modules/babel-plugin-formatjs/node_modules/@formatjs/icu-messageformat-parser": { - "version": "2.9.8", - "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.9.8.tgz", - "integrity": "sha512-hZlLNI3+Lev8IAXuwehLoN7QTKqbx3XXwFW1jh0AdIA9XJdzn9Uzr+2LLBspPm/PX0+NLIfykj/8IKxQqHUcUQ==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.10.0.tgz", + "integrity": "sha512-PDeky6nDAyHYEtmSi2X1PG9YpqE+2BRTJT7JvPix8K8JX1wBWQNao6KcPtmZpttQHUHmzMcd/rne7lFesSzUKQ==", "license": "MIT", "dependencies": { "@formatjs/ecma402-abstract": "2.3.2", @@ -5599,12 +5599,12 @@ } }, "node_modules/babel-plugin-formatjs/node_modules/@formatjs/ts-transformer": { - "version": "3.13.27", - "resolved": "https://registry.npmjs.org/@formatjs/ts-transformer/-/ts-transformer-3.13.27.tgz", - "integrity": "sha512-v+xoxyuxQmF8YI9ir8h/EPUbLJOwN+jnGS0/xUSv2JKIIJ2LsGvo1sRqVStXd5hZ/Yzi2m1cuAR8vk90L/hu9A==", + "version": "3.13.28", + "resolved": "https://registry.npmjs.org/@formatjs/ts-transformer/-/ts-transformer-3.13.28.tgz", + "integrity": "sha512-r2Ye5O0OFa5Cto9rKp1bu/Eptw2ixeTVSDiQq5gIWaxqBEIsNOSejf4hceBe1HJF7Owro4Ko1WMQJqnuJUj1PQ==", "license": "MIT", "dependencies": { - "@formatjs/icu-messageformat-parser": "2.9.8", + "@formatjs/icu-messageformat-parser": "2.10.0", "@types/json-stable-stringify": "1", "@types/node": "14 || 16 || 17 || 18 || 20 || 22", "chalk": "4", @@ -5622,9 +5622,9 @@ } }, "node_modules/babel-plugin-formatjs/node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 7997789bb..31e6582c1 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@edx/browserslist-config": "^1.1.1", "@edx/reactifex": "1.1.0", "@openedx/frontend-build": "^14.0.3", - "babel-plugin-formatjs": "10.5.30", + "babel-plugin-formatjs": "10.5.31", "eslint-plugin-import": "2.31.0", "glob": "7.2.3", "history": "5.3.0",