web: bump @lingui/core from 4.1.0 to 4.1.2 in /web (#5658)
* web: bump @lingui/core from 4.1.0 to 4.1.2 in /web Bumps [@lingui/core](https://github.com/lingui/js-lingui) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/lingui/js-lingui/releases) - [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md) - [Commits](https://github.com/lingui/js-lingui/compare/v4.1.0...v4.1.2) --- updated-dependencies: - dependency-name: "@lingui/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * update all of lingui Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		
							
								
								
									
										122
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										122
									
								
								web/package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -18,11 +18,11 @@ | ||||
|                 "@formatjs/intl-listformat": "^7.2.2", | ||||
|                 "@fortawesome/fontawesome-free": "^6.4.0", | ||||
|                 "@goauthentik/api": "^2023.5.0-1684241627", | ||||
|                 "@lingui/cli": "^4.1.0", | ||||
|                 "@lingui/core": "^4.1.0", | ||||
|                 "@lingui/detect-locale": "^4.1.0", | ||||
|                 "@lingui/format-po-gettext": "^4.1.0", | ||||
|                 "@lingui/macro": "^4.1.0", | ||||
|                 "@lingui/cli": "^4.1.2", | ||||
|                 "@lingui/core": "^4.1.2", | ||||
|                 "@lingui/detect-locale": "^4.1.2", | ||||
|                 "@lingui/format-po-gettext": "^4.1.2", | ||||
|                 "@lingui/macro": "^4.1.2", | ||||
|                 "@patternfly/patternfly": "^4.224.2", | ||||
|                 "@sentry/browser": "^7.52.1", | ||||
|                 "@sentry/tracing": "^7.52.1", | ||||
| @ -2411,28 +2411,28 @@ | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/babel-plugin-extract-messages": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-4.1.0.tgz", | ||||
|             "integrity": "sha512-g/ZMnsO8UEA9QTukYOFC92Tfnhg535MTgxLKNzzulomz+YorCdos5EzpffF9MopNL35nSv8rJNrRVWOrIVyrCw==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/babel-plugin-extract-messages/-/babel-plugin-extract-messages-4.1.2.tgz", | ||||
|             "integrity": "sha512-FhdfV9XS3MUkQkmYK6SC4q6i2qQhk3HfVG5bhThukB8dHn6iK0sytBK9uL7BLsV4TJR6YKi3mDTO4MMWreYHHw==", | ||||
|             "engines": { | ||||
|                 "node": ">=16.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/cli": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-4.1.0.tgz", | ||||
|             "integrity": "sha512-n5lanpFazZ8+5U2ymAiA+eWQXqxKtjq8t/lC3307uUD6GChJnkzEknreJR58H1b3XhHjZY5uMPqBixI8zWsYrg==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/cli/-/cli-4.1.2.tgz", | ||||
|             "integrity": "sha512-5xAz+YZ45g5+Qt12GprVcglRjx7Us2XQmUzmO/GVIckIEXq8CAtKVdyveuvtpVxk2GLH30HCGtfIiPfvV11gVw==", | ||||
|             "dependencies": { | ||||
|                 "@babel/core": "^7.21.0", | ||||
|                 "@babel/generator": "^7.21.1", | ||||
|                 "@babel/parser": "^7.21.2", | ||||
|                 "@babel/runtime": "^7.21.0", | ||||
|                 "@babel/types": "^7.21.2", | ||||
|                 "@lingui/babel-plugin-extract-messages": "4.1.0", | ||||
|                 "@lingui/conf": "4.1.0", | ||||
|                 "@lingui/core": "4.1.0", | ||||
|                 "@lingui/format-po": "4.1.0", | ||||
|                 "@lingui/message-utils": "4.1.0", | ||||
|                 "@lingui/babel-plugin-extract-messages": "4.1.2", | ||||
|                 "@lingui/conf": "4.1.2", | ||||
|                 "@lingui/core": "4.1.2", | ||||
|                 "@lingui/format-po": "4.1.2", | ||||
|                 "@lingui/message-utils": "4.1.2", | ||||
|                 "babel-plugin-macros": "^3.0.1", | ||||
|                 "chalk": "^4.1.0", | ||||
|                 "chokidar": "3.5.1", | ||||
| @ -2446,6 +2446,7 @@ | ||||
|                 "micromatch": "4.0.2", | ||||
|                 "normalize-path": "^3.0.0", | ||||
|                 "ora": "^5.1.0", | ||||
|                 "pathe": "^1.1.0", | ||||
|                 "pkg-up": "^3.1.0", | ||||
|                 "pofile": "^1.1.4", | ||||
|                 "pseudolocale": "^2.0.0", | ||||
| @ -2460,9 +2461,9 @@ | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/cli/node_modules/@lingui/message-utils": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.1.0.tgz", | ||||
|             "integrity": "sha512-R+ilZj1C7g/bgLnuEGpW22fy6vGWf0VgrGCChs+2gGagNkow/a5a8lSzotm7qzVNE1t21DWDYSPFaiYAbsFgRw==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.1.2.tgz", | ||||
|             "integrity": "sha512-gN2tCxr05cnIswlYMn4TN1TyD//TPplZwbIH2OIW+qpZyFjTQFqPq+OnlNcDIIFdVm3G82cF/fm84LrFhRfTTQ==", | ||||
|             "dependencies": { | ||||
|                 "@messageformat/parser": "^5.0.0" | ||||
|             }, | ||||
| @ -2574,9 +2575,9 @@ | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/conf": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-4.1.0.tgz", | ||||
|             "integrity": "sha512-khPxgyCJ562iLDn030n1HmLIMZ2vDeENGjorffosY1Bew7O0uREkwhPquNiP4PpTsT4S4W/102XPTVrKMdmiSQ==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/conf/-/conf-4.1.2.tgz", | ||||
|             "integrity": "sha512-20a4wwnFa+2NHnSentNR8mFTnp2F3zo7/n3FJO5cDQl2oh77Xfb8U3epLAAkoz6wDRLVqTXNlelyCr6+fgVGGA==", | ||||
|             "dependencies": { | ||||
|                 "@babel/runtime": "^7.20.13", | ||||
|                 "chalk": "^4.1.0", | ||||
| @ -2671,21 +2672,21 @@ | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/core": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/core/-/core-4.1.0.tgz", | ||||
|             "integrity": "sha512-w9/NTWC1koTXbiBgznkIXJ26dmvORLvVU92sIb8taFardH8Y+bYNlMSZczY+jfT6/BokgmHkBBLISKj1YyKq2Q==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/core/-/core-4.1.2.tgz", | ||||
|             "integrity": "sha512-d53SYWsBcLvQZh62aEZFq+FJbHi+1CopoNzP5U2Q1xrhbNWNcfE7jbp86XZJICzNbFXDLoU4aCVMMg8p/JBzkw==", | ||||
|             "dependencies": { | ||||
|                 "@babel/runtime": "^7.20.13", | ||||
|                 "@lingui/message-utils": "4.1.0" | ||||
|                 "@lingui/message-utils": "4.1.2" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=16.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/core/node_modules/@lingui/message-utils": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.1.0.tgz", | ||||
|             "integrity": "sha512-R+ilZj1C7g/bgLnuEGpW22fy6vGWf0VgrGCChs+2gGagNkow/a5a8lSzotm7qzVNE1t21DWDYSPFaiYAbsFgRw==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.1.2.tgz", | ||||
|             "integrity": "sha512-gN2tCxr05cnIswlYMn4TN1TyD//TPplZwbIH2OIW+qpZyFjTQFqPq+OnlNcDIIFdVm3G82cF/fm84LrFhRfTTQ==", | ||||
|             "dependencies": { | ||||
|                 "@messageformat/parser": "^5.0.0" | ||||
|             }, | ||||
| @ -2694,20 +2695,20 @@ | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/detect-locale": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-4.1.0.tgz", | ||||
|             "integrity": "sha512-ip1puEy2UXfws+O54mht+kyttX/RwavQie37DesT9oYAp8W/qWg2PHoynwbp8EA0iR6yv00JlZQiINgMZN01eA==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/detect-locale/-/detect-locale-4.1.2.tgz", | ||||
|             "integrity": "sha512-G/bh1gxT+RnhPp+ccGXDWaw/gx39wOM0jyo/oOGPp2cqTEdM4S5R00Rgalh3aOcYnF7hEPBvEk0wrgAqAt+7pw==", | ||||
|             "engines": { | ||||
|                 "node": ">=16.0.0" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/format-po": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/format-po/-/format-po-4.1.0.tgz", | ||||
|             "integrity": "sha512-aFG71XmZXEhoZKapE77SI595E/kqy75owE6XFxTUntz2UCWMY5uUKS4p4ogei/1pWTEQAk26MX/BbYaxkKDu9g==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/format-po/-/format-po-4.1.2.tgz", | ||||
|             "integrity": "sha512-zYDJ9ZK3cY4uTuS7q+bViEW1oSIao/vd7Y49vwi8+OAHalddkCBWjlMs+Cx5lFJ9qoIm+x/jAN0PjIFhsl3DJA==", | ||||
|             "dependencies": { | ||||
|                 "@lingui/conf": "4.1.0", | ||||
|                 "@lingui/message-utils": "4.1.0", | ||||
|                 "@lingui/conf": "4.1.2", | ||||
|                 "@lingui/message-utils": "4.1.2", | ||||
|                 "date-fns": "^2.29.3", | ||||
|                 "pofile": "^1.1.4" | ||||
|             }, | ||||
| @ -2716,13 +2717,13 @@ | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/format-po-gettext": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/format-po-gettext/-/format-po-gettext-4.1.0.tgz", | ||||
|             "integrity": "sha512-Xyo/97mQwzeI0ipKjZ/DIa1ZojDEVjtKRcP6F6kFDaKsGg4UCNLuMHdIBYN5xztjTbcPZ+NT7P3ibl5XkwgykA==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/format-po-gettext/-/format-po-gettext-4.1.2.tgz", | ||||
|             "integrity": "sha512-gdsXE677VhGvWJ8QORTS9SuKPMd0SuhBcnpSzT9j3lqDtL/YdBNYQfKzvF+HJe9dwtv8plThHDMBzW1rTAYmsQ==", | ||||
|             "dependencies": { | ||||
|                 "@lingui/conf": "4.1.0", | ||||
|                 "@lingui/format-po": "4.1.0", | ||||
|                 "@lingui/message-utils": "4.1.0", | ||||
|                 "@lingui/conf": "4.1.2", | ||||
|                 "@lingui/format-po": "4.1.2", | ||||
|                 "@lingui/message-utils": "4.1.2", | ||||
|                 "@messageformat/parser": "^5.0.0", | ||||
|                 "node-gettext": "^3.0.0", | ||||
|                 "plurals-cldr": "^2.0.1", | ||||
| @ -2733,9 +2734,9 @@ | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/format-po-gettext/node_modules/@lingui/message-utils": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.1.0.tgz", | ||||
|             "integrity": "sha512-R+ilZj1C7g/bgLnuEGpW22fy6vGWf0VgrGCChs+2gGagNkow/a5a8lSzotm7qzVNE1t21DWDYSPFaiYAbsFgRw==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.1.2.tgz", | ||||
|             "integrity": "sha512-gN2tCxr05cnIswlYMn4TN1TyD//TPplZwbIH2OIW+qpZyFjTQFqPq+OnlNcDIIFdVm3G82cF/fm84LrFhRfTTQ==", | ||||
|             "dependencies": { | ||||
|                 "@messageformat/parser": "^5.0.0" | ||||
|             }, | ||||
| @ -2744,9 +2745,9 @@ | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/format-po/node_modules/@lingui/message-utils": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.1.0.tgz", | ||||
|             "integrity": "sha512-R+ilZj1C7g/bgLnuEGpW22fy6vGWf0VgrGCChs+2gGagNkow/a5a8lSzotm7qzVNE1t21DWDYSPFaiYAbsFgRw==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.1.2.tgz", | ||||
|             "integrity": "sha512-gN2tCxr05cnIswlYMn4TN1TyD//TPplZwbIH2OIW+qpZyFjTQFqPq+OnlNcDIIFdVm3G82cF/fm84LrFhRfTTQ==", | ||||
|             "dependencies": { | ||||
|                 "@messageformat/parser": "^5.0.0" | ||||
|             }, | ||||
| @ -2755,15 +2756,15 @@ | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/macro": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-4.1.0.tgz", | ||||
|             "integrity": "sha512-4EPJGvQSiKQ8fu2tQU840VJaHRRi4t15MhuOLRi/pmAHEcKfBPhxy8s9w5ifCzgGUe5CB+nJYOLpRKxJT3YErA==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/macro/-/macro-4.1.2.tgz", | ||||
|             "integrity": "sha512-Q0BwweK3L+9Pd+CwiDbQa0tXHDQzQjK0hbimz5WLMXWkWUPjuQPyereuWITFf2sK1TuTVq2YsrV3Qorlc3j5FQ==", | ||||
|             "dependencies": { | ||||
|                 "@babel/runtime": "^7.20.13", | ||||
|                 "@babel/types": "^7.20.7", | ||||
|                 "@lingui/conf": "4.1.0", | ||||
|                 "@lingui/core": "4.1.0", | ||||
|                 "@lingui/message-utils": "4.1.0" | ||||
|                 "@lingui/conf": "4.1.2", | ||||
|                 "@lingui/core": "4.1.2", | ||||
|                 "@lingui/message-utils": "4.1.2" | ||||
|             }, | ||||
|             "engines": { | ||||
|                 "node": ">=16.0.0" | ||||
| @ -2774,9 +2775,9 @@ | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/@lingui/macro/node_modules/@lingui/message-utils": { | ||||
|             "version": "4.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.1.0.tgz", | ||||
|             "integrity": "sha512-R+ilZj1C7g/bgLnuEGpW22fy6vGWf0VgrGCChs+2gGagNkow/a5a8lSzotm7qzVNE1t21DWDYSPFaiYAbsFgRw==", | ||||
|             "version": "4.1.2", | ||||
|             "resolved": "https://registry.npmjs.org/@lingui/message-utils/-/message-utils-4.1.2.tgz", | ||||
|             "integrity": "sha512-gN2tCxr05cnIswlYMn4TN1TyD//TPplZwbIH2OIW+qpZyFjTQFqPq+OnlNcDIIFdVm3G82cF/fm84LrFhRfTTQ==", | ||||
|             "dependencies": { | ||||
|                 "@messageformat/parser": "^5.0.0" | ||||
|             }, | ||||
| @ -8420,6 +8421,11 @@ | ||||
|                 "node": ">=8" | ||||
|             } | ||||
|         }, | ||||
|         "node_modules/pathe": { | ||||
|             "version": "1.1.0", | ||||
|             "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.0.tgz", | ||||
|             "integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==" | ||||
|         }, | ||||
|         "node_modules/picocolors": { | ||||
|             "version": "1.0.0", | ||||
|             "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", | ||||
|  | ||||
| @ -25,11 +25,11 @@ | ||||
|         "@formatjs/intl-listformat": "^7.2.2", | ||||
|         "@fortawesome/fontawesome-free": "^6.4.0", | ||||
|         "@goauthentik/api": "^2023.5.0-1684241627", | ||||
|         "@lingui/cli": "^4.1.0", | ||||
|         "@lingui/core": "^4.1.0", | ||||
|         "@lingui/detect-locale": "^4.1.0", | ||||
|         "@lingui/format-po-gettext": "^4.1.0", | ||||
|         "@lingui/macro": "^4.1.0", | ||||
|         "@lingui/cli": "^4.1.2", | ||||
|         "@lingui/core": "^4.1.2", | ||||
|         "@lingui/detect-locale": "^4.1.2", | ||||
|         "@lingui/format-po-gettext": "^4.1.2", | ||||
|         "@lingui/macro": "^4.1.2", | ||||
|         "@patternfly/patternfly": "^4.224.2", | ||||
|         "@sentry/browser": "^7.52.1", | ||||
|         "@sentry/tracing": "^7.52.1", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]