Skip to content

Commit

Permalink
chore: Weekly Security Update
Browse files Browse the repository at this point in the history
* Weekly Security Update
- Updated Node LTS version
- Updated accompanying NPM version
- Updated node image in dockerfile
- Updated readme to reflect changes

* Update node version to reflect docker image version
- Updated node version in plugin package.json
- Updated node version api-server package.json
- Updated node and npm to fixed versions in readme
  • Loading branch information
duggalsu authored Oct 11, 2023
1 parent 9efff34 commit 5f1e5b8
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions browser-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

Requirements :

- npm : v9.6.7^
- nodejs : v18.17.1^
- npm : v9.8.1
- nodejs : v18.18.0

When you run `docker-compose up`, ensure to have a `development.env` file with the following variables in the `api-server` directory.

Expand Down
2 changes: 1 addition & 1 deletion browser-extension/api-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.17.1-alpine3.18@sha256:3482a20c97e401b56ac50ba8920cc7b5b2022bfc6aa7d4e4c231755770cf892f
FROM node:18.18-alpine3.18@sha256:a315556d82ef54561e54fca7d8ee333382de183d4e56841dcefcd05b55310f46
ENV NODE_ENV production
WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions browser-extension/api-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions browser-extension/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"uuid": "8.3.2"
},
"engines": {
"node": ">=18.17.1",
"npm": ">=9.6.7"
"node": ">=18.18.0",
"npm": ">=9.8.1"
},
"devDependencies": {
"husky": "7.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ def expand_shadow_element(element):
print('Failure! :-(')
finally:
''' Clean up. '''
driver.quit()
driver.quit()
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ def expand_shadow_element(element):
print('Failure! :-(')
finally:
''' Clean up. '''
driver.quit()
driver.quit()
4 changes: 2 additions & 2 deletions browser-extension/plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions browser-extension/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
},
"engines": {
"browsers": "> 0.25%",
"node": ">=18.17.1",
"npm": ">=9.6.7"
"node": ">=18.18.0",
"npm": ">=9.8.1"
},
"lint-staged": {
"*.(js|jsx)": [
Expand Down

0 comments on commit 5f1e5b8

Please sign in to comment.