chore(deps): update dependency babel-plugin-formatjs to v10.5.34 (#1411)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-20 17:48:45 +00:00
committed by GitHub
parent b4a5397ba1
commit 8bb7462098
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -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.33",
"babel-plugin-formatjs": "10.5.34",
"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.33",
"resolved": "https://registry.npmjs.org/babel-plugin-formatjs/-/babel-plugin-formatjs-10.5.33.tgz",
"integrity": "sha512-xOsnI9zAUOI/xbXNsW5o08ozRB7cAZG/+JM/3nSli/E0AolURGtfIhSulmzZEzROYaDrGt4FwggRKdYmQ6oFgw==",
"version": "10.5.34",
"resolved": "https://registry.npmjs.org/babel-plugin-formatjs/-/babel-plugin-formatjs-10.5.34.tgz",
"integrity": "sha512-DIF/AYkrrg3iY/jWsVR183DVqEPjj3eRKGLmrVm2hrrGd//FN9y4ENPQyUIcjLf0jpCEnYfDWJ3tBsFCpnkk6g==",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.25.0",
@@ -5510,7 +5510,7 @@
"@babel/traverse": "^7.25.0",
"@babel/types": "^7.25.0",
"@formatjs/icu-messageformat-parser": "2.11.0",
"@formatjs/ts-transformer": "3.13.30",
"@formatjs/ts-transformer": "3.13.31",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/babel__traverse": "^7.20.6",
@@ -5599,9 +5599,9 @@
}
},
"node_modules/babel-plugin-formatjs/node_modules/@formatjs/ts-transformer": {
"version": "3.13.30",
"resolved": "https://registry.npmjs.org/@formatjs/ts-transformer/-/ts-transformer-3.13.30.tgz",
"integrity": "sha512-xabxIbEL4rBbHwSInE9e0Z3WsmidBVn5700yONZRxJPu7tX+Jlxg+MCzb01hzjd5TBnIikMHRxnF3BFcGs1xbw==",
"version": "3.13.31",
"resolved": "https://registry.npmjs.org/@formatjs/ts-transformer/-/ts-transformer-3.13.31.tgz",
"integrity": "sha512-DrPadj1CarzCzCzSmqHgtmH+VGswlg0A6ZYWU40XCqxu96yUl6xOFqdrk7Lb3actFKfC7zD283Ax8RS3FcVDEw==",
"license": "MIT",
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.11.0",
@@ -5613,7 +5613,7 @@
"typescript": "5"
},
"peerDependencies": {
"ts-jest": ">=27"
"ts-jest": "27 || 28 || 29"
},
"peerDependenciesMeta": {
"ts-jest": {

View File

@@ -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.33",
"babel-plugin-formatjs": "10.5.34",
"eslint-plugin-import": "2.31.0",
"glob": "7.2.3",
"history": "5.3.0",