Skip to content

Commit

Permalink
Merge pull request #120 from finos/dependabot/npm_and_yarn/js/braces-…
Browse files Browse the repository at this point in the history
…3.0.3

Bump braces from 3.0.2 to 3.0.3 in /js
  • Loading branch information
timkpaine authored Jun 18, 2024
2 parents 34cccd7 + a988cd6 commit b05c66a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: [3.9]
node-version: [18.x]

Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache: 'pip'
cache-dependency-path: 'setup.py'

- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -53,25 +53,20 @@ jobs:
run: npm install -g yarn

- name: Install dependencies
run: |
make develop
run: make develop

- name: Build
run: |
make build
run: make build

- name: Lint
run: |
make lint
run: make lint

- name: Checks
run: |
make checks
run: make checks
if: ${{ matrix.os == 'ubuntu-latest' }}

- name: Test
run: |
make tests
run: make tests
if: ${{ matrix.os == 'ubuntu-latest' }}

- name: Upload test results (Python)
Expand Down Expand Up @@ -99,6 +94,5 @@ jobs:
uses: codecov/codecov-action@v4

- name: Twine check
run: |
make dist
run: make dist

16 changes: 8 additions & 8 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2933,11 +2933,11 @@ brace-expansion@^2.0.1:
balanced-match "^1.0.0"

braces@^3.0.2, braces@~3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
version "3.0.3"
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
dependencies:
fill-range "^7.0.1"
fill-range "^7.1.1"

browser-process-hrtime@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -4085,10 +4085,10 @@ file-entry-cache@^6.0.1:
dependencies:
flat-cache "^3.0.4"

fill-range@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
fill-range@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
dependencies:
to-regex-range "^5.0.1"

Expand Down

0 comments on commit b05c66a

Please sign in to comment.