diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 74cee322..7628e400 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + importers: .: @@ -181,8 +185,8 @@ importers: specifier: 2.19.9 version: 2.19.9 '@types/sinon': - specifier: 17.0.2 - version: 17.0.2 + specifier: 17.0.3 + version: 17.0.3 '@typescript-eslint/eslint-plugin': specifier: 6.15.0 version: 6.15.0(@typescript-eslint/parser@6.18.1)(eslint@8.56.0)(typescript@5.2.2) @@ -3755,8 +3759,8 @@ packages: '@types/sinonjs__fake-timers': 8.1.5 dev: true - /@types/sinon@17.0.2: - resolution: {integrity: sha512-Zt6heIGsdqERkxctIpvN5Pv3edgBrhoeb3yHyxffd4InN0AX2SVNKSrhdDZKGQICVOxWP/q4DyhpfPNMSrpIiA==} + /@types/sinon@17.0.3: + resolution: {integrity: sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==} dependencies: '@types/sinonjs__fake-timers': 8.1.5 dev: true @@ -17523,7 +17527,3 @@ packages: resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} engines: {node: '>=12.20'} dev: true - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false diff --git a/test-app/package.json b/test-app/package.json index 86c7d84d..92c52822 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -38,7 +38,7 @@ "@qonto/eslint-config-typescript": "1.0.0-rc.0", "@tsconfig/ember": "3.0.3", "@types/qunit": "2.19.9", - "@types/sinon": "17.0.2", + "@types/sinon": "17.0.3", "@typescript-eslint/eslint-plugin": "6.15.0", "@typescript-eslint/parser": "6.18.1", "broccoli-asset-rev": "3.0.0",