Skip to content

Commit d59043a

Browse files
authored
chore: update deps (#437)
1 parent 3c4ac37 commit d59043a

File tree

3 files changed

+59
-70
lines changed

3 files changed

+59
-70
lines changed

package-lock.json

Lines changed: 55 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"del-cli": "^4.0.1",
5757
"eslint": "^7.30.0",
5858
"eslint-config-prettier": "^8.3.0",
59-
"eslint-plugin-import": "^2.23.4",
59+
"eslint-plugin-import": "^2.24.1",
6060
"husky": "^7.0.1",
6161
"jest": "^27.0.6",
6262
"less": "^4.1.1",
@@ -66,7 +66,7 @@
6666
"prettier": "^2.3.2",
6767
"standard-version": "^9.3.1",
6868
"strip-ansi": "^7.0.0",
69-
"webpack": "^5.45.1"
69+
"webpack": "^5.51.1"
7070
},
7171
"keywords": [
7272
"webpack",

test/__snapshots__/loader.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ exports[`loader should delegate resolving (LESS) imports with URLs to "less" pac
8080
font-family: 'Open Sans';
8181
font-style: normal;
8282
font-weight: 300;
83-
src: url(https://fonts.gstatic.com/s/opensans/v21/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
83+
src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
8484
}
8585
@font-face {
8686
font-family: 'Open Sans';
8787
font-style: normal;
8888
font-weight: 400;
89-
src: url(https://fonts.gstatic.com/s/opensans/v21/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
89+
src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
9090
}
9191
@font-face {
9292
font-family: 'Roboto';

0 commit comments

Comments
 (0)