diff --git a/js/private/test/image/package.json b/js/private/test/image/package.json index 43f745941..bb674a501 100644 --- a/js/private/test/image/package.json +++ b/js/private/test/image/package.json @@ -2,6 +2,6 @@ "dependencies": { "@mycorp/pkg-a": "workspace:*", "@mycorp/pkg-d": "workspace:*", - "acorn": "8.8.2" + "acorn": "8.12.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d2f921e59..62156aba6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -271,8 +271,8 @@ importers: specifier: workspace:* version: link:../../../../examples/npm_package/packages/pkg_d acorn: - specifier: 8.8.2 - version: 8.8.2 + specifier: 8.12.1 + version: 8.12.1 js/private/test/js_run_devserver: dependencies: @@ -1392,6 +1392,14 @@ packages: /@types/node@18.13.0: resolution: {integrity: sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==, tarball: https://registry.npmjs.org/@types/node/-/node-18.13.0.tgz} + /@types/yauzl@2.10.0: + resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==, tarball: https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz} + requiresBuild: true + dependencies: + '@types/node': 18.13.0 + dev: true + optional: true + /@vanilla-extract/babel-plugin-debug-ids@1.0.1: resolution: {integrity: sha512-ynyKqsJiMzM1/yiIJ6QdqpWKlK4IMJJWREpPtaemZrE1xG1B4E/Nfa6YazuDWjDkCJC1tRIpEGnVs+pMIjUxyw==} dependencies: @@ -1635,6 +1643,11 @@ packages: hasBin: true dev: true + /acorn@8.12.1: + resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} + engines: {node: '>=0.4.0'} + hasBin: true + /acorn@8.7.1: resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==} engines: {node: '>=0.4.0'} @@ -3187,7 +3200,7 @@ packages: get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: - '@types/yauzl': registry.npmjs.org/@types/yauzl@2.10.0 + '@types/yauzl': 2.10.0 transitivePeerDependencies: - supports-color dev: true @@ -4657,7 +4670,7 @@ packages: /mlly@1.1.1: resolution: {integrity: sha512-Jnlh4W/aI4GySPo6+DyTN17Q75KKbLTyFK8BrGhjNP4rxuUjbRWhE6gHg3bs33URWAF44FRm7gdQA348i3XxRw==} dependencies: - acorn: 8.8.2 + acorn: 8.12.1 pathe: 1.1.0 pkg-types: 1.0.2 ufo: 1.1.0 @@ -6395,7 +6408,7 @@ packages: hasBin: true dependencies: '@jridgewell/source-map': 0.3.2 - acorn: 8.8.2 + acorn: 8.12.1 commander: 2.20.3 source-map-support: 0.5.21 @@ -6743,7 +6756,7 @@ packages: engines: {node: '>= 10.13.0'} hasBin: true dependencies: - acorn: 8.8.2 + acorn: 8.12.1 acorn-walk: 8.2.0 chalk: 4.1.2 commander: 7.2.0 @@ -7108,9 +7121,6 @@ packages: dependencies: '@mapbox/node-pre-gyp': 1.0.10 google-protobuf: 3.21.2 - transitivePeerDependencies: - - encoding - - supports-color dev: true bundledDependencies: - '@mapbox/node-pre-gyp' @@ -7344,13 +7354,3 @@ packages: dependencies: '@types/node': registry.npmjs.org/@types/node@18.13.0 dev: true - - registry.npmjs.org/@types/yauzl@2.10.0: - resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==, registry: https://registry.yarnpkg.com/, tarball: https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz} - name: '@types/yauzl' - version: 2.10.0 - requiresBuild: true - dependencies: - '@types/node': 18.13.0 - dev: true - optional: true