Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit c2ed3e5

Browse files
authored
Merge pull request #23 from mobify/security-audit
Node Package Security Audit
2 parents ae6fbc9 + 9abe655 commit c2ed3e5

File tree

8 files changed

+3060
-2271
lines changed

8 files changed

+3060
-2271
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:8.7
10+
- image: circleci/node:8.10.0
1111

1212
working_directory: ~/repo
1313

@@ -21,15 +21,15 @@ jobs:
2121
# fallback to using the latest cache if no exact match is found
2222
- v1-dependencies-
2323

24-
- run: yarn install
24+
- run: npm install
2525

2626
- save_cache:
2727
paths:
2828
- node_modules
2929
key: v1-dependencies-{{ checksum "package.json" }}
3030

3131
# run tests!
32-
- run: yarn test
32+
- run: npm run test
3333

3434
- deploy:
3535
command: |

.eslintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ globals:
77
DEBUG: false
88
rules:
99
camelcase: off
10+
no-prototype-builtins: 0
11+
parser: babel-eslint

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## To be released
2+
- Run security audit and upgrade offending npm dependencies. [#23](https://github.com/mobify/commercecloud-ocapi-client/pull/23)
3+
14
## v0.1.9 (May 7, 2019)
25
- Remove deprecated babel dependency
36

0 commit comments

Comments
 (0)