Skip to content

Commit

Permalink
Updated JS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jun 22, 2023
1 parent e0edebe commit 8392a91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"dependencies": {},
"devDependencies": {
"graylog-web-plugin": "file:../graylog2-server/graylog2-web-interface/packages/graylog-web-plugin",
"urijs": "^1.19.10",
"@babel/preset-react": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.18.2",
"urijs": "^1.19.11",
"@babel/preset-react": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.22.5",
"babel-plugin-dynamic-import-node": "^2.3.3"
},
"private": true
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@
babel-plugin-polyfill-regenerator "^0.4.1"
semver "^6.3.0"

"@babel/plugin-transform-runtime@^7.18.2":
"@babel/plugin-transform-runtime@^7.22.5":
version "7.22.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.5.tgz#ca975fb5e260044473c8142e1b18b567d33c2a3b"
integrity sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw==
Expand Down Expand Up @@ -1000,7 +1000,7 @@
"@babel/plugin-transform-react-jsx-development" "^7.18.6"
"@babel/plugin-transform-react-pure-annotations" "^7.18.6"

"@babel/preset-react@^7.12.10":
"@babel/preset-react@^7.22.5":
version "7.22.5"
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.22.5.tgz#c4d6058fbf80bccad02dd8c313a9aaa67e3c3dd6"
integrity sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==
Expand Down Expand Up @@ -3840,7 +3840,7 @@ [email protected]:
eslint-config-airbnb "19.0.4"
eslint-import-resolver-webpack "0.13.2"
eslint-plugin-compat "4.0.2"
eslint-plugin-graylog "file:../.cache/yarn/v6/npm-eslint-config-graylog-1.3.0-5ad5126d-afed-40c1-a554-c52de63f588b-1687420534743/node_modules/eslint-plugin-graylog"
eslint-plugin-graylog "file:../.cache/yarn/v6/npm-eslint-config-graylog-1.3.0-37d50f50-ce8f-4b6a-af1d-f1c78d193e38-1687437118038/node_modules/eslint-plugin-graylog"
eslint-plugin-import "2.25.3"
eslint-plugin-jest "27.1.5"
eslint-plugin-jest-dom "4.0.3"
Expand Down Expand Up @@ -4580,12 +4580,12 @@ grapheme-splitter@^1.0.4:
"@types/create-react-class" "15.6.3"
"@types/jquery" "3.5.14"
"@types/react" "18.0.25"
babel-preset-graylog "file:../.cache/yarn/v6/npm-graylog-web-plugin-5.0.8-e20f6a7d-739e-4d35-9473-4643d74045f9-1687420534542/node_modules/babel-preset-graylog"
babel-preset-graylog "file:../.cache/yarn/v6/npm-graylog-web-plugin-5.0.8-c3af5983-8dae-43c4-a6b2-2b849f352fc1-1687437117816/node_modules/babel-preset-graylog"
create-react-class "15.7.0"
eslint-config-graylog "file:../.cache/yarn/v6/npm-graylog-web-plugin-5.0.8-e20f6a7d-739e-4d35-9473-4643d74045f9-1687420534542/node_modules/eslint-config-graylog"
eslint-config-graylog "file:../.cache/yarn/v6/npm-graylog-web-plugin-5.0.8-c3af5983-8dae-43c4-a6b2-2b849f352fc1-1687437117816/node_modules/eslint-config-graylog"
formik "2.2.9"
html-webpack-plugin "^5.5.0"
jest-preset-graylog "file:../.cache/yarn/v6/npm-graylog-web-plugin-5.0.8-e20f6a7d-739e-4d35-9473-4643d74045f9-1687420534542/node_modules/jest-preset-graylog"
jest-preset-graylog "file:../.cache/yarn/v6/npm-graylog-web-plugin-5.0.8-c3af5983-8dae-43c4-a6b2-2b849f352fc1-1687437117816/node_modules/jest-preset-graylog"
jquery "3.6.1"
moment "2.29.4"
moment-timezone "0.5.38"
Expand Down Expand Up @@ -8277,7 +8277,7 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"

urijs@^1.19.10:
urijs@^1.19.11:
version "1.19.11"
resolved "https://registry.yarnpkg.com/urijs/-/urijs-1.19.11.tgz#204b0d6b605ae80bea54bea39280cdb7c9f923cc"
integrity sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==
Expand Down

0 comments on commit 8392a91

Please sign in to comment.