diff --git a/catalog/package-lock.json b/catalog/package-lock.json index 6cc5a2e1..949b3a3a 100644 --- a/catalog/package-lock.json +++ b/catalog/package-lock.json @@ -2354,19 +2354,19 @@ } }, "babel-plugin-react-intl": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-react-intl/-/babel-plugin-react-intl-3.1.0.tgz", - "integrity": "sha512-xsW98dx2XUIdkCZmDjpM2znzQLsTAFiHzaWNoWRlmGsYduwWAFE0x24XXMmKLaP0XxgqXuLJcbPNkXPOGugNIQ==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/babel-plugin-react-intl/-/babel-plugin-react-intl-3.1.3.tgz", + "integrity": "sha512-Fq2u6HqYt+pggUXe8DSqZaRA2W9LfOet1dQv1tD+KYcRjL9JW/DXNEn3GPjSw3bCHJiSuGyWPYO7MdbYRVsGDw==", "dev": true, "requires": { "fs-extra": "^8.0.1", - "intl-messageformat-parser": "^1.6.3" + "intl-messageformat-parser": "^1.6.5" }, "dependencies": { "intl-messageformat-parser": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/intl-messageformat-parser/-/intl-messageformat-parser-1.6.3.tgz", - "integrity": "sha512-QslP7jJxG0VCCA2Dy8GfUECzEGEN+duCO5/N6LdOPTf/EOs5B3C6apkznzQ57dUKqtVt4TYJyIS/5Gern/y04A==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/intl-messageformat-parser/-/intl-messageformat-parser-1.6.5.tgz", + "integrity": "sha512-hngOkdq6FZxT6iEpEqOzGO/8rshM/v+sShGBl6yv8SQmU6lCc4vtfBHNqpSC0Dxuq4tedMkYFQGnKy5b1Tx5GA==", "dev": true } } diff --git a/catalog/package.json b/catalog/package.json index d350a8c4..739f9aa4 100644 --- a/catalog/package.json +++ b/catalog/package.json @@ -132,7 +132,7 @@ "babel-eslint": "^10.0.1", "babel-loader": "^8.0.6", "babel-plugin-dynamic-import-node": "^2.2.0", - "babel-plugin-react-intl": "^3.1.0", + "babel-plugin-react-intl": "^3.1.3", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "bundlesize": "^0.17.2", "circular-dependency-plugin": "^5.0.2",