Skip to content

Commit

Permalink
Sync lock and package
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Sep 19, 2023
1 parent e82bbf6 commit 400941f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"magic-wand-tool": "~1.1.7"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@microsoft/api-extractor": "^7.36.0",
"babel-loader": "^9.1.2",
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"@microsoft/api-extractor": "^7.37.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"benchmark": "~2.1.4",
"clean-jsdoc-theme": "^4.2.9",
"clean-jsdoc-theme": "^4.2.10",
"eslint": "~8.49.0",
"eslint-plugin-jsdoc": "~46.8.1",
"github-release-notes": "0.17.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
integrity sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==

"@babel/core@^7.12.3", "@babel/core@^7.22.5":
"@babel/core@^7.12.3", "@babel/core@^7.22.20":
version "7.22.20"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7"
integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==
Expand Down Expand Up @@ -884,7 +884,7 @@
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
"@babel/helper-plugin-utils" "^7.22.5"

"@babel/preset-env@^7.22.5":
"@babel/preset-env@^7.22.20":
version "7.22.20"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.20.tgz#de9e9b57e1127ce0a2f580831717f7fb677ceedb"
integrity sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==
Expand Down Expand Up @@ -1196,7 +1196,7 @@
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.60.0"

"@microsoft/api-extractor@^7.36.0":
"@microsoft/api-extractor@^7.37.0":
version "7.37.0"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.37.0.tgz#374a0ef0e166de53a44033c4c59c7f25c96e15e5"
integrity sha512-df/wffWpDhYRw7kzdxeHGsCpim+dC8aFiZlsJb4uFvVPWhBZpDzOhQxSUTFx3Df1ORY+/JjuPR3fDE9Hq+PHzQ==
Expand Down Expand Up @@ -1886,7 +1886,7 @@ axios@^0.21.1:
dependencies:
follow-redirects "^1.14.0"

babel-loader@^9.1.2:
babel-loader@^9.1.3:
version "9.1.3"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
Expand Down Expand Up @@ -2275,7 +2275,7 @@ clean-css@^5.2.2, clean-css@~5.3.2:
dependencies:
source-map "~0.6.0"

clean-jsdoc-theme@^4.2.9:
clean-jsdoc-theme@^4.2.10:
version "4.2.10"
resolved "https://registry.yarnpkg.com/clean-jsdoc-theme/-/clean-jsdoc-theme-4.2.10.tgz#a677efaa2a43a19881a84044313032f75a0c1f50"
integrity sha512-7+x6RKK3Nt7jGeaJReH7KySkqdA8H+595jRL/LIWiJ7F83NXRCSzkzWDxHWOEmraf+UASa3fD1DBeuz/o0nmiw==
Expand Down

0 comments on commit 400941f

Please sign in to comment.