Skip to content

Commit

Permalink
update dependencies (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Jun 22, 2023
1 parent 21a1377 commit a4ec318
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 123 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"homepage": "https://github.com/Unleash/unleash-client-node",
"dependencies": {
"ip": "1.1.8",
"make-fetch-happen": "11.1.1",
"murmurhash3js": "3.0.1",
"semver": "7.5.2"
"ip": "^1.1.8",
"make-fetch-happen": "^11.1.1",
"murmurhash3js": "^3.0.1",
"semver": "^7.5.2"
},
"engines": {
"node": ">=16"
Expand All @@ -43,41 +43,41 @@
"examples"
],
"devDependencies": {
"@ava/babel": "2.0.0",
"@ava/babel": "^2.0.0",
"@ava/typescript": "^4.0.0",
"@tsconfig/node12": "^1.0.11",
"@types/express": "^4.17.17",
"@types/ip": "1.1.0",
"@types/make-fetch-happen": "10.0.1",
"@types/murmurhash3js": "3.0.3",
"@types/ip": "^1.1.0",
"@types/make-fetch-happen": "^10.0.1",
"@types/murmurhash3js": "^3.0.3",
"@types/nock": "^11.1.0",
"@types/node": "20.2.5",
"@types/semver": "7.5.0",
"@types/node": "^20.2.5",
"@types/semver": "^7.5.0",
"@types/sinon": "^10.0.15",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.9",
"@unleash/client-specification": "4.2.2",
"ava": "5.3.0",
"coveralls": "3.1.1",
"cross-env": "7.0.3",
"del-cli": "5.0.0",
"eslint": "8.42.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.8.0",
"@unleash/client-specification": "^4.2.2",
"ava": "^5.3.0",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "4.2.1",
"esm": "3.2.25",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"mkdirp": "3.0.1",
"nock": "13.3.1",
"nyc": "15.1.0",
"prettier": "2.8.8",
"redis": "4.6.7",
"sinon": "15.1.2",
"typescript": "5.1.3"
"eslint-plugin-prettier": "^4.2.1",
"esm": "^3.2.25",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"mkdirp": "^3.0.1",
"nock": "^13.3.1",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"redis": "^4.6.7",
"sinon": "^15.1.2",
"typescript": "^5.1.3"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down

0 comments on commit a4ec318

Please sign in to comment.