diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 583ee4a65..f005bda03 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -133,7 +133,7 @@ importers: test-app: dependencies: ember-phone-input: - specifier: '*' + specifier: 10.0.0-beta.0 version: link:../ember-phone-input devDependencies: '@babel/eslint-parser': @@ -173,8 +173,8 @@ importers: specifier: 3.0.2 version: 3.0.2 '@types/qunit': - specifier: 2.19.8 - version: 2.19.8 + specifier: 2.19.9 + version: 2.19.9 '@types/sinon': specifier: 17.0.2 version: 17.0.2 @@ -3457,8 +3457,8 @@ packages: resolution: {integrity: sha512-wYLxw35euwqGvTDx6zfY1vokBFnsK0HNrzc6xNHchxfO2hpuRg74GbkEW7e3sSmPvj0TjCDT1VCa6OtHXnubsg==} dev: true - /@types/qunit@2.19.8: - resolution: {integrity: sha512-L4JyeRG1CJGSzJKd1b78DX/ll91E8e50IXkkl8KzW6W0IWz6FTHWEYvTEi8QVNHkUqUu6hjTffwV7ffxcoka0g==} + /@types/qunit@2.19.9: + resolution: {integrity: sha512-Ym6B8Ewt1R1b0EgSqISSrAKp2Pg5MNgKK3/d2Fbls3PN7kNnucVSGaRx9Prxeo78HfQofYJMWDWLPlfAuwx7IQ==} dev: true /@types/range-parser@1.2.6: diff --git a/test-app/package.json b/test-app/package.json index 74ce58ff6..a91e1fb52 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -37,7 +37,7 @@ "@glint/template": "1.2.1", "@qonto/eslint-config-typescript": "1.0.0-rc.0", "@tsconfig/ember": "3.0.2", - "@types/qunit": "2.19.8", + "@types/qunit": "2.19.9", "@types/sinon": "17.0.2", "@typescript-eslint/eslint-plugin": "6.11.0", "@typescript-eslint/parser": "6.11.0",