diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c9d907a0497..11da8caa109 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4326,8 +4326,8 @@ importers: specifier: 4.0.3 version: 4.0.3 address: - specifier: 1.1.2 - version: 1.1.2 + specifier: 1.2.2 + version: 1.2.2 browserslist: specifier: 4.24.2 version: 4.24.2 @@ -12944,10 +12944,6 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - address@1.1.2: - resolution: {integrity: sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==} - engines: {node: '>= 0.12.0'} - address@1.2.2: resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==} engines: {node: '>= 10.0.0'} @@ -28768,8 +28764,6 @@ snapshots: acorn@8.14.0: {} - address@1.1.2: {} - address@1.2.2: {} adm-zip@0.5.10: {} diff --git a/scripts/prebundle/package.json b/scripts/prebundle/package.json index 9292940c8d0..5e8a7078a71 100644 --- a/scripts/prebundle/package.json +++ b/scripts/prebundle/package.json @@ -38,7 +38,7 @@ "@types/signal-exit": "3.0.4", "@types/signale": "1.4.7", "@types/url-join": "4.0.3", - "address": "1.1.2", + "address": "1.2.2", "browserslist": "4.24.2", "chalk": "4.1.2", "chokidar": "3.6.0",