Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michelonsouza committed Oct 26, 2023
1 parent 98c86f4 commit 4f3ca64
Show file tree
Hide file tree
Showing 2 changed files with 1,213 additions and 1,161 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "encrypt-storage",
"version": "2.12.17",
"version": "2.12.18",
"description": "Wrapper for encrypted localStorage and sessionStorage in browser",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -78,50 +78,50 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@types/crypto-js": "^4.1.1",
"@commitlint/cli": "^18.1.0",
"@commitlint/config-conventional": "^18.1.0",
"@types/crypto-js": "^4.1.3",
"@types/faker": "^5.5.9",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"assert": "^2.0.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"coveralls": "^3.1.1",
"eslint": "^8.37.0",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"faker": "^5.5.3",
"git-commit-msg-linter": "^4.9.3",
"git-commit-msg-linter": "^5.0.4",
"https-browserify": "^1.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-environment-node": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-localstorage-mock": "^2.4.26",
"lint-staged": "^13.2.0",
"lint-staged": "^15.0.2",
"node-polyfill-webpack-plugin": "^2.0.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.8.7",
"prettier": "^3.0.3",
"process": "^0.11.10",
"shx": "^0.3.4",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.3",
"url": "^0.11.0",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"url": "^0.11.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1"
"crypto-js": "^4.2.0"
}
}
Loading

0 comments on commit 4f3ca64

Please sign in to comment.