diff --git a/ember-phone-input/package.json b/ember-phone-input/package.json index efe87a10..32817929 100644 --- a/ember-phone-input/package.json +++ b/ember-phone-input/package.json @@ -55,9 +55,9 @@ "@babel/core": "7.23.0", "@babel/eslint-parser": "7.22.15", "@babel/plugin-proposal-class-properties": "7.18.6", - "@babel/plugin-proposal-decorators": "7.23.0", + "@babel/plugin-proposal-decorators": "7.23.2", "@babel/plugin-syntax-decorators": "7.22.10", - "@babel/preset-typescript": "7.23.0", + "@babel/preset-typescript": "7.23.2", "@embroider/addon-dev": "4.1.0", "@glint/core": "1.2.1", "@glint/environment-ember-loose": "1.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eb0a6588..d259df79 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,14 +49,14 @@ importers: specifier: 7.18.6 version: 7.18.6(@babel/core@7.23.0) '@babel/plugin-proposal-decorators': - specifier: 7.23.0 - version: 7.23.0(@babel/core@7.23.0) + specifier: 7.23.2 + version: 7.23.2(@babel/core@7.23.0) '@babel/plugin-syntax-decorators': specifier: 7.22.10 version: 7.22.10(@babel/core@7.23.0) '@babel/preset-typescript': - specifier: 7.23.0 - version: 7.23.0(@babel/core@7.23.0) + specifier: 7.23.2 + version: 7.23.2(@babel/core@7.23.0) '@embroider/addon-dev': specifier: 4.1.0 version: 4.1.0(@glint/template@1.2.1)(rollup@3.29.4) @@ -437,7 +437,7 @@ packages: '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.22.5 + '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.22.15 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0) @@ -474,13 +474,6 @@ packages: resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} - /@babel/helper-function-name@7.22.5: - resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.22.15 - '@babel/types': 7.23.0 - /@babel/helper-function-name@7.23.0: resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} @@ -567,7 +560,7 @@ packages: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.19 + '@babel/types': 7.23.0 /@babel/helper-string-parser@7.22.5: resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} @@ -653,8 +646,8 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-proposal-decorators@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-kYsT+f5ARWF6AdFmqoEEp+hpqxEB8vGmRWfw2aj78M2vTwS2uHW91EF58iFm1Z9U8Y/RrLu2XKJn46P9ca1b0w==} + /@babel/plugin-proposal-decorators@7.23.2(@babel/core@7.23.0): + resolution: {integrity: sha512-eR0gJQc830fJVGz37oKLvt9W9uUIQSAovUl0e9sJ3YeO09dlcoBVYD3CLrjCj4qHdXmfiyTyFt8yeQYSN5fxLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1516,8 +1509,8 @@ packages: '@babel/types': 7.23.0 esutils: 2.0.3 - /@babel/preset-typescript@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==} + /@babel/preset-typescript@7.23.2(@babel/core@7.23.0): + resolution: {integrity: sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1587,14 +1580,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/types@7.22.19: - resolution: {integrity: sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - /@babel/types@7.23.0: resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} engines: {node: '>=6.9.0'} @@ -8236,7 +8221,7 @@ packages: dependencies: '@babel/core': 7.23.0 '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-decorators': 7.23.0(@babel/core@7.23.0) + '@babel/plugin-proposal-decorators': 7.23.2(@babel/core@7.23.0) '@babel/preset-env': 7.22.20(@babel/core@7.23.0) '@embroider/macros': 1.13.1(@glint/template@1.2.1) '@embroider/shared-internals': 2.4.0 @@ -8462,7 +8447,7 @@ packages: '@babel/core': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-decorators': 7.23.0(@babel/core@7.23.0) + '@babel/plugin-proposal-decorators': 7.23.2(@babel/core@7.23.0) '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.23.0) '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.23.0) '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.23.0) @@ -8501,7 +8486,7 @@ packages: '@babel/core': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.0) - '@babel/plugin-proposal-decorators': 7.23.0(@babel/core@7.23.0) + '@babel/plugin-proposal-decorators': 7.23.2(@babel/core@7.23.0) '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.23.0) '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.23.0) '@babel/plugin-transform-class-static-block': 7.22.11(@babel/core@7.23.0)