From c215c195e46a1fae9baa648482f63963bc7fbb7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 13:20:41 -0400 Subject: [PATCH] chore(deps): pin dependencies (#1843) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 8 ++++---- pnpm-lock.yaml | 19 ++++++------------- 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index ab44e31fd..1e9d34720 100644 --- a/package.json +++ b/package.json @@ -25,16 +25,16 @@ }, "devDependencies": { "@codecov/bundler-plugin-core": "0.0.1-beta.5", - "@sentry/node": "^7.108.0", - "@sentry/profiling-node": "^7.108.0", + "@sentry/node": "7.108.0", + "@sentry/profiling-node": "7.108.0", "@slonik/migrator": "0.12.0", "@types/node": "20.11.30", "@vitest/coverage-v8": "1.4.0", - "esbuild": "^0.20.2", + "esbuild": "0.20.2", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", - "npm-run-all": "^4.1.5", + "npm-run-all": "4.1.5", "prettier": "3.2.5", "typescript": "5.4.3", "vitest": "1.4.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c8cb608f1..4ea6dc892 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,10 +49,10 @@ importers: specifier: 0.0.1-beta.5 version: 0.0.1-beta.5 '@sentry/node': - specifier: ^7.108.0 + specifier: 7.108.0 version: 7.108.0 '@sentry/profiling-node': - specifier: ^7.108.0 + specifier: 7.108.0 version: 7.108.0 '@slonik/migrator': specifier: 0.12.0 @@ -64,7 +64,7 @@ importers: specifier: 1.4.0 version: 1.4.0(vitest@1.4.0) esbuild: - specifier: ^0.20.2 + specifier: 0.20.2 version: 0.20.2 eslint: specifier: 8.57.0 @@ -76,7 +76,7 @@ importers: specifier: 5.1.3 version: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5) npm-run-all: - specifier: ^4.1.5 + specifier: 4.1.5 version: 4.1.5 prettier: specifier: 3.2.5 @@ -2354,7 +2354,7 @@ packages: function-bind: 1.1.2 has-proto: 1.0.3 has-symbols: 1.0.3 - hasown: 2.0.1 + hasown: 2.0.2 dev: true /get-stack-trace@3.1.1: @@ -2497,13 +2497,6 @@ packages: has-symbols: 1.0.3 dev: true - /hasown@2.0.1: - resolution: {integrity: sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==} - engines: {node: '>= 0.4'} - dependencies: - function-bind: 1.1.2 - dev: true - /hasown@2.0.2: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} @@ -2640,7 +2633,7 @@ packages: /is-core-module@2.13.1: resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} dependencies: - hasown: 2.0.1 + hasown: 2.0.2 dev: true /is-data-view@1.0.1: