diff --git a/awx/ui_next/package-lock.json b/awx/ui_next/package-lock.json index 9eecdec01f..8aaab9882f 100644 --- a/awx/ui_next/package-lock.json +++ b/awx/ui_next/package-lock.json @@ -2204,9 +2204,9 @@ } }, "@lingui/core": { - "version": "3.8.10", - "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.10.tgz", - "integrity": "sha512-1OzZW8iP5yAXxz49pY/WZ1acLvkekd6HgDh8zH3jMA2Hbig2jk6VGVERMO7lwEwJiyEuxaQpe8fRrhCTB7wA3A==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.9.0.tgz", + "integrity": "sha512-tbOBqou4fPzHB5aivir1fuikFoMYFcvpWk68Pysg34KN0xagPtyj0Dnz3clmq6Vnuf4SaK4LJdXwNUPWXpah7A==", "requires": { "@babel/runtime": "^7.11.2", "make-plural": "^6.2.2", @@ -2238,12 +2238,12 @@ } }, "@lingui/react": { - "version": "3.8.10", - "resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.8.10.tgz", - "integrity": "sha512-JPaXiXigsrli0Tu6fNCp0QxjDp5q6RWlWCnhNxFVflV7+s7fwpgLmC3pqK1WTrSxFMqwO8r5GUZOL2+MKveCqA==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.9.0.tgz", + "integrity": "sha512-VG+sQyttrIouhBq0h6aTtzxKO3kKWRjJPiBnaFs3gVNcmodIpzdTA9YqbFusu3+Q/+w6LYP9HuSv5eMM5jQ5Cw==", "requires": { "@babel/runtime": "^7.11.2", - "@lingui/core": "^3.8.10" + "@lingui/core": "^3.9.0" } }, "@nodelib/fs.scandir": { @@ -4333,6 +4333,16 @@ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "dev": true }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, "bl": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", @@ -8309,6 +8319,13 @@ } } }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + }, "filesize": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/filesize/-/filesize-6.1.0.tgz", @@ -12822,6 +12839,13 @@ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", "dev": true }, + "nan": { + "version": "2.14.2", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz", + "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==", + "dev": true, + "optional": true + }, "nanoid": { "version": "3.1.23", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.23.tgz", @@ -20395,7 +20419,11 @@ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", "dev": true, - "optional": true + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } }, "glob-parent": { "version": "3.1.0", @@ -21175,7 +21203,11 @@ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", "dev": true, - "optional": true + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } }, "glob-parent": { "version": "3.1.0", diff --git a/awx/ui_next/package.json b/awx/ui_next/package.json index 5984c117de..990b6db907 100644 --- a/awx/ui_next/package.json +++ b/awx/ui_next/package.json @@ -6,7 +6,7 @@ "node": "14.x" }, "dependencies": { - "@lingui/react": "^3.7.1", + "@lingui/react": "3.9.0", "@patternfly/patternfly": "^4.102.1", "@patternfly/react-core": "^4.115.1", "@patternfly/react-icons": "4.7.22",