diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index 6389923c..a42fbd10 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -8603,9 +8603,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -8620,9 +8617,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -8637,9 +8631,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -8654,9 +8645,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9944,9 +9932,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9961,9 +9946,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9978,9 +9960,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -9995,9 +9974,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -10012,9 +9988,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -10029,9 +10002,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -10046,9 +10016,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -10063,9 +10030,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -10080,9 +10044,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -10097,9 +10058,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/awx/ui/package.json b/awx/ui/package.json index a0115f31..2996ae3e 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -110,6 +110,51 @@ }, "babel-plugin-styled-components": { "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-async-generators": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-bigint": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-class-properties": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-class-static-block": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-import-attributes": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-import-meta": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-json-strings": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-logical-assignment-operators": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-nullish-coalescing-operator": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-numeric-separator": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-object-rest-spread": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-optional-catch-binding": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-optional-chaining": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-private-property-in-object": { + "@babel/core": "$@babel/core" + }, + "@babel/plugin-syntax-top-level-await": { + "@babel/core": "$@babel/core" } }, "scripts": {