Skip to content

Commit

Permalink
chore: update node packages
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 13, 2023
1 parent a096f05 commit 358aa5f
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"node": ">=6"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.36"
"@fortawesome/fontawesome-common-types": "^6.0.0"
},
"version": "1.2.36",
"name": "@fortawesome/fontawesome-svg-core",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"node": ">=6"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.36"
"@fortawesome/fontawesome-common-types": "^6.0.0"
},
"version": "5.15.4",
"name": "@fortawesome/free-brands-svg-icons",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"node": ">=6"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.36"
"@fortawesome/fontawesome-common-types": "^6.0.0"
},
"version": "5.15.4",
"name": "@fortawesome/free-regular-svg-icons",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"node": ">=6"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.36"
"@fortawesome/fontawesome-common-types": "^6.0.0"
},
"version": "5.15.4",
"name": "@fortawesome/free-solid-svg-icons",
Expand Down
34 changes: 17 additions & 17 deletions website/themes/docsy/assets/vendor/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"autoprefixer": "^10.4.0",
"babel-plugin-istanbul": "^6.1.1",
"bundlewatch": "^0.3.2",
Expand All @@ -108,11 +108,11 @@
"eslint": "^8.1.0",
"eslint-config-xo": "^0.39.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-qunit": "^7.0.0",
"eslint-plugin-unicorn": "^37.0.1",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.2.0",
"globby": "^11.0.4",
"eslint-plugin-qunit": "^8.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"find-unused-sass-variables": "^5.0.0",
"glob": "^10.0.0",
"globby": "^13.0.0",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.76.1",
"ip": "^1.1.5",
Expand All @@ -125,22 +125,22 @@
"karma-firefox-launcher": "^2.1.1",
"karma-qunit": "^4.1.2",
"karma-sinon": "^1.0.5",
"linkinator": "^2.14.4",
"linkinator": "^5.0.0",
"lockfile-lint": "^4.6.2",
"node-sass": "^6.0.1",
"nodemon": "^2.0.14",
"node-sass": "^9.0.0",
"nodemon": "^3.0.0",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
"postcss-cli": "^10.0.0",
"qunit": "^2.17.2",
"rollup": "^2.58.3",
"rollup": "^3.0.0",
"shelljs": "^0.8.4",
"sinon": "^7.5.0",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",
"sinon": "^16.0.0",
"stylelint": "^15.0.0",
"stylelint-config-twbs-bootstrap": "^11.0.0",
"terser": "^5.9.0",
"vnu-jar": "21.10.12"
"vnu-jar": "23.4.11"
},
"files": [
"dist/{css,js}/*.{css,js,map}",
Expand Down
4 changes: 2 additions & 2 deletions website/themes/docsy/userguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"submodule:update": "cd .. && npm run submodule:update"
},
"devDependencies": {
"autoprefixer": "^9.5.0",
"postcss-cli": "^5.0.1"
"autoprefixer": "^10.0.0",
"postcss-cli": "^10.0.0"
}
}

0 comments on commit 358aa5f

Please sign in to comment.