Skip to content

Commit 9bc789f

Browse files
bump(deps)
1 parent 5420fcc commit 9bc789f

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@
6565
"vue": "3.0.4"
6666
},
6767
"devDependencies": {
68-
"cross-env": "^7.0.3",
6968
"babel-loader": "^8.2.2",
7069
"caniuse-api": "^3.0.0",
70+
"cross-env": "^7.0.3",
7171
"duplicate-package-checker-webpack-plugin": "^3.0.0",
7272
"jest": "^26.6.3",
73-
"puppeteer": "^7.1.0",
73+
"puppeteer": "^8.0.0",
7474
"source-map-explorer": "2.5.2",
7575
"standard-version": "^9.1.1",
7676
"ts-loader": "^8.0.17",
7777
"typedoc": "0.19.2",
7878
"typedoc-plugin-markdown": "3.1.1",
7979
"typescript": "^4.2.2",
80-
"webpack": "^5.24.2",
80+
"webpack": "^5.24.3",
8181
"webpack-bundle-analyzer": "^4",
8282
"webpack-cli": "^4.5.0"
8383
}

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2761,10 +2761,10 @@ detect-newline@^3.0.0, detect-newline@^3.1.0:
27612761
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
27622762
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
27632763

2764-
2765-
version "0.0.847576"
2766-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.847576.tgz#2f201bfb68aa9ef4497199fbd7f5d5dfde3b200b"
2767-
integrity sha512-0M8kobnSQE0Jmly7Mhbeq0W/PpZfnuK+WjN2ZRVPbGqYwCHCioAVp84H0TcLimgECcN5H976y5QiXMGBC9JKmg==
2764+
2765+
version "0.0.854822"
2766+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.854822.tgz#eac3a5260a6b3b4e729a09fdc0c77b0d322e777b"
2767+
integrity sha512-xd4D8kHQtB0KtWW0c9xBZD5LVtm9chkMOfs/3Yn01RhT/sFIsVtzTtypfKoFfWBaL+7xCYLxjOLkhwPXaX/Kcg==
27682768

27692769
diff-sequences@^26.6.2:
27702770
version "26.6.2"
@@ -5613,13 +5613,13 @@ punycode@^2.1.0, punycode@^2.1.1:
56135613
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
56145614
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
56155615

5616-
puppeteer@^7.1.0:
5617-
version "7.1.0"
5618-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-7.1.0.tgz#ae37f48ee13f157c5b9255d580ffe4c5c1298679"
5619-
integrity sha512-lqOLzqCKdh7yUAHvK6LxgOpQrL8Bv1/jvS8MLDXxcNms2rlM3E8p/Wlwc7efbRZ0twxTzUeqjN5EqrTwxOwc9g==
5616+
puppeteer@^8.0.0:
5617+
version "8.0.0"
5618+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-8.0.0.tgz#a236669118aa795331c2d0ca19877159e7664705"
5619+
integrity sha512-D0RzSWlepeWkxPPdK3xhTcefj8rjah1791GE82Pdjsri49sy11ci/JQsAO8K2NRukqvwEtcI+ImP5F4ZiMvtIQ==
56205620
dependencies:
56215621
debug "^4.1.0"
5622-
devtools-protocol "0.0.847576"
5622+
devtools-protocol "0.0.854822"
56235623
extract-zip "^2.0.0"
56245624
https-proxy-agent "^5.0.0"
56255625
node-fetch "^2.6.1"
@@ -7041,10 +7041,10 @@ webpack-sources@^2.1.1:
70417041
source-list-map "^2.0.1"
70427042
source-map "^0.6.1"
70437043

7044-
webpack@^5.24.2:
7045-
version "5.24.2"
7046-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.24.2.tgz#33790dad631e8b639f4246d762e257720875fe54"
7047-
integrity sha512-uxxKYEY4kMNjP+D2Y+8aw5Vd7ar4pMuKCNemxV26ysr1nk0YDiQTylg9U3VZIdkmI0YHa0uC8ABxL+uGxGWWJg==
7044+
webpack@^5.24.3:
7045+
version "5.24.3"
7046+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.24.3.tgz#6ec0f5059f8d7c7961075fa553cfce7b7928acb3"
7047+
integrity sha512-x7lrWZ7wlWAdyKdML6YPvfVZkhD1ICuIZGODE5SzKJjqI9A4SpqGTjGJTc6CwaHqn19gGaoOR3ONJ46nYsn9rw==
70487048
dependencies:
70497049
"@types/eslint-scope" "^3.7.0"
70507050
"@types/estree" "^0.0.46"

0 commit comments

Comments
 (0)