Skip to content

Commit

Permalink
Node forge update (#5521)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeMoorJasper committed Mar 16, 2021
1 parent 939ce41 commit 4543d19
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ jobs:
- template: azure-pipelines-template.yml
parameters:
name: macOS
vmImage: macOS-10.13
vmImage: macOS-latest

- template: azure-pipelines-template.yml
parameters:
name: Linux
vmImage: ubuntu-16.04
vmImage: ubuntu-latest

- template: azure-pipelines-template.yml
parameters:
name: Windows
vmImage: vs2017-win2016
vmImage: windows-latest
2 changes: 1 addition & 1 deletion packages/core/parcel-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"json5": "^1.0.1",
"micromatch": "^3.0.4",
"mkdirp": "^0.5.1",
"node-forge": "^0.7.1",
"node-forge": "^0.10.0",
"node-libs-browser": "^2.0.0",
"opn": "^5.1.0",
"postcss": "^7.0.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7253,10 +7253,10 @@ node-fetch@^2.2.0, node-fetch@^2.3.0:
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.4.1.tgz#b2e38f1117b8acbedbe0524f041fb3177188255d"
integrity sha512-P9UbpFK87NyqBZzUuDBDz4f6Yiys8xm8j7ACDbi6usvFm6KItklQUKjeoqTrYS/S1k6I8oaOC2YLLDr/gg26Mw==

node-forge@^0.7.1:
version "0.7.6"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.6.tgz#fdf3b418aee1f94f0ef642cd63486c77ca9724ac"
integrity sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==
node-forge@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==

node-gyp@^3.8.0:
version "3.8.0"
Expand Down

0 comments on commit 4543d19

Please sign in to comment.