web: bump @formatjs/intl-listformat from 7.1.2 to 7.1.3 in /web (#3773)

This commit is contained in:
dependabot[bot] 2022-10-13 12:55:27 +03:00 committed by GitHub
parent f6087d2fea
commit b3ede52f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
web/package-lock.json generated
View File

@ -19,7 +19,7 @@
"@codemirror/lang-python": "^6.0.2",
"@codemirror/lang-xml": "^6.0.0",
"@codemirror/legacy-modes": "^6.1.0",
"@formatjs/intl-listformat": "^7.1.2",
"@formatjs/intl-listformat": "^7.1.3",
"@fortawesome/fontawesome-free": "^6.2.0",
"@goauthentik/api": "^2022.9.0-1665485003",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",
@ -1905,20 +1905,20 @@
}
},
"node_modules/@formatjs/ecma402-abstract": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.12.0.tgz",
"integrity": "sha512-0/wm9b7brUD40kx7KSE0S532T8EfH06Zc41rGlinoNyYXnuusR6ull2x63iFJgVXgwahm42hAW7dcYdZ+llZzA==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.13.0.tgz",
"integrity": "sha512-CQ8Ykd51jYD1n05dtoX6ns6B9n/+6ZAxnWUAonvHC4kkuAemROYBhHkEB4tm1uVrRlE7gLDqXkAnY51Y0pRCWQ==",
"dependencies": {
"@formatjs/intl-localematcher": "0.2.31",
"tslib": "2.4.0"
}
},
"node_modules/@formatjs/intl-listformat": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.1.2.tgz",
"integrity": "sha512-WfWkJ8k41jZIhXgBtC2T1SpTSKYig99g9MVqrVRco4kduv/6GUWq1eMjk84qZfbU4rwdwc8qct+/gB6DTS17+w==",
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.1.3.tgz",
"integrity": "sha512-rs0Kxl78PeRCedx2cmFoBqcun2Kf0bCQrF8ycna54sfePpDhMskvODWeI4G/xBioW01FjK7CJSvtJJ87hrr79A==",
"dependencies": {
"@formatjs/ecma402-abstract": "1.12.0",
"@formatjs/ecma402-abstract": "1.13.0",
"@formatjs/intl-localematcher": "0.2.31",
"tslib": "2.4.0"
}
@ -11313,20 +11313,20 @@
}
},
"@formatjs/ecma402-abstract": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.12.0.tgz",
"integrity": "sha512-0/wm9b7brUD40kx7KSE0S532T8EfH06Zc41rGlinoNyYXnuusR6ull2x63iFJgVXgwahm42hAW7dcYdZ+llZzA==",
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.13.0.tgz",
"integrity": "sha512-CQ8Ykd51jYD1n05dtoX6ns6B9n/+6ZAxnWUAonvHC4kkuAemROYBhHkEB4tm1uVrRlE7gLDqXkAnY51Y0pRCWQ==",
"requires": {
"@formatjs/intl-localematcher": "0.2.31",
"tslib": "2.4.0"
}
},
"@formatjs/intl-listformat": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.1.2.tgz",
"integrity": "sha512-WfWkJ8k41jZIhXgBtC2T1SpTSKYig99g9MVqrVRco4kduv/6GUWq1eMjk84qZfbU4rwdwc8qct+/gB6DTS17+w==",
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/@formatjs/intl-listformat/-/intl-listformat-7.1.3.tgz",
"integrity": "sha512-rs0Kxl78PeRCedx2cmFoBqcun2Kf0bCQrF8ycna54sfePpDhMskvODWeI4G/xBioW01FjK7CJSvtJJ87hrr79A==",
"requires": {
"@formatjs/ecma402-abstract": "1.12.0",
"@formatjs/ecma402-abstract": "1.13.0",
"@formatjs/intl-localematcher": "0.2.31",
"tslib": "2.4.0"
}

View File

@ -62,7 +62,7 @@
"@codemirror/lang-python": "^6.0.2",
"@codemirror/lang-xml": "^6.0.0",
"@codemirror/legacy-modes": "^6.1.0",
"@formatjs/intl-listformat": "^7.1.2",
"@formatjs/intl-listformat": "^7.1.3",
"@fortawesome/fontawesome-free": "^6.2.0",
"@goauthentik/api": "^2022.9.0-1665485003",
"@jackfranklin/rollup-plugin-markdown": "^0.4.0",