Skip to content

Commit

Permalink
Merge pull request #55 from InseeFr/fix-cve-url-parse
Browse files Browse the repository at this point in the history
chore: bump version for CVE-2022-0686
  • Loading branch information
nicolasTurban authored Oct 8, 2024
2 parents 21b5d6e + ac5a309 commit 116bca3
Show file tree
Hide file tree
Showing 6 changed files with 4,500 additions and 3,793 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: yarn
- run: yarn build
- run: yarn --openssl-legacy-provider build
- name: Upload build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build
path: build
12 changes: 6 additions & 6 deletions .github/workflows/develop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: yarn
- run: yarn build
- run: yarn --openssl-legacy-provider build
- name: Upload build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build
path: build
release:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Get current version
id: version
uses: notiz-dev/github-action-json-property@release
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- run: yarn
- run: yarn build
- run: yarn --openssl-legacy-provider build
- name: Upload build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build
path: build
release:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Get current version
id: version
uses: notiz-dev/github-action-json-property@release
Expand All @@ -49,10 +49,10 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download build
id: download
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build
path: build
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

#IDE
.idea/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "massive-attack",
"version": "2.3.1",
"version": "2.3.2",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
Expand Down
Loading

0 comments on commit 116bca3

Please sign in to comment.