Skip to content

Commit 9c6bf3a

Browse files
chore(deps): update all non-major dependencies with stable version
1 parent 703678c commit 9c6bf3a

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
22.16.0

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
"@vue/tsconfig": "^0.7.0",
6363
"commitizen": "^4.3.1",
6464
"cross-env": "^7.0.3",
65-
"cypress": "^14.3.3",
65+
"cypress": "^14.4.0",
6666
"cz-conventional-changelog": "3.3.0",
6767
"eslint": "^9.26.0",
6868
"postcss-custom-properties": "^14.0.4",
6969
"postcss-html": "^1.8.0",
7070
"rollup-plugin-visualizer": "^5.14.0",
71-
"sass": "^1.87.0",
71+
"sass": "^1.89.0",
7272
"semantic-release": "^22.0.12",
7373
"start-server-and-test": "^2.0.11",
7474
"stylelint": "^16.19.1",
@@ -152,10 +152,10 @@
152152
}
153153
},
154154
"engines": {
155-
"node": ">=22.14.0"
155+
"node": ">=22.16.0"
156156
},
157157
"volta": {
158-
"node": "22.14.0",
158+
"node": "22.16.0",
159159
"yarn": "1.22.22"
160160
}
161161
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3246,10 +3246,10 @@ csstype@^3.1.3:
32463246
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
32473247
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
32483248

3249-
cypress@^14.3.3:
3250-
version "14.3.3"
3251-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.3.3.tgz#cbf7fbc79fd139ba55ea51a6d1ee3d9018a59ce2"
3252-
integrity sha512-1Rz7zc9iqLww6BysaESqUhtIuaFHS7nL3wREovAKYsNhLTfX3TbcBWHWgEz70YimH2NkSOsm4oIcJJ9HYHOlew==
3249+
cypress@^14.4.0:
3250+
version "14.4.0"
3251+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.4.0.tgz#db7d108400c9481a161f047f1cc34b43b05c48f3"
3252+
integrity sha512-/I59Fqxo7fqdiDi3IM2QKA65gZ7+PVejXg404/I8ZSq+NOnrmw+2pnMUJzpoNyg7KABcEBmgpkfAqhV98p7wJA==
32533253
dependencies:
32543254
"@cypress/request" "^3.0.8"
32553255
"@cypress/xvfb" "^1.2.4"
@@ -7184,10 +7184,10 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
71847184
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
71857185
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
71867186

7187-
sass@^1.87.0:
7188-
version "1.87.0"
7189-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.87.0.tgz#8cceb36fa63fb48a8d5d7f2f4c13b49c524b723e"
7190-
integrity sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==
7187+
sass@^1.89.0:
7188+
version "1.89.1"
7189+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.89.1.tgz#9281c52c85b4be54264d310fef63a811dfcfb9d9"
7190+
integrity sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==
71917191
dependencies:
71927192
chokidar "^4.0.0"
71937193
immutable "^5.0.2"

0 commit comments

Comments
 (0)