diff --git a/Dockerfile b/Dockerfile index 4e0b258ca..6ed756e37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This file is auto-synced from product-os/jellyfish-config/sync/Dockerfile # and should only be edited there! -FROM resinci/jellyfish-test:v1.4.2 +FROM resinci/jellyfish-test:v1.4.9 WORKDIR /usr/src/jellyfish diff --git a/package.json b/package.json index cecd35342..0469facbc 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@balena/jellyfish-plugin-base": "^2.1.206", "axios": "^0.21.1", "bluebird": "^3.7.2", - "fast-json-patch": "^3.0.0-1", + "fast-json-patch": "^3.1.0", "front-sdk": "^0.8.1", "intercom-client": "^2.11.2", "lodash": "^4.17.21", @@ -73,7 +73,7 @@ "@types/bluebird": "^3.5.36", "@types/intercom-client": "^2.11.11", "@types/jest": "^26.0.24", - "@types/lodash": "^4.14.171", + "@types/lodash": "^4.14.172", "@types/lru-cache": "^5.1.1", "@types/marked": "^2.0.4", "@types/sinon": "^10.0.2", @@ -82,13 +82,13 @@ "deplint": "^1.1.3", "form-data": "^4.0.0", "jest": "^27.0.6", - "lint-staged": "^11.1.1", - "nock": "^13.1.1", + "lint-staged": "^11.1.2", + "nock": "^13.1.2", "rimraf": "^3.0.2", - "simple-git-hooks": "^2.5.1", - "sinon": "^11.1.1", - "ts-jest": "^27.0.4", - "typedoc": "^0.21.4", + "simple-git-hooks": "^2.6.1", + "sinon": "^11.1.2", + "ts-jest": "^27.0.5", + "typedoc": "^0.21.6", "typescript": "^4.3.5" }, "peerDependencies": {