Skip to content

Commit

Permalink
[deps] Fix dependabot deps alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Dec 21, 2021
1 parent fa4eb6f commit df580a0
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 1,161 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentlab/sparql-jsld-client",
"version": "5.0.4",
"version": "5.0.5",
"description": "SPARQL JSON Schema Linked Data Client",
"license": "GPL-3.0",
"author": "Alexey Ivanov <amivanoff@gmail.com>",
Expand Down Expand Up @@ -67,11 +67,10 @@
"uuid62": ">=1.0.2"
},
"dependencies": {
"@rdfjs/data-model": "^1.3.4",
"@types/json-schema": "^7.0.9",
"@types/lodash-es": "^4.17.5",
"@types/rdf-js": "^4.0.2",
"@types/sparqljs": "^3.1.3",
"@rdfjs/data-model": "^1.3.4",
"axios": "^0.24.0",
"is-url": "^1.2.4",
"jsonld": "^5.2.0",
Expand All @@ -86,19 +85,20 @@
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-syntax-flow": "^7.16.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-typescript": "^8.3.0",
"@types/is-url": "^1.2.30",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.1",
"@types/node": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"custom-env": "^2.0.1",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"custom-env": "^2.0.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-flowtype": "^8.0.3",
Expand All @@ -113,7 +113,6 @@
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.61.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.1.2",
Expand Down
Loading

0 comments on commit df580a0

Please sign in to comment.